Skip to content

Commit

Permalink
Merge pull request #22 from nothingneko/main
Browse files Browse the repository at this point in the history
goodbye everywhere hello anywhere
  • Loading branch information
lleyton authored Feb 5, 2024
2 parents d4c94a6 + 89474c4 commit 04b694f
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const SIDEBAR: Sidebar = {
],
Hardware: [
{ text: "System Requirements", link: "en/hardware/requirements" },
{ text: "Ultramarine Everywhere", link: "en/hardware/everywhere" },
{ text: "Ultramarine Anywhere", link: "en/hardware/anywhere" },
{ text: "NVIDIA", link: "en/hardware/nvidia" },
{ text: "Microsoft Surface", link: "en/hardware/surface" },
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Android (Everywhere)"
description: "Android Devices in the Ultramarine Everywhere Initiative"
title: "Android (Anywhere)"
description: "Android Devices in the Ultramarine Anywhere Initiative"
---

import Alert from "../../../../components/Docs/Alert.astro";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Apple Silicon Macs (Everywhere)"
description: "Apple Silicon in the Ultramarine Everywhere Initiative"
title: "Apple Silicon Macs (Anywhere)"
description: "Apple Silicon in the Ultramarine Anywhere Initiative"
---

import Alert from "../../../../components/Docs/Alert.astro";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Chromebook (Everywhere)"
description: "Chromebooks in the Ultramarine Everywhere Initiative"
title: "Chromebook (Anywhere)"
description: "Chromebooks in the Ultramarine Anywhere Initiative"
---

import Alert from "../../../../components/Docs/Alert.astro";
Expand All @@ -11,7 +11,7 @@ import Alert from "../../../../components/Docs/Alert.astro";
what you're doing.
</Alert>

Chromebooks were an obvious target for Ultramarine Everywhere, despite being mostly
Chromebooks were an obvious target for Ultramarine Anywhere, despite being mostly
standard hardware, they have custom EC and strange firmware. We began development
in Ultramarine 39, and are preparing to launch midcycle.

Expand All @@ -23,7 +23,7 @@ All x86 Chromebooks that use Depthcharge are supported by Ultramarine Chromebook

## Userland Changes

Devices in Ultramarine Everywhere try to stick very closely to the standard Ultramarine userland, sometimes we have to deviate from this to make the experience better.
Devices in Ultramarine Anywhere try to stick very closely to the standard Ultramarine userland, sometimes we have to deviate from this to make the experience better.

### Audio Support

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Data Centre, Enterprise, and HPC (Everywhere)"
description: "Data Centre, Enterprise, and HPC in the Ultramarine Everywhere Initiative"
title: "Data Centre, Enterprise, and HPC (Anywhere)"
description: "Data Centre, Enterprise, and HPC in the Ultramarine Anywhere Initiative"
---

import Alert from "../../../../components/Docs/Alert.astro";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Smart TV Devices"
description: "Smart TV Devices in the Ultramarine Everywhere Initiative"
description: "Smart TV Devices in the Ultramarine Anywhere Initiative"
---

import Alert from "../../../../components/Docs/Alert.astro";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "RISC-V (Everywhere)"
description: "RISC-V Devices in the Ultramarine Everywhere Initiative"
title: "RISC-V (Anywhere)"
description: "RISC-V Devices in the Ultramarine Anywhere Initiative"
---

import Alert from "../../../../components/Docs/Alert.astro";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Valve Steam Deck (Everywhere)"
description: "Steam Deck in the Ultramarine Everywhere Initiative"
title: "Valve Steam Deck (Anywhere)"
description: "Steam Deck in the Ultramarine Anywhere Initiative"
---

import Alert from "../../../../components/Docs/Alert.astro";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Ultramarine Everywhere
title: Ultramarine Anywhere
description: "Our goal is to run Ultramarine Linux on as many devices as possible"
---

import Alert from "../../../../components/Docs/Alert.astro";

One of the major focuses of the Ultramarine project is to bring Linux to as many people as possible.
A major part of this is supporting as many devices as possible, through our Ultramarine Everywhere program.
By contributing to Ultramarine Everywhere, you can help us bring Linux to more devices and more people.
A major part of this is supporting as many devices as possible, through our Ultramarine Anywhere program.
By contributing to Ultramarine Anywhere, you can help us bring Linux to more devices and more people.

<Alert type="info">
The pages about this program are more technical than the rest of the wiki. Do
Expand All @@ -16,20 +16,20 @@ By contributing to Ultramarine Everywhere, you can help us bring Linux to more d

## In Progress

- [Ultramarine Chromebook Edition](/en/everywhere/chromebook)
- [Ultramarine Chromebook Edition](/en/anywhere/chromebook)

## Planned

- [Android Devices](/en/everywhere/android)
- [Apple Silicon Macs](/en/everywhere/applesilicon)
- [Android Devices](/en/anywhere/android)
- [Apple Silicon Macs](/en/anywhere/applesilicon)

## Completed

- Raspberry Pi

## Wishlist

- [RISC-V](/en/everywhere/riscv)
- [Steam Deck](/en/everywhere/steamdeck)
- [Data Centre, Enterprise, and HPC](/en/everywhere/enterprise)
- [Smart TV Devices](/en/everywhere/ott)
- [RISC-V](/en/anywhere/riscv)
- [Steam Deck](/en/anywhere/steamdeck)
- [Data Centre, Enterprise, and HPC](/en/anywhere/enterprise)
- [Smart TV Devices](/en/anywhere/ott)

0 comments on commit 04b694f

Please sign in to comment.