diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-11 01:49:10 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-11 01:49:10 (EST) |
commit | c9d011d6d166f846b852994b82acb47ecdb2bd10 (patch) | |
tree | a8b1acbd919749dcbf92adc4a0f6096cb2e477b0 /site/index.php | |
parent | b261a80267ee628936e858b95a279f16d0f91f3d (diff) | |
download | libreboot.org-c9d011d6d166f846b852994b82acb47ecdb2bd10.zip libreboot.org-c9d011d6d166f846b852994b82acb47ecdb2bd10.tar.gz libreboot.org-c9d011d6d166f846b852994b82acb47ecdb2bd10.tar.bz2 |
home page: re-organize sections
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/site/index.php b/site/index.php index 91b2b07..4e3c6dd 100644 --- a/site/index.php +++ b/site/index.php @@ -60,14 +60,12 @@ } } ?> - <h2>Download libreboot</h2> <ul> - <li><strong><a href="download/"><?php echo gettext("Download stable version"); ?></a></strong></li> + <li><strong><a href="download/"><?php echo gettext("Download libreboot releases"); ?></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> @@ -78,16 +76,16 @@ <ul> <li><strong><a href="faq/">Frequently Asked Questions (and answers to those questions)</a></strong></li> </ul> + <h2>More information</h2> <ul> <li><strong><a href="donate/">How to donate to libreboot</a></strong></li> <li><strong><a href="suppliers/">How to buy computers with libreboot preinstalled</a></strong></li> </ul> - <h2 id="contact"><?php echo gettext("Contact the libreboot project"); ?></h2> <ul> - <li><a href="contrib/"><?php echo gettext("List of 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> + <li><a href="contrib/"><?php echo gettext("List of developers"); ?></a></li> + <li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("Subscribe to mailing list"); ?></a></li> + <li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Subscribe to dev mailing list"); ?></a></li> + <li><a href="<?php echo $ircChannelAddress; ?>">Join <?php echo $ircChannelName; ?></a></li> </ul> <h2>Why use libreboot?</h2> <p> |