summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-31 13:04:20 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-31 13:04:20 (EDT)
commit65d30b336967bd047ce82fca2a3786f14787f1c0 (patch)
treea2d2165fb89c2d97e2b1e0ed087f8bcdfb320ae4 /site/index.php
parent4c9b19e0d1a8db32408d0ccca547a4093671a12f (diff)
downloadlibreboot.org-65d30b336967bd047ce82fca2a3786f14787f1c0.zip
libreboot.org-65d30b336967bd047ce82fca2a3786f14787f1c0.tar.gz
libreboot.org-65d30b336967bd047ce82fca2a3786f14787f1c0.tar.bz2
Simplify the home page again - link to releases, not snapshots
Snapshots are being discontinued. Only the stable releases will be hosted in future, along with the git repositories and rsync mirror.
Diffstat (limited to 'site/index.php')
-rw-r--r--site/index.php21
1 files changed, 4 insertions, 17 deletions
diff --git a/site/index.php b/site/index.php
index 23fa839..eb21e7c 100644
--- a/site/index.php
+++ b/site/index.php
@@ -47,24 +47,11 @@
<div>
<h1><?php echo gettext("Downloads"); ?></h1>
<ul>
- <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 (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("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("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="download/#archives"><?php echo gettext("Stable releases"); ?></a></li>
+ <li><a href="download/#gpg"><?php echo gettext("GPG"); ?></a></li>
+ <li><a href="download/#mirror">Rsync</a></li>
+ <li><a href="download/#git">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>