diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-15 03:44:44 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-15 03:44:44 (EDT) |
commit | 9a2a4d0dba5e73ee8e3341e10ab82d40b8d1dded (patch) | |
tree | efeb5c696a3132f35cfc52d1ce596f9b154f067f /site/index.php | |
parent | 648136c31fc9b3596da20461d5960d4d2f262b1f (diff) | |
download | libreboot.org-9a2a4d0dba5e73ee8e3341e10ab82d40b8d1dded.zip libreboot.org-9a2a4d0dba5e73ee8e3341e10ab82d40b8d1dded.tar.gz libreboot.org-9a2a4d0dba5e73ee8e3341e10ab82d40b8d1dded.tar.bz2 |
Wake the home page more generally useful
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 76 |
1 files changed, 35 insertions, 41 deletions
diff --git a/site/index.php b/site/index.php index 99b4517..ada0f73 100644 --- a/site/index.php +++ b/site/index.php @@ -43,14 +43,44 @@ ?> <a href="docs/index.html#why"><?php echo gettext("Learn more"); ?></a> </p> <ul> - <li><a href="#downloads">Downloads</a></li> - <li><a href="#howtouse">How to use libreboot</a></li> - <li><a href="#howtohelp">How to help</a></li> - <li><a href="#contact">Contact information</a></li> + <li><a href="download/"><?php echo gettext("Download libreboot"); ?></a></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> + <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("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> + </div> + + <div> + + + <h2 id="howtohelp">How to help?</h2> + <ul> + <li><a href="docs/tasks.html">List of tasks that need to be completed</a></li> + <li><a href="docs/maintain/index.html">Maintaining libreboot</a></li> + </ul> + <h2>Pre-configured libreboot systems</h2> + <p> + <?php echo gettext("Pre-configured libreboot systems are also available, from several <a href='suppliers/'>commercial suppliers</a>."); ?> + </p> + <h2 id="contact"><?php echo gettext("Contact"); ?></h2> + <ul> + <li><a href="contrib/"><?php echo gettext("Maintainers"); ?></a></li> + <li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("Mailing list"); ?></a></li> + <li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Dev mailing list"); ?></a></li> + <li><a href="<?php echo $ircChannelAddress; ?>"><?php echo $ircChannelName; ?></a></li> + </ul> + </div> <div> + <h2>What is this all about?</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 @@ -61,6 +91,7 @@ </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, @@ -70,43 +101,6 @@ from the flash chip (planned for a future release), and more. </p> </div> - <div> - <p> - <?php echo gettext("Pre-configured libreboot systems are also available, from several <a href='suppliers/'>commercial suppliers</a>."); ?> - </p> - </div> - - <div> - <h1 id="downloads"><?php echo gettext("Downloads"); ?></h1> - <ul> - <li><a href="download/"><?php echo gettext("Stable release archives"); ?></a></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 id="howtouse"><?php echo gettext("Support"); ?></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("Install libreboot"); ?></a></li> - <li><a href="docs/gnulinux/grub_boot_installer.html"><?php echo gettext("Install GNU/Linux"); ?></a></li> - <li><a href="docs/gnulinux/grub_cbfs.html"><?php echo gettext("Boot GNU/Linux"); ?></a></li> - </ul> - - <h2 id="howtohelp">How to help?</h2> - <ul> - <li><a href="docs/tasks.html">List of tasks that need to be completed</a></li> - <li><a href="docs/maintain/index.html">Maintaining libreboot</a></li> - </ul> - <h2 id="contact"><?php echo gettext("Contact"); ?></h2> - <ul> - <li><a href="contrib/"><?php echo gettext("Maintainers"); ?></a></li> - <li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("Mailing list"); ?></a></li> - <li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Dev mailing list"); ?></a></li> - <li><a href="<?php echo $ircChannelAddress; ?>"><?php echo $ircChannelName; ?></a></li> - </ul> - - </div> <?php include "common/footer.php"; |