|
41 | 41 | </nav> |
42 | 42 |
|
43 | 43 | <main class="container"> |
| 44 | + <div id="carousel-shots" class="carousel slide"> |
| 45 | + <div class="carousel-inner"> |
| 46 | + <div class="carousel-item active"> |
| 47 | + <img src="screenshots/rhapsody-openbox.png" class="d-block w-100" alt="Openbox"> |
| 48 | + </div> |
| 49 | + <div class="carousel-item"> |
| 50 | + <img src="screenshots/rhapsody-qtile.png" class="d-block w-100" alt="QTile"> |
| 51 | + </div> |
| 52 | + <div class="carousel-item"> |
| 53 | + <img src="screenshots/rhapsody-dwm.png" class="d-block w-100" alt="DWM"> |
| 54 | + </div> |
| 55 | + </div> |
| 56 | + <button class="carousel-control-prev" type="button" data-bs-target="#carousel-shots" data-bs-slide="prev"> |
| 57 | + <span class="carousel-control-prev-icon" aria-hidden="true"></span> |
| 58 | + <span class="visually-hidden">Previous</span> |
| 59 | + </button> |
| 60 | + <button class="carousel-control-next" type="button" data-bs-target="#carousel-shots" data-bs-slide="next"> |
| 61 | + <span class="carousel-control-next-icon" aria-hidden="true"></span> |
| 62 | + <span class="visually-hidden">Next</span> |
| 63 | + </button> |
| 64 | + </div> |
44 | 65 | <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> |
45 | 66 | <h1>Releases</h1> |
46 | 67 | <h2>Rhapsody (26.0 RC)</h2> |
47 | 68 | <h3>Install</h3> |
48 | 69 | <p>To install Plan3 Rhapsody, run these lines in the terminal:</p> |
49 | 70 | <pre><code>git clone https://github.com/plan3linux/plan3-config.git && cd plan3-config <br/>./install.sh</code></pre> |
50 | | - <br> |
51 | 71 | <a href="https://github.com/plan3linux/plan3-config/">View Source on GitHub</a> |
| 72 | + <br><br> |
52 | 73 | <h3>Prerequisites</h3> |
53 | 74 | <ul> |
54 | 75 | <li>Arch Linux or CachyOS or etc.</li> |
55 | 76 | <li>x86_64 and ARM64 Supported</li> |
56 | 77 | <li>Paru</li> |
57 | 78 | <li>Sudo</li> |
58 | 79 | </ul> |
| 80 | + <h3>Programs and Window Managers</h3> |
| 81 | + <p>Plan3 comes bundled with pre-made configurations for various <b>programs</b> and <b>window managers</b>. Get right into work and learn the minimalist linux life without the fuss of designing a config from scratch.</p> |
| 82 | + |
| 83 | + <b>Window Managers:</b> |
| 84 | + <ul> |
| 85 | + <li>Openbox</li> |
| 86 | + <li>BSPWM</li> |
| 87 | + <li>QTile</li> |
| 88 | + <li>DWM</li> |
| 89 | + <li>i3</li> |
| 90 | + </ul> |
| 91 | + <br> |
| 92 | + <b>Programs</b> |
| 93 | + <ul> |
| 94 | + <li>ST - Terminal</li> |
| 95 | + <li>NeoVIM - Text Editor</li> |
| 96 | + <li>Emacs - Text Editor thats more than an editor</li> |
| 97 | + <li>Zen Browser - Fork of Firefox</li> |
| 98 | + </ul> |
| 99 | + |
59 | 100 | <h3>About</h3> |
60 | | - <p>With Rhapsody, we are replacing the ISO based distribution to an installation script model for a few reasons:</p> |
| 101 | + <p>Plan3 is installed ontop of an already existing Arch-based system for these reasons:</p> |
61 | 102 | <ul> |
62 | | - <li>It is easy to keep up to date</li> |
63 | | - <li>It allows cross-compatibility across x86_64, ARM64, and even RISC-V</li> |
64 | | - <li>Can be installed on other arch-distros like Manjaro, Arco Linux, and EndeavorOS. Artix support TBD</li> |
65 | | - <li>Allows even further opportunities for non-arch installs like on Debian, Gentoo, RHEL, or other distros</li> |
| 103 | + <li>Easy to keep up to date</li> |
| 104 | + <li>Cross-compatibility across x86_64, ARM64, and even RISC-V</li> |
| 105 | + <li>Easy to install various arch-distros like Manjaro, Arco Linux, and EndeavorOS.</li> |
| 106 | + <li>Paves the way for future opportunities for non-arch installs like on Debian, Gentoo, RHEL, or other distros</li> |
66 | 107 | </ul> |
67 | | - <h3>Screenshots</h3> |
68 | | - <img alt="Plan3 Rhapsody 26 RC" src="screenshots/rhapsody-openbox.png" width="100%"/> |
69 | 108 | <br> |
70 | | - <h2>Developer Preview 2023</h2> |
71 | | - <p>Back in December 2023, Plan3 started as a bspwm-based Arch distro distributed with calamares. It is currently stale and unsupported.</p> |
72 | | - <p>The configuration files were distributed through a custom arch repo, and were replaced with a simpler install script</p> |
73 | | - <h3>Screenshots</h3> |
74 | | - <img alt="Plan3 ISO Edition from 2023" src="screenshots/plan3-bspwm.png" width="100%"/> |
75 | 109 | </main> |
76 | 110 | <div class="footer"> |
77 | 111 | Copyright 2025 Plan3 Linux. All Rights Reserved. |
|
0 commit comments