Skip to content

Commit f02cb13

Browse files
committed
Added more screenshots and made things more consise
1 parent d876b6f commit f02cb13

File tree

3 files changed

+62
-21
lines changed

3 files changed

+62
-21
lines changed

about.html

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,28 @@
4242
</nav>
4343

4444
<main class="container">
45-
<h1>Contact</h1>
46-
<p>Email: <a href="mailto:plan3@gmx.com">plan3@gmx.com</a></p>
47-
48-
<h1>Mission</h1>
45+
<h1>About Plan3 Linux</h1>
4946

47+
<h2>Philosophy</h2>
5048
<p>Plan3 is built on three core principles. An Arch Linux System running the Plan3 ecosystem should be:</p>
5149

52-
<h2>Simple</h2> Plan3 adheres to the KISS philosophy, and all applications bundled MUST be lightweight. An exception to this applies to Firefox, but Plan3 strives to cut out corporate bloat (will be seen one day in Plan3 Rhapsody). When we offer installation scripts for more heavyweight applications (such as JetBrains, Steam, VMWare, and et-cetera), they will ALWAYS be optional and not installed by default.
50+
<h3>Simple</h3> Plan3 adheres to the KISS philosophy, and all applications bundled MUST be lightweight. An exception to this applies to Firefox, but Plan3 strives to cut out corporate bloat (will be seen one day in Plan3 Rhapsody). When we offer installation scripts for more heavyweight applications (such as JetBrains, Steam, VMWare, and et-cetera), they will ALWAYS be optional and not installed by default.
5351

54-
<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.
52+
<h3>Compartmentalized</h3> 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.
53+
54+
<h3>Logical</h3> 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.
55+
<br><br>
56+
<h2>History</h2>
57+
58+
<p>Back in December 2023, Plan3 started as a bspwm-based Arch distro distributed with calamares. It is currently stale and unsupported.</p>
59+
<p>The configuration files were distributed through a custom arch repo, and were replaced with a simpler install script</p>
60+
<img alt="Plan3 ISO Edition from 2023" src="screenshots/plan3-bspwm.png" width="100%"/>
61+
<h2>Contact</h2>
62+
<p>Email: <a href="mailto:plan3@gmx.com">plan3@gmx.com</a></p>
5563

56-
<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.
5764
</main>
5865
<div class="footer">
5966
Copyright 2025 Plan3 Linux. All Rights Reserved.
6067
</div>
6168
</body>
62-
</html>
69+
</html>

index.html

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,37 +41,71 @@
4141
</nav>
4242

4343
<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>
4465
<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>
4566
<h1>Releases</h1>
4667
<h2>Rhapsody (26.0 RC)</h2>
4768
<h3>Install</h3>
4869
<p>To install Plan3 Rhapsody, run these lines in the terminal:</p>
4970
<pre><code>git clone https://github.com/plan3linux/plan3-config.git && cd plan3-config <br/>./install.sh</code></pre>
50-
<br>
5171
<a href="https://github.com/plan3linux/plan3-config/">View Source on GitHub</a>
72+
<br><br>
5273
<h3>Prerequisites</h3>
5374
<ul>
5475
<li>Arch Linux or CachyOS or etc.</li>
5576
<li>x86_64 and ARM64 Supported</li>
5677
<li>Paru</li>
5778
<li>Sudo</li>
5879
</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+
59100
<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>
61102
<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>
66107
</ul>
67-
<h3>Screenshots</h3>
68-
<img alt="Plan3 Rhapsody 26 RC" src="screenshots/rhapsody-openbox.png" width="100%"/>
69108
<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%"/>
75109
</main>
76110
<div class="footer">
77111
Copyright 2025 Plan3 Linux. All Rights Reserved.

screenshots/rhapsody-dwm.png

1.77 MB
Loading

0 commit comments

Comments
 (0)