From bf58644d22d8ca1817ef2c89b38cbfedac079bfb Mon Sep 17 00:00:00 2001 From: Francis Rowe <info@gluglug.org.uk> Date: Wed, 27 May 2015 08:26:31 -0400 Subject: download page: clarify what the release archives are for --- (limited to 'site/download') diff --git a/site/download/index.php b/site/download/index.php index 2dc260a..0380fd5 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -44,7 +44,7 @@ <p><?php echo gettext("Links to HTTP mirrors, rsync mirrors and git repositories. Download libreboot here."); ?></p> <ul class="l"> - <li><a href="#http"><?php echo gettext("HTTP mirrors"); ?></a></li> + <li><a href="#archives"><?php echo gettext("Archived releases"); ?></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> @@ -84,9 +84,9 @@ </div> - <div class="s" id="http"> + <div class="s" id="archives"> - <h1><?php echo gettext("HTTP mirrors (releases)"); ?></h1> + <h1><?php echo gettext("Archived releases"); ?></h1> <p> <?php echo gettext("These releases are more rigorously tested."); ?> @@ -106,10 +106,12 @@ <?php echo gettext("Release date:"); ?> <?php echo $lbRelease[0][0][1]; ?>. </b> </p> + + <h2 id="http">HTTP mirrors</h2> <?php - /* show HTTP mirrors */ - echo list_items($lbHttpMirror, gettext("HTTP mirrors not added yet."),0,count($lbHttpMirror)); + /* show HTTP mirrors */ + echo list_items($lbHttpMirror, gettext("HTTP mirrors not added yet."),0,count($lbHttpMirror)); ?> <h2 id="ftp">FTP mirrors</h2> <?php -- cgit v0.9.1