diff options
-rw-r--r-- | site/index.php | 48 |
1 files changed, 22 insertions, 26 deletions
diff --git a/site/index.php b/site/index.php index 66e6219..b7ba32e 100644 --- a/site/index.php +++ b/site/index.php @@ -39,55 +39,51 @@ <h1><?php echo gettext("Libreboot project"); ?></h1> <p> <?php - echo gettext("Libreboot is a <a href=\"https://www.fsf.org/about/what-is-free-software\">free</a> (libre) BIOS/UEFI replacement for your computer. Based on <a href=\"http://coreboot.org/\">coreboot</a>, the aim is to distribute low-level boot firmware that is 100% free software, and to make coreboot easy to use."); + echo gettext("Libreboot is a <a href=\"https://www.fsf.org/about/what-is-free-software\">free</a> (libre) BIOS/UEFI replacement. Based on <a href=\"http://coreboot.org/\">coreboot</a>, the aim is to distribute low-level boot firmware that is 100% free software, and to make coreboot easy to use."); ?> </p> <ul> - <li><a href="docs/index.html#why"><?php echo gettext("Why should I use libreboot?"); ?></a></li> - <li><a href="download/#git"><?php echo gettext("How to contribute"); ?></a></li> - <li><a href="docs/tasks.html"><?php echo gettext("List of tasks"); ?></a></li> + <li><a href="docs/index.html#why"><?php echo gettext("Why use libreboot?"); ?></a></li> + <li><a href="download/#git"><?php echo gettext("How to send patches"); ?></a></li> + <li><a href="docs/tasks.html"><?php echo gettext("Tasks"); ?></a></li> <li><a href="download/#mirror"><?php echo gettext("Mirroring libreboot"); ?></a></li> </ul> </div> <div> - <h1><?php echo gettext("Download libreboot"); ?></h1> + <h1><?php echo gettext("Downloads"); ?></h1> <ul> - <li><a href="git/rom"><?php echo gettext("ROM images"); ?></a></li> + <li><a href="git/rom"><?php echo gettext("ROM files"); ?></a></li> <li><a href="git/libreboot_util.tar.xz"><?php echo gettext("Utilities"); ?></a></li> - <li><a href="git/libreboot_docs.tar.xz"><?php echo gettext("Documentation (archived)"); ?></a></li> - <li><a href="git/libreboot_src.tar.xz"><?php echo gettext("Source code"); ?></a></li> + <li><a href="git/libreboot_docs.tar.xz"><?php echo gettext("Documentation (tarball)"); ?></a></li> + <li><a href="git/libreboot_src.tar.xz"><?php echo gettext("Sources"); ?></a></li> <li><a href="git/crossgcc/">crossgcc</a></li> - <li><?php echo gettext("...based on "); ?><a href="<?php echo $lbFirmwareGitwebAddress; ?>;a=commit;h=<?php include "git/commitid"; ?>"><?php echo gettext("this"); ?></a><?php echo gettext(" commit"); ?></li> - </ul> - <ul> - <li><a href="git/release.html"><?php echo gettext("List of changes"); ?></a></li> - <li><a href="git/sha512sum.txt"><?php echo gettext("SHA512 manifest"); ?></a></li> - <li><a href="git/sha512sum.txt.sig"><?php echo gettext("SHA512 manifest (GPG signature)"); ?></a></li> - <li><a href="download/#gpg"><?php echo gettext("How to use GPG"); ?></a></li> + <li><a href="git/release.html"><?php echo gettext("Change log"); ?></a></li> + <li><a href="git/sha512sum.txt"><?php echo gettext("SHA512"); ?></a></li> + <li><a href="git/sha512sum.txt.sig"><?php echo gettext("GPG"); ?></a></li> </ul> <ul> - <li><?php echo gettext("Other resources:"); ?></li> - <li><a href="download/#archives"><?php echo gettext("Archived releases"); ?></a></li> + <li><a href="download/#gpg"><?php echo gettext("How to use GPG"); ?></a></li> + <li><a href="download/#archives"><?php echo gettext("Other mirrors"); ?></a></li> <li><a href="download/#git"><?php echo gettext("Git repositories"); ?></a></li> - <li><a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo gettext("Browse the main git repository"); ?></a></li> + <li><a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo gettext("Browse the git repository"); ?></a></li> </ul> </div> <div> - <h1><?php echo gettext("Useful information"); ?></h1> + <h1><?php echo gettext("Support"); ?></h1> <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/index.html"><?php echo gettext("How to install GNU/Linux"); ?></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/index.html"><?php echo gettext("Installing GNU/Linux"); ?></a></li> </ul> - <h2><?php echo gettext("Contact details"); ?></h2> + <h2><?php echo gettext("Contact"); ?></h2> <ul> - <li><a href="contrib/"><?php echo gettext("List of maintainers"); ?></a></li> - <li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("User support mailing list"); ?></a></li> - <li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Development mailing list"); ?></a></li> + <li><a href="contrib/"><?php echo gettext("Maintainers"); ?></a></li> + <li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("User mailing list"); ?></a></li> + <li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Developer mailing list"); ?></a></li> <li><a href="<?php echo $ircChannelAddress; ?>"><?php echo $ircChannelName; ?></a></li> </ul> </div> |