diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-15 04:32:17 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-15 04:32:17 (EDT) |
commit | 933dd2992696c63e0b0bf1b6508ccaa312b7efa8 (patch) | |
tree | 176f320aad5cc064c30696229075bfbd05cbe7e1 | |
parent | dba2c20f3d6dbb0660fc607d6748e7330b4c6087 (diff) | |
download | libreboot.org-933dd2992696c63e0b0bf1b6508ccaa312b7efa8.zip libreboot.org-933dd2992696c63e0b0bf1b6508ccaa312b7efa8.tar.gz libreboot.org-933dd2992696c63e0b0bf1b6508ccaa312b7efa8.tar.bz2 |
home page: remove technical benefits, add GNU philosophy
libreboot has always had the same goals an the GNU project, but
the current home page does not adequately convey this. Fix that.
-rw-r--r-- | site/index.php | 36 |
1 files changed, 10 insertions, 26 deletions
diff --git a/site/index.php b/site/index.php index f3e9fca..876ea71 100644 --- a/site/index.php +++ b/site/index.php @@ -38,9 +38,16 @@ </p> <h1><?php echo gettext("Libreboot project"); ?></h1> <p> - <?php - echo gettext("Libreboot is a <a href=\"https://www.fsf.org/about/what-is-free-software\">free</a> (libre) BIOS/UEFI replacement. Based on <a href=\"http://coreboot.org/\">coreboot</a>, the aim is to distribute low-level boot firmware that is 100% free software, and easy to use."); - ?> <a href="docs/index.html#why"><?php echo gettext("Learn more"); ?></a> + Libreboot is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre) boot firmware, + replacing the proprietary <a href="https://en.wikipedia.org/wiki/BIOS">BIOS</a>/<a href="https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface">UEFI</a>, based on <a href="http://coreboot.org/">coreboot</a>. + Boot firmware is the low-level software that runs when you turn your computer on, which initializes the + hardware and starts a bootloader for your operating system. <a href="docs/index.html#why">Learn more</a> + </p> + <p> + Most people in the global <a href="https://www.gnu.org/philosophy/free-sw.html">free software</a> community are using free operating systems; namely, the <a href="https://gnu.org/">GNU operating system</a>. + However, most people still rely on <a href="https://gnu.org/philosophy/proprietary/">proprietary</a> boot firmware. + The goal of the libreboot project is identical to that of the <a href="https://gnu.org/">GNU project</a> and <a href="https://fsf.org/">Free Software Foundation</a>, which is to ensure that everyone + has the freedom to use, study, modify and share software; in other words, the freedom to truly own and control the technology that they use. We want everyone to use free software, exclusively. </p> <ul> <li><a href="download/"><?php echo gettext("Download libreboot"); ?></a></li> @@ -79,29 +86,6 @@ </div> - <div> - <h2>Why are we doing this?</h2> - <p> - Most people in the global <a href="https://www.gnu.org/philosophy/free-sw.html">free software</a> community are using free operating systems; namely, the <a href="https://gnu.org/">GNU operating system</a>. - However, most of them are still relying on proprietary software to boot their operating system, via software - called <a href="https://en.wikipedia.org/wiki/Firmware">firmware</a> (often referred to as - the <a href="https://en.wikipedia.org/wiki/BIOS">BIOS</a> or <a href="https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface">UEFI</a>). - The goal of libreboot is identical to that of the <a href="https://gnu.org/">GNU project</a> and <a href="https://fsf.org/">Free Software Foundation</a>, which is to ensure that everyone - has the freedom to use, study, adapt and share software freely; more broadly, the freedom to truly own and control the technology that they use. - </p> - </div> - <div> - <h2>What are the technical benefits?</h2> - <p> - Libreboot has many practical advantages over <a href="https://gnu.org/philosophy/proprietary/">proprietary</a> boot - firmware, such as faster boot speeds and better security; source audits are possible and, - therefore, the firmware is unlikely to contain <a href="https://en.wikipedia.org/wiki/Backdoor_%28computing%29">backdoors</a> (common in proprietary firmware). You - can <a href="docs/gnulinux/index.html">install GNU/Linux with encrypted /boot/</a>, <a href="http://www.coreboot.org/GRUB2#signed_kernels">verify GPG signatures on your kernel</a>, - write-protect the flash chip, run a <a href="http://proteanos.com/">full operating system</a> directly - from the flash chip (planned for a future release), and more. - </p> - </div> - <?php include "common/footer.php"; ?> |