diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-28 13:16:25 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-28 13:16:25 (EDT) |
commit | cc8723977244cf2b6119ae4b12a981d0c943cf1f (patch) | |
tree | e23b95272f7719e275b183af079408a6404a6f1e /site/index.php | |
parent | 80d440e609c24a57aee36f024e87ab43ddefafae (diff) | |
download | libreboot.org-cc8723977244cf2b6119ae4b12a981d0c943cf1f.zip libreboot.org-cc8723977244cf2b6119ae4b12a981d0c943cf1f.tar.gz libreboot.org-cc8723977244cf2b6119ae4b12a981d0c943cf1f.tar.bz2 |
clean up html on all pages
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 115 |
1 files changed, 58 insertions, 57 deletions
diff --git a/site/index.php b/site/index.php index 5051fe9..66e6219 100644 --- a/site/index.php +++ b/site/index.php @@ -32,64 +32,65 @@ <body> - <div> - <p> - <img src="logo/logo-small.png" alt="" title="<?php include "logo/license.txt"; ?>" /> - </p> - <h1><?php echo gettext("Libreboot project"); ?></h1> - <p> - <?php + <div> + <p> + <img src="logo/logo-small.png" alt="" title="<?php include "logo/license.txt"; ?>" /> + </p> + <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."); - ?> - </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="download/#mirror"><?php echo gettext("Mirroring libreboot"); ?></a></li> - </ul> - </div> - - <div> - <h1><?php echo gettext("Download libreboot"); ?></h1> - <ul> - <li><a href="git/rom"><?php echo gettext("ROM images"); ?></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/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> - </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/#git"><?php echo gettext("Git repositories"); ?></a></li> - <li><a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo gettext("Browse the main git repository"); ?></a></li> - </ul> - </div> - <div> - <h1><?php echo gettext("Useful information"); ?></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> - </ul> - <h2><?php echo gettext("Contact details"); ?></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="<?php echo $ircChannelAddress; ?>"><?php echo $ircChannelName; ?></a></li> - </ul> - </div> + ?> + </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="download/#mirror"><?php echo gettext("Mirroring libreboot"); ?></a></li> + </ul> + </div> + + <div> + <h1><?php echo gettext("Download libreboot"); ?></h1> + <ul> + <li><a href="git/rom"><?php echo gettext("ROM images"); ?></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/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> + </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/#git"><?php echo gettext("Git repositories"); ?></a></li> + <li><a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo gettext("Browse the main git repository"); ?></a></li> + </ul> + </div> + + <div> + <h1><?php echo gettext("Useful information"); ?></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> + </ul> + <h2><?php echo gettext("Contact details"); ?></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="<?php echo $ircChannelAddress; ?>"><?php echo $ircChannelName; ?></a></li> + </ul> + </div> <?php include "footer.php"; |