diff options
-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> |