|
11 | 11 | <link rel="stylesheet" href="plan3.css" /> |
12 | 12 | </head> |
13 | 13 | <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"> |
15 | 15 | <div class="container-fluid"> |
16 | 16 | <a class="navbar-brand" href="#"> |
17 | 17 | <img src="./plan3-logo.png" alt="Plan3" width="30" height="24" class="d-inline-block align-text-top"> |
|
36 | 36 | </div> |
37 | 37 | </nav> |
38 | 38 |
|
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> |
42 | 41 | <h1>Releases</h1> |
43 | 42 | <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> |
52 | 48 | <h3>Prerequisites</h3> |
53 | 49 | <ul> |
54 | 50 | <li>Arch Linux or CachyOS or etc.</li> |
| 51 | + <li>x86_64 and ARM64 Supported</li> |
55 | 52 | <li>Paru</li> |
56 | 53 | <li>Sudo</li> |
57 | 54 | </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%"/> |
64 | 65 | <br> |
65 | 66 | <h2>Developer Preview 2023</h2> |
66 | 67 | <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> |
68 | 69 | <h3>Screenshots</h3> |
69 | 70 | <img alt="Plan3 ISO Edition from 2023" src="screenshots/plan3-bspwm.png" width="100%"/> |
70 | | - </div> |
| 71 | + </main> |
71 | 72 | <div class="footer"> |
72 | | - Copyright 2024 Plan3 Linux. All Rights Reserved. |
| 73 | + Copyright 2025 Plan3 Linux. All Rights Reserved. |
73 | 74 | </div> |
74 | 75 | </body> |
75 | 76 | </html> |
0 commit comments