diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 11:50:38 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 11:50:38 (EDT) |
commit | 85fa1d8f69f95d5bba82911bd16f202ee4088ece (patch) | |
tree | 20d15114aabeefb873d970f8f8a614c2cba7ac37 /site/index.php | |
parent | 1b55a1cf60dcacbc820993de1d156274926a1f14 (diff) | |
download | libreboot.org-85fa1d8f69f95d5bba82911bd16f202ee4088ece.zip libreboot.org-85fa1d8f69f95d5bba82911bd16f202ee4088ece.tar.gz libreboot.org-85fa1d8f69f95d5bba82911bd16f202ee4088ece.tar.bz2 |
Simplify the home page (2)
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/site/index.php b/site/index.php index 2b069ee..dc333c2 100644 --- a/site/index.php +++ b/site/index.php @@ -39,14 +39,9 @@ <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. 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."); + ?> <a href="docs/index.html#why"><?php echo gettext("Why use libreboot?"); ?></a> </p> - <ul> - <li><a href="docs/index.html#why"><?php echo gettext("Why use libreboot?"); ?></a></li> - <li><a href="download/#git"><?php echo gettext("Sending patches"); ?></a></li> - <li><a href="docs/tasks.html"><?php echo gettext("Tasks"); ?></a></li> - </ul> </div> <div> @@ -68,6 +63,8 @@ <li><a href="download/#archives"><?php echo gettext("Mirrors"); ?></a></li> <li><a href="download/#git"><?php echo gettext("Git"); ?></a></li> <li><a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo gettext("Browse the repository"); ?></a></li> + <li><a href="download/#git"><?php echo gettext("Sending patches"); ?></a></li> + <li><a href="docs/tasks.html"><?php echo gettext("Current tasks"); ?></a></li> </ul> </div> |