diff options
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 66 |
1 files changed, 37 insertions, 29 deletions
diff --git a/site/index.php b/site/index.php index 25051d0..aaf6c3e 100644 --- a/site/index.php +++ b/site/index.php @@ -45,17 +45,24 @@ It's also an open source BIOS, but open source <a href="https://www.gnu.org/philosophy/open-source-misses-the-point.html">fails</a> to promote freedom; <em>please call libreboot <strong><a href="https://www.gnu.org/philosophy/free-sw.html">free software</a></strong></em>. <a href="docs/index.html#why">Learn more</a> </p> - <p> - Many people use <a href="https://gnu.org/philosophy/proprietary/">non-free</a> firmware, even if they - use <a href="https://www.gnu.org/distros/">GNU/Linux</a>. Libreboot joins <a href="https://gnu.org/">GNU</a> in building - a world where everyone can use, study, adapt and share software, with true control and ownership over their technology. - </p> - <p> - Libreboot provides a fully automated build system and installation process, with documentation written for non-technical users, - in an attempt to make coreboot as easy to use as possible. ROM images are provided, along with utilities, all built from the - publicly distributed source code. - </p> - + <h2>Download libreboot</h2> + <ul> + <li><strong><a href="download/"><?php echo gettext("Download stable version"); ?></a></strong></li> + <li><a href="git/"><?php echo gettext("Git repositories"); ?></a></li> + <li><a href="gpg/"><?php echo gettext("GPG keys"); ?></a></li> + <li><a href="rsync/"><?php echo gettext("Mirroring libreboot"); ?> (rsync)</a></li> + </ul> + <h2>Information</h2> + <ul> + <li><a href="docs/index.html"><?php echo gettext("Documentation"); ?></a></li> + <li><a href="docs/hcl/index.html#supported_list"><?php echo gettext("Compatibility list"); ?></a></li> + <li><a href="docs/install/index.html"><?php echo gettext("Installing libreboot"); ?></a></li> + <li><a href="docs/gnulinux/grub_boot_installer.html"><?php echo gettext("Installing GNU/Linux"); ?></a></li> + <li><a href="docs/gnulinux/grub_cbfs.html"><?php echo gettext("Booting GNU/Linux"); ?></a></li> + </ul> + <ul> + <li><strong><a href="faq/">Frequently Asked Questions (and answers to those questions)</a></strong></li> + </ul> <?php $dateU=date("U"); $dateMonth=date("n",$dateU); @@ -71,30 +78,31 @@ } } ?> + <h2>Why use libreboot?</h2> + <p> + Many people use <a href="https://gnu.org/philosophy/proprietary/">non-free</a> boot firmware, even if they + use <a href="https://www.gnu.org/distros/">GNU/Linux</a>. Non-free BIOS/UEFI firmware often contains backdoors, + can be slow and have severe bugs, where you are left + helpless at the mercy of the developers; <em>you have no freedom over your computing</em>. By contrast, libreboot joins <a href="https://gnu.org/">GNU</a> in building + a world where everyone can use, study, adapt and share software, with true control and ownership over their technology. + <b>In other words, you should use Libreboot for your freedom's sake!</b> + </p> + <p> + Libreboot is faster, more secure and more reliable than most proprietary firmware, and can provide many advanced features + (such as encrypted /boot/, GPG signature checking before booting your kernel, ability to load an OS <em>from the flash chip</em>, and + more). + </p> + <p> + Libreboot provides a fully automated build system and installation process, with documentation written for non-technical users, + in an attempt to make coreboot as easy to use as possible. ROM images are provided, along with utilities, all built from the + publicly distributed source code. + </p> <p> <strong><em>FCC in the USA is trying to *ban* free WiFi devices! Learn more at <a href="http://savewifi.org/">SaveWifi.org</a>. Europeans, read <a href="https://juliareda.eu/2015/10/dear-european-governments-dont-endanger-free-and-open-wifi-networks/">this article</a> and <a href="https://blog.tohojo.dk/2015/10/the-new-wifi-regulations-in-europe.html">this article</a>. Please act now! Libreboot is at risk with these new proposals.</em></strong> </p> - <h2>Download libreboot</h2> - <ul> - <li><strong><a href="download/"><?php echo gettext("Download stable version"); ?></a></strong></li> - <li><a href="git/"><?php echo gettext("Git repositories"); ?></a></li> - <li><a href="gpg/"><?php echo gettext("GPG keys"); ?></a></li> - <li><a href="rsync/"><?php echo gettext("Mirroring libreboot"); ?> (rsync)</a></li> - </ul> - <h2>Information</h2> - <ul> - <li><a href="docs/index.html"><?php echo gettext("Documentation"); ?></a></li> - <li><a href="docs/hcl/index.html#supported_list"><?php echo gettext("Compatibility list"); ?></a></li> - <li><a href="docs/install/index.html"><?php echo gettext("Installing libreboot"); ?></a></li> - <li><a href="docs/gnulinux/grub_boot_installer.html"><?php echo gettext("Installing GNU/Linux"); ?></a></li> - <li><a href="docs/gnulinux/grub_cbfs.html"><?php echo gettext("Booting GNU/Linux"); ?></a></li> - </ul> - <ul> - <li><strong><a href="faq/">Frequently Asked Questions (and answers to those questions)</a></strong></li> - </ul> <h2 id="howtohelp">How to help?</h2> <p> <strong><a href="gnu/">Libreboot is becoming part of the GNU project, and we need help with the transition.</a></strong> |