summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-31 11:39:42 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-31 11:39:42 (EDT)
commitfa2564bd32ecc123caa0db4acfbc1f47bfe9f7c1 (patch)
treee1e26254af53fab4923cb70c0e8498560fd6b6ac /site/index.php
parent201983aa99055b50a2190f2210b2176f96caabb6 (diff)
downloadlibreboot.org-fa2564bd32ecc123caa0db4acfbc1f47bfe9f7c1.zip
libreboot.org-fa2564bd32ecc123caa0db4acfbc1f47bfe9f7c1.tar.gz
libreboot.org-fa2564bd32ecc123caa0db4acfbc1f47bfe9f7c1.tar.bz2
Simplify the home page
Diffstat (limited to 'site/index.php')
-rw-r--r--site/index.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/site/index.php b/site/index.php
index 72ab92d..2b069ee 100644
--- a/site/index.php
+++ b/site/index.php
@@ -46,7 +46,6 @@
<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>
- <li><a href="download/#mirror"><?php echo gettext("Mirroring libreboot"); ?></a></li>
</ul>
</div>
@@ -58,16 +57,17 @@
<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><a href="git/release.html"><?php echo gettext("Change log"); ?></a></li>
+ <li><a href="git/release.html"><?php echo gettext("Changes"); ?></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><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 git repository"); ?></a></li>
+ <li><a href="download/#gpg"><?php echo gettext("Using GPG"); ?></a></li>
+ <li><a href="download/#mirror"><?php echo gettext("Rsync"); ?></a></li>
+ <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>
</ul>
</div>
@@ -76,15 +76,15 @@
<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>
- <li><a href="docs/install/index.html"><?php echo gettext("Installing libreboot"); ?></a></li>
- <li><a href="docs/gnulinux/grub_boot_installer.html"><?php echo gettext("Installing GNU/Linux"); ?></a></li>
- <li><a href="docs/gnulinux/grub_cbfs.html"><?php echo gettext("Booting GNU/Linux"); ?></a></li>
+ <li><a href="docs/install/index.html"><?php echo gettext("Install libreboot"); ?></a></li>
+ <li><a href="docs/gnulinux/grub_boot_installer.html"><?php echo gettext("Install GNU/Linux"); ?></a></li>
+ <li><a href="docs/gnulinux/grub_cbfs.html"><?php echo gettext("Boot GNU/Linux"); ?></a></li>
</ul>
<h2><?php echo gettext("Contact"); ?></h2>
<ul>
<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 $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>
</ul>
</div>