diff options
author | P. J. McDermott <pjm@nac.net> | 2012-05-27 14:23:05 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-05-27 14:23:05 (EDT) |
commit | 5913b239dc1d807af2e28a73bfd299289853f3df (patch) | |
tree | 8b222e00fc18e439898509de373a372030abffcb | |
parent | e5be4fdbf7e5af2e4534648f547a35417c9e832d (diff) |
Add "about" page.
-rwxr-xr-x | about.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/about.html b/about.html new file mode 100755 index 0000000..fdf70da --- /dev/null +++ b/about.html @@ -0,0 +1,13 @@ +<!--#set var="title" value="What is This System?" --> +<!--#set var="pagetitle" value="About This System" --> +<!--#include file="includes/header.html" --> +<h2>Key Features</h2> +<a name="freedom"><h3>Freedom</h3></a> +<p>All of the software in this system is free/libre/open-source. This allows us to most effectively support each package we provide. It also leaves vendors and users in control of the software they use.</p> +<a name="flexibility"><h3>Flexibility</h3></a> +<p>This system can be built for any hardware that can run a free operating system, and it can use any UNIX-like kernel and system libraries. It can also be configured to serve any vendor's use case.</p> +<a name="size"><h3>Size</h3></a> +<p>This system provides small yet fully-functional programs. Only the essentials are installed by default, allowing an installed system to be as small as possible.</p> +<a name="speed"><h3>Speed</h3></a> +<p>This system is specifically optimized for the hardware on which it runs. And it boots nearly instantly, thanks to the direct execution of the kernel and initialization programs.</p> +<!--#include file="includes/footer.html" --> |