From 0e94461327c7c757793587703498b206934d0484 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 27 May 2015 12:05:56 -0400 Subject: download page: name each mirror --- (limited to 'site/variables.php') 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 */ -- cgit v0.9.1