-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
69 lines (62 loc) · 4.49 KB
/
about.html
File metadata and controls
69 lines (62 loc) · 4.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="description" content="Plan3 is an opinionated Arch Linux desktop framework that is installed on top of Arch Linux offering a family of desktop and software configurations.">
<meta name="keywords" content="Plan3, Linux, Arch Linux, BSPWM, Window Manager, DWM, Openbox, Linux Desktop">
<meta name="author" content="InfiTechPPC">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Plan3 Linux | About</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
<link rel="stylesheet" href="plan3.css" />
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark bg-body-tertiary mb-4">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="./plan3-logo.png" alt="Plan3" width="30" height="24" class="d-inline-block align-text-top">
Plan3 Linux
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link"href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/plan3linux">GitHub</a>
</li>
</ul>
</div>
</div>
</nav>
<main class="container">
<h1>About Plan3 Linux</h1>
<h2>Philosophy</h2>
<p>Plan3 is built on three core principles. An Arch Linux System running the Plan3 ecosystem should be:</p>
<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.
<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.
<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.
<br><br>
<h2>History</h2>
<p>Back in December 2023, Plan3 started as a bspwm-based Arch distro distributed with calamares. It is currently stale and unsupported.</p>
<p>The configuration files were distributed through a custom arch repo, and were replaced with a simpler install script</p>
<img alt="Plan3 ISO Edition from 2023" src="screenshots/plan3-bspwm.png" width="100%"/>
<h2>Contact</h2>
<p>Email: <a href="mailto:plan3@gmx.com">plan3@gmx.com</a></p>
</main>
<div class="footer">
Copyright 2025 Plan3 Linux. All Rights Reserved.
</div>
</body>
</html>