Skip to content

Commit 37de260

Browse files
committed
Update Rhapsody Release
1 parent d1a1497 commit 37de260

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

about.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="stylesheet" href="plan3.css" />
1313
</head>
1414
<body>
15-
<nav class="navbar navbar-expand-lg navbar-dark bg-dark bg-body-tertiary">
15+
<nav class="navbar navbar-expand-lg navbar-dark bg-dark bg-body-tertiary mb-4">
1616
<div class="container-fluid">
1717
<a class="navbar-brand" href="#">
1818
<img src="./plan3-logo.png" alt="Plan3" width="30" height="24" class="d-inline-block align-text-top">
@@ -37,7 +37,7 @@
3737
</div>
3838
</nav>
3939

40-
<div class="container">
40+
<main class="container">
4141
<h1>Contact</h1>
4242
<p>Email: <a href="mailto:plan3@gmx.com">plan3@gmx.com</a></p>
4343

@@ -50,9 +50,9 @@ <h2>Simple</h2> Plan3 adheres to the KISS philosophy, and all applications bundl
5050
<h2>Compartmentalized</h2> We encourage all users who install Plan3 to separate their root and home partitions, and even their boot paritions as well. This same philsophy is used by Apple for their macOS Operating System with APFS Containers. In our ideal system, 40GB is reserved for the root, 1GB is reserved for boot, and home, opt, var, and srv is combined in a BTRFS volume. This offers a clear sense of storage usage, and better security.
5151

5252
<h2>Logical</h2> The Plan3 Desktop should tell you imporatant information of the state of your machine. The UI should be designed to be easy to use, and keyboard driven applications should have effective and efficient hotkeys and should help you navigate those keys.
53-
</div>
53+
</main>
5454
<div class="footer">
55-
Copyright 2024 Plan3 Linux. All Rights Reserved.
55+
Copyright 2025 Plan3 Linux. All Rights Reserved.
5656
</div>
5757
</body>
5858
</html>

index.html

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" href="plan3.css" />
1212
</head>
1313
<body>
14-
<nav class="navbar navbar-expand-lg navbar-dark bg-dark bg-body-tertiary">
14+
<nav class="navbar navbar-expand-lg navbar-dark bg-dark bg-body-tertiary mb-4">
1515
<div class="container-fluid">
1616
<a class="navbar-brand" href="#">
1717
<img src="./plan3-logo.png" alt="Plan3" width="30" height="24" class="d-inline-block align-text-top">
@@ -36,40 +36,41 @@
3636
</div>
3737
</nav>
3838

39-
<div class="container">
40-
<p>Plan3 (pronounced Plan Three, not hacker spelling for plane) is an distro that is installed on top of Arch Linux offering a family of desktop and software configurations.</p>
41-
39+
<main class="container">
40+
<p>Plan3 (pronounced Plan Three) is an opinionated Arch Linux desktop framework that is installed on top of Arch Linux offering a family of desktop and software configurations.</p>
4241
<h1>Releases</h1>
4342
<h2>Rhapsody (26.0 RC)</h2>
44-
<p>With Rhapsody, we are replacing the ISO based distribution to an installation script model for a few reasons:</p>
45-
<ul>
46-
<li>It is easy to keep up to date</li>
47-
<li>It allows cross-compatibility across x86_64, ARM64, and even RISC-V</li>
48-
<li>Can be installed on other arch-distros like Manjaro, Arco Linux, and EndeavorOS. Artix support TBD</li>
49-
<li>Allows even further opportunities for non-arch installs like on Debian, Gentoo, RHEL, or other distros</li>
50-
</ul>
51-
43+
<h3>Install</h3>
44+
<p>To install Plan3 Rhapsody, run these lines in the terminal:</p>
45+
<pre><code>git clone https://github.com/plan3linux/plan3-config.git && cd plan3-config <br/>./install.sh</code></pre>
46+
<br>
47+
<a href="https://github.com/plan3linux/plan3-config/">View Source on GitHub</a>
5248
<h3>Prerequisites</h3>
5349
<ul>
5450
<li>Arch Linux or CachyOS or etc.</li>
51+
<li>x86_64 and ARM64 Supported</li>
5552
<li>Paru</li>
5653
<li>Sudo</li>
5754
</ul>
58-
<p>To install Plan3 Rhapsody, run these lines in the terminal:</p>
59-
<pre><code>git clone https://github.com/plan3linux/plan3-config.git && cd plan3-config <br/>./install.sh
60-
</code></pre>
61-
62-
63-
55+
<h3>About</h3>
56+
<p>With Rhapsody, we are replacing the ISO based distribution to an installation script model for a few reasons:</p>
57+
<ul>
58+
<li>It is easy to keep up to date</li>
59+
<li>It allows cross-compatibility across x86_64, ARM64, and even RISC-V</li>
60+
<li>Can be installed on other arch-distros like Manjaro, Arco Linux, and EndeavorOS. Artix support TBD</li>
61+
<li>Allows even further opportunities for non-arch installs like on Debian, Gentoo, RHEL, or other distros</li>
62+
</ul>
63+
<h3>Screenshots</h3>
64+
<img alt="Plan3 Rhapsody 26 RC" src="screenshots/rhapsody-openbox.png" width="100%"/>
6465
<br>
6566
<h2>Developer Preview 2023</h2>
6667
<p>Back in December 2023, Plan3 started as a bspwm-based Arch distro distributed with calamares. It is currently stale and unsupported.</p>
67-
<p>The configuration files were distributed through a custom arch repo, and we plan to replace that with a simpler home configuration manager</p>
68+
<p>The configuration files were distributed through a custom arch repo, and were replaced with a simpler install script</p>
6869
<h3>Screenshots</h3>
6970
<img alt="Plan3 ISO Edition from 2023" src="screenshots/plan3-bspwm.png" width="100%"/>
70-
</div>
71+
</main>
7172
<div class="footer">
72-
Copyright 2024 Plan3 Linux. All Rights Reserved.
73+
Copyright 2025 Plan3 Linux. All Rights Reserved.
7374
</div>
7475
</body>
7576
</html>

plan3.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
body
22
{
3-
font-family: Verdana, Geneva, Tahoma, sans-serif;
43
background-color: #27292f;
54
color: white;
65
}

screenshots/rhapsody-openbox.png

3.39 MB
Loading

0 commit comments

Comments
 (0)