diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-10 08:53:51 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-10 08:53:51 (EDT) |
commit | 142cf4076b05cad3dd543d3eaee72c832eda3f28 (patch) | |
tree | a6979501a159f6a5e77a78952b355066d6b0f0a3 /site | |
parent | 66bdd06a23e8c243d5512e131d6d1700e08f5aeb (diff) | |
download | libreboot.org-142cf4076b05cad3dd543d3eaee72c832eda3f28.zip libreboot.org-142cf4076b05cad3dd543d3eaee72c832eda3f28.tar.gz libreboot.org-142cf4076b05cad3dd543d3eaee72c832eda3f28.tar.bz2 |
Clean up home page
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/site/index.php b/site/index.php index 67173d8..bdd6bb8 100644 --- a/site/index.php +++ b/site/index.php @@ -46,34 +46,11 @@ <?php echo $lbProjectNameCapitalized; ?> is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre) BIOS/UEFI replacement for your computer. Based on <a href="http://coreboot.org/">coreboot</a>, the aim is to distribute low-level boot firmware that is 100% free software. The project is aimed at users, attempting to make coreboot as easy to - use as possible. <a href="docs/index.html#why">Learn more about <?php echo $lbProjectName; ?></a>. - </p> - <p> - 'Free' in this sense refers to freedom (liberty); read the full <a href="https://www.gnu.org/philosophy/free-sw.html">Free Software definition</a>. + use as possible. <a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a>. </p> </div> - <div class="section"> - - <h1>But why? What is this all about?</h1> - <p> - We believe that everyone deserves the freedom to study, alter and improve technology, - to use it freely without restriction. The goal is identical to that of the <a href="https://fsf.org/">Free Software Foundation</a>, - which is to ensure that everything you need to do on a computer can be done exclusively - with free software. - </p> - <p> - <?php echo $lbProjectNameCapitalized; ?> also has many practical advantages over <a href="https://gnu.org/philosophy/proprietary/">proprietary</a> boot firmware, - such as faster boot speeds and better security. Since the source code is public and fully auditable, - malicious features such as backdoors (common in proprietary firmware) are unlikely to exist. You can - <a href="docs/gnulinux/index.html">install GNU/Linux with encrypted /boot/</a>, - configure it to <a href="http://www.coreboot.org/GRUB2#signed_kernels">only boot - kernels signed with your GPG key</a>, run a <a href="http://proteanos.com/">full operating system</a> directly - from the flash chip (coming soon!), and more. - </p> - - </div> <div class="section"> |