diff options
Diffstat (limited to 'lib/cached.list.php')
-rw-r--r-- | lib/cached.list.php | 93 |
1 files changed, 86 insertions, 7 deletions
diff --git a/lib/cached.list.php b/lib/cached.list.php index b03431b2e..af90d3de0 100644 --- a/lib/cached.list.php +++ b/lib/cached.list.php @@ -151,8 +151,38 @@ 'url' => 'http://ftp.jaist.ac.jp/pub/Linux/Mageia', ), ), + 'CA' => + array ( + 0 => + array ( + 'city' => 'Toronto', + 'continent' => 'NA', + 'zone' => 'CA', + 'url' => 'ftp://mageia.webconquest.com', + ), + 1 => + array ( + 'city' => 'Toronto', + 'continent' => 'NA', + 'zone' => 'CA', + 'url' => 'http://mageia.webconquest.com', + ), + ), '_C:NA' => array ( + 0 => + array ( + 'city' => 'Toronto', + 'continent' => 'NA', + 'zone' => 'CA', + 'url' => 'ftp://mageia.webconquest.com', + ), 4 => + array ( + 'city' => 'Toronto', + 'continent' => 'NA', + 'zone' => 'CA', + 'url' => 'http://mageia.webconquest.com', + ), 1 => array ( 'city' => '?', @@ -175,20 +205,47 @@ 'url' => 'http://mirror.dacentec.com/mageia', ), ), - 'TW' => + 'ZA' => array ( + 0 => + array ( + 'city' => 'Stellenbosch', + 'continent' => 'AF', + 'zone' => 'ZA', + 'url' => 'ftp://ftp.sun.ac.za/pub/mirrors/mageia', + ), + 1 => + array ( + 'city' => 'Stellenbosch', + 'continent' => 'AF', + 'zone' => 'ZA', + 'url' => 'http://ftp.sun.ac.za/ftp/pub/mirrors/mageia', + ), ), - 'DE' => + '_C:AF' => array ( - 6 => + 0 => array ( - 'city' => 'Hermsdorf', - 'continent' => 'EU', - 'zone' => 'DE', - 'url' => 'ftp://mirror.tuxinator.org/mageia', + 'city' => 'Stellenbosch', + 'continent' => 'AF', + 'zone' => 'ZA', + 'url' => 'ftp://ftp.sun.ac.za/pub/mirrors/mageia', ), 1 => array ( + 'city' => 'Stellenbosch', + 'continent' => 'AF', + 'zone' => 'ZA', + 'url' => 'http://ftp.sun.ac.za/ftp/pub/mirrors/mageia', + ), + ), + 'TW' => + array ( + ), + 'DE' => + array ( + 1 => + array ( 'city' => 'Cologne', 'continent' => 'EU', 'zone' => 'DE', @@ -201,6 +258,27 @@ 'zone' => 'DE', 'url' => 'ftp://mirror.netcologne.de/mageia', ), + 3 => + array ( + 'city' => 'Esslingen', + 'continent' => 'EU', + 'zone' => 'DE', + 'url' => 'http://ftp-stud.hs-esslingen.de/pub/Mirrors/Mageia', + ), + 9 => + array ( + 'city' => 'Esslingen', + 'continent' => 'EU', + 'zone' => 'DE', + 'url' => 'ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/Mageia', + ), + 6 => + array ( + 'city' => 'Hermsdorf', + 'continent' => 'EU', + 'zone' => 'DE', + 'url' => 'ftp://mirror.tuxinator.org/mageia', + ), 7 => array ( 'city' => 'Hermsdorf', @@ -208,6 +286,7 @@ 'zone' => 'DE', 'url' => 'http://mirror.tuxinator.org/mageia', ), + ), 'US' => array ( |