This commit is contained in:
Liam Waldron 2023-10-13 14:10:27 -04:00
parent 7563504c75
commit b8a1522efa

View File

@ -37,15 +37,11 @@
<h2>Design Principles</h2>
<p>Our design principles heavily influence and guide development. You may notice we share many of these with Arch.</p>
<strong>Simplicity</strong>
<p>We follow the UNIX philosphy when possible. Programs should do one thing, and do it right. Our packages have almost zero modifications from upstream.
<p>The base system contains only what you need to start building your system. The base Everest system also weighs in at around 100 MB</p>
<p>We follow the UNIX philosphy when possible. Programs should do one thing, and do it right. Our packages have almost zero modifications from upstream. The base system contains only what you need to start building your system. The base Everest system also weighs in at around 100 MB</p>
<strong>Flexibility</strong>
<p>Everest is designed with flexibility in mind. Any modification can be achieved if the user has enough knowledge. For example, it is possible to replace Busybox with sbase, or use runit as your init system, all without breakage.</p>
<strong>Functionality versus Ideology</strong>
<p>The developers of Everest are strong advocates of free software, but understand that it cannot be implemented 100% of the time, such as</p>
<p>in the form of drivers. We also understand that some users may prefer proprietary software over libre counterparts. We take</p>
<p>no steps to prevent proprietary software in our package database, only requiring it to be under <strong>multiverse</strong>.</p>
<p>This is a very different approach from heavily ideological distributions, some of which remove support for certain programs on a purely ideological basis.</p>
<p>The developers of Everest are strong advocates of free software, but understand that it cannot be implemented 100% of the time, such as in the form of drivers. We also understand that some users may prefer proprietary software over libre counterparts. We take no steps to prevent proprietary software in our package database, only requiring it to be licensed as such. This is a very different approach from heavily ideological distributions, some of which remove support for certain programs on a purely ideological basis.</p>
<strong>User Centrality</strong>
<p>We believe that instead of trying to make Everest easy to use out-of-the-box, we should instead focus on improving functionality for experienced users.</p>
</div>