diff options
-rw-r--r-- | site/index.php | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/site/index.php b/site/index.php index cf96e0f..a6eca5e 100644 --- a/site/index.php +++ b/site/index.php @@ -54,28 +54,30 @@ a world where everyone has the freedom to use, study, adapt and share software. In other words: to truly own and control the technology that they use. </p> <p> - <strong>FCC in the USA is trying to make free software in WiFi-enabled devices illegal! + <strong><em>FCC in the USA is trying to make free software in WiFi-enabled devices illegal! Visit <a href="http://savewifi.org/">SaveWifi.org</a> to learn more, and to find out what you can do about it. 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>. These - new laws will have serious and damaging consequences for libreboot, if they are allowed to pass!</strong> + new laws will have serious and damaging consequences for libreboot, if they are allowed to pass!</em></strong> </p> - <ul> - <li><a href="download/"><?php echo gettext("Download stable version"); ?></a></li> - <li><a href="git/"><?php echo gettext("Download development version (git)"); ?></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> - <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("List of supported systems"); ?></a></li> - <li><a href="docs/install/index.html"><?php echo gettext("How to install libreboot"); ?></a></li> - <li><a href="docs/gnulinux/grub_boot_installer.html"><?php echo gettext("How to install GNU/Linux"); ?></a></li> - <li><a href="docs/gnulinux/grub_cbfs.html"><?php echo gettext("How to boot GNU/Linux"); ?></a></li> - </ul> - <ul> - <li><strong><a href="faq/">Frequently Asked Questions (and answers to those questions)</a></strong></li> - </ul> - <h1 id="howtohelp">How to help?</h1> + <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("Download development version (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("List of supported systems"); ?></a></li> + <li><a href="docs/install/index.html"><?php echo gettext("How to install libreboot"); ?></a></li> + <li><a href="docs/gnulinux/grub_boot_installer.html"><?php echo gettext("How to install GNU/Linux"); ?></a></li> + <li><a href="docs/gnulinux/grub_cbfs.html"><?php echo gettext("How to boot 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> </p> |