diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-22 10:10:56 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-22 10:10:56 (EST) |
commit | 4c23306fe6fe2f678d61884a20a6ff49907134a7 (patch) | |
tree | 3f8bc53d418fd3d516a55e8ae0e14984676f125b /site/download | |
parent | 19806e7d84e559a167a2e75076ce4b47e9d7dfeb (diff) | |
download | libreboot.org-4c23306fe6fe2f678d61884a20a6ff49907134a7.zip libreboot.org-4c23306fe6fe2f678d61884a20a6ff49907134a7.tar.gz libreboot.org-4c23306fe6fe2f678d61884a20a6ff49907134a7.tar.bz2 |
Download page: separate FTP mirrors into their own subsection
Diffstat (limited to 'site/download')
-rw-r--r-- | site/download/index.php | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/site/download/index.php b/site/download/index.php index d21da16..1026dd9 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -121,23 +121,18 @@ are highly recommended. </p> - <ul> <?php - if (count($lbHttpMirror)>0) { - for ($server=0; $server<count($lbHttpMirror); $server++) { + /* show HTTP mirrors */ + echo list_items($lbHttpMirror,"HTTP mirrors not added yet.",0,count($lbHttpMirror)); ?> - <li><a href="<?php echo $lbHttpMirror[$server]; ?>"><?php echo $lbHttpMirror[$server]; ?></a></li> + <h2 id="ftp">FTP mirrors</h2> <?php - } - } else { + /* show HTTP mirrors */ + echo list_items($lbFtpMirror,"FTP mirrors not added yet.",0,count($lbFtpMirror)); ?> - <li>HTTP mirrors not added yet.</li> -<?php - } -?> - </ul> + - <h2 id="mirror">Mirroring <?php echo $lbProjectName; ?></h2> + <h2 id="mirror">Rsync mirrors (for mirroring <?php echo $lbProjectName; ?>)</h2> <p> Create a directory in your web server document root (e.g. <?php echo $lbProjectName; ?>/), and add one of these to your crontab: |