summaryrefslogtreecommitdiffstats
path: root/site/variables.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-27 12:05:56 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-27 12:05:56 (EDT)
commit0e94461327c7c757793587703498b206934d0484 (patch)
tree8ec8dd73e0988391f91ea02531d11676ff6caf49 /site/variables.php
parent9028420e4e48fa9d750a1dd43ab6bfe4cdf2ad47 (diff)
downloadlibreboot.org-0e94461327c7c757793587703498b206934d0484.zip
libreboot.org-0e94461327c7c757793587703498b206934d0484.tar.gz
libreboot.org-0e94461327c7c757793587703498b206934d0484.tar.bz2
download page: name each mirror
Diffstat (limited to 'site/variables.php')
-rw-r--r--site/variables.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/site/variables.php b/site/variables.php
index 29aa4e8..06b6f4b 100644
--- a/site/variables.php
+++ b/site/variables.php
@@ -39,20 +39,20 @@
/* HTTP mirrors (for release archives) */
$lbHttpMirror = array(
- "http://mirrors.mit.edu/libreboot/",
- "http://www.mirrorservice.org/sites/libreboot.org/release/",
- "https://freedombox.org/libreboot/",
- "http://elmondo74.fr/libreboot/",
- "http://elgrande74.net/libreboot/",
- "http://mirror.linux.ro/libreboot/",
- "https://ginette.swordarmor.fr/libreboot/",
- "http://ginette.swordarmor.fr/libreboot/",
- "http://libreboot.nedson.net/"
+ array("http://mirrors.mit.edu/libreboot/","MIT University, USA"),
+ array("http://www.mirrorservice.org/sites/libreboot.org/release/","University of Kent, UK"),
+ array("https://freedombox.org/libreboot/","freedombox.org, Switzerland"),
+ array("http://elmondo74.fr/libreboot/","elmondo74.fr, France"),
+ array("http://elgrande74.net/libreboot/","elgrande74.net, France"),
+ array("http://mirror.linux.ro/libreboot/","linux.ro, Romania"),
+ array("https://ginette.swordarmor.fr/libreboot/","swordarmor.fr, France"),
+ array("http://ginette.swordarmor.fr/libreboot/","swordarmor.fr, France"),
+ array("http://libreboot.nedson.net/","nedson.net, Canada")
);
- /* HTTP mirrors (for release archives) */
+ /* FTP mirrors (for release archives) */
$lbFtpMirror = array(
- "ftp://ftp.mirrorservice.org/sites/libreboot.org/release/",
- "ftp://ftp.linux.ro/libreboot/"
+ array("ftp://ftp.mirrorservice.org/sites/libreboot.org/release/","University of Kent, UK"),
+ array("ftp://ftp.linux.ro/libreboot/","linux.ro, Romania")
);
/* rsync servers (for release archives). Put the main one first */