Skip to content

Commit a2b9384

Browse files
committed
aerynOS: Update name from AerynOS to aerynOS
**Summary** Use case sensitive search in gram text editor to fine and replace all instances of AerynOS for aerynOS. **Testing** I've run the site locally and flicked through every page. I can't see any errors on checking though there is a lot of pages. URLs aren't case sensitive and the ones I've checked haven't had any issues. There are no names including AerynOS so that's also checked for. Signed-off-by: NomadicCore <github.sandy423@passfwd.com>
1 parent de6b0a5 commit a2b9384

53 files changed

Lines changed: 189 additions & 189 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2026 AerynOS Developers
1+
# SPDX-FileCopyrightText: 2026 aerynOS Developers
22
# SPDX-License-Identifier: MPL-2.0
33

44
name: CI

.typos.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2026 AerynOS Developers
1+
# SPDX-FileCopyrightText: 2026 aerynOS Developers
22
# SPDX-License-Identifier: MPL-2.0
33

44
[default]

astro.config.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineConfig({
1919
light: "@/images/logo-light-mode.svg",
2020
replacesTitle: false,
2121
},
22-
title: "AerynOS Docs",
22+
title: "aerynOS Docs",
2323
// Multilingual reference implementation:
2424
// locales: {
2525
// root: { label: "English", lang: "en" },
@@ -39,7 +39,7 @@ export default defineConfig({
3939
{
4040
icon: "github",
4141
label: "GitHub",
42-
href: "https://github.com/AerynOS/dotdev",
42+
href: "https://github.com/aerynOS/dotdev",
4343
},
4444
{
4545
icon: "zulip",
@@ -49,12 +49,12 @@ export default defineConfig({
4949
{
5050
icon: "mastodon",
5151
label: "Mastodon",
52-
href: "https://hachyderm.io/@AerynOS",
52+
href: "https://hachyderm.io/@aerynOS",
5353
},
5454
],
5555
customCss: ["@/styles/global.css"],
5656
editLink: {
57-
baseUrl: "https://github.com/AerynOS/dotdev/edit/main/",
57+
baseUrl: "https://github.com/aerynOS/dotdev/edit/main/",
5858
},
5959
lastUpdated: true,
6060
components: {
@@ -85,7 +85,7 @@ export default defineConfig({
8585
],
8686
sidebar: [
8787
{
88-
label: "AerynOS",
88+
label: "aerynOS",
8989
items: [
9090
{ slug: "aerynos" },
9191
{ slug: "aerynos/overview" },

public/favicon.svg

Lines changed: 2 additions & 2 deletions
Loading

src/assets/macros/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Update this directory from github.com/AerynOS/moss/ (boulder/data/)
1+
Update this directory from github.com/aerynOS/moss/ (boulder/data/)
22
Rebuilds will pick up new macro changes.
33
Markdown files still need to be created per group.

src/content/docs/Developers/Stone/V1/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ copyright: "Copyright © 2025 aerynOS Developers"
77
---
88
import DirectoryList from '@components/DirectoryList.astro';
99

10-
The v1 of the Stone format is the version currently employed by AerynOS, and is the first revision of our format.
10+
The v1 of the Stone format is the version currently employed by aerynOS, and is the first revision of our format.
1111

1212
:::tip
1313
The contents below extend the version-agnostic components of the Stone format.

src/content/docs/Developers/Stone/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ copyright: "Copyright © 2025 aerynOS Developers"
88
import DirectoryList from '@components/DirectoryList.astro';
99

1010
The Stone format is a binary format designed to be type-safe and version-aware.
11-
It is used to package and distribute software in AerynOS, in fact both the packages themselves
11+
It is used to package and distribute software in aerynOS, in fact both the packages themselves
1212
and the index file of repositories use the Stone format.
1313

1414
Anything encoded in the Stone format is called a *stone*.

src/content/docs/Developers/Stone/prelude.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fields can be handled separately from version and format detection. This is a 32
2222
It's the [magic number](https://en.wikipedia.org/wiki/Magic_number_(programming)) of the Stone format.
2323

2424
The `magic` field always contains `['\0', 'M', 'O', 'S']`.
25-
It is defined after AerynOS's package manager: `moss`.
25+
It is defined after aerynOS's package manager: `moss`.
2626

2727
In the Rust language it is defined as:
2828

src/content/docs/Developers/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Developers
33
lastUpdated: 2025-03-28T05:28:00Z
4-
description: AerynOS developer documentation
4+
description: aerynOS developer documentation
55
license: "CC-BY-SA-4.0"
66
copyright: "Copyright © 2025 aerynOS Developers"
77
---
@@ -13,6 +13,6 @@ import DirectoryList from '@components/DirectoryList.astro';
1313
This documentation is only a stub and serves as a placeholder for future content. In time, the full format and payloads of of `moss` will be documented, along with other technologies such as `blsforme`, `os-info`, etc.
1414
</Aside>
1515

16-
AerynOS includes some bespoke technologies and formats that are used to package, distribute, and introspect deployed software. This section of the documentation provides an overview of these technologies and formats.
16+
aerynOS includes some bespoke technologies and formats that are used to package, distribute, and introspect deployed software. This section of the documentation provides an overview of these technologies and formats.
1717

1818
<DirectoryList/>

src/content/docs/FAQ/aerynos-features.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: AerynOS Features
2+
title: aerynOS Features
33
lastUpdated: 2026-01-15T12:25:00Z
4-
description: How to use the key features of AerynOS
4+
description: How to use the key features of aerynOS
55
license: "CC-BY-SA-4.0"
66
copyright: "Copyright © 2025 aerynOS Developers"
77
---
@@ -25,13 +25,13 @@ sudo moss sync
2525

2626
Hold down or mash your Space key repeatedly after your computer starts up.
2727

28-
### How do I verify the integrity of my install states in AerynOS?
28+
### How do I verify the integrity of my install states in aerynOS?
2929

3030
```sudo moss state verify```
3131

3232
Tack on ```--help``` to see the options for verify.
3333

34-
### How do I clean out older install states in AerynOS?
34+
### How do I clean out older install states in aerynOS?
3535

3636
```sudo moss state prune```
3737

0 commit comments

Comments
 (0)