summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/download/index.php9
-rw-r--r--site/index.php21
2 files changed, 6 insertions, 24 deletions
diff --git a/site/download/index.php b/site/download/index.php
index 91be6ae..24cad9a 100644
--- a/site/download/index.php
+++ b/site/download/index.php
@@ -39,7 +39,7 @@
<p><?php echo gettext("Links to HTTP mirrors, rsync mirrors and git repositories. Download libreboot here."); ?></p>
<ul>
- <li><a href="#archives"><?php echo gettext("Archived releases"); ?></a></li>
+ <li><a href="#archives"><?php echo gettext("Release archives"); ?></a></li>
<li><a href="#mirror"><?php echo gettext("Rsync mirrors"); ?></a></li>
<li><a href="#git"><?php echo gettext("Git repositories (development)"); ?></a></li>
</ul>
@@ -81,12 +81,7 @@
<div id="archives">
- <h1><?php echo gettext("Archived releases"); ?></h1>
-
- <p>
- <?php echo gettext("These releases are more rigorously tested."); ?>
- <?php echo gettext("However, they might be out of date compared to the current development snapshots."); ?>
- </p>
+ <h1><?php echo gettext("Release archives"); ?></h1>
<p>
<?php echo gettext("Download libreboot from one of these mirrors."); ?>
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>