diff options
Diffstat (limited to 'lib/cached.list_doc.php')
-rw-r--r-- | lib/cached.list_doc.php | 56 |
1 files changed, 47 insertions, 9 deletions
diff --git a/lib/cached.list_doc.php b/lib/cached.list_doc.php index c156055bd..44d383378 100644 --- a/lib/cached.list_doc.php +++ b/lib/cached.list_doc.php @@ -69,54 +69,75 @@ ), 6 => array ( + 'zone' => 'JP', + 'country' => 'JP', + 'city' => 'Tsukuba', + 'url' => 'http://ftp.tsukuba.wide.ad.jp/Linux/mageia', + ), + 7 => + array ( + 'zone' => 'JP', + 'country' => 'JP', + 'city' => 'Tsukuba', + 'url' => 'https://ftp.tsukuba.wide.ad.jp/Linux/mageia', + ), + 8 => + array ( 'zone' => 'TR', 'country' => 'TR', 'city' => 'Ankara', 'url' => 'ftp://ftp.linux.org.tr/mageia', ), - 7 => + 9 => array ( 'zone' => 'TR', 'country' => 'TR', 'city' => 'Ankara', 'url' => 'http://ftp.linux.org.tr/mageia', ), - 8 => + 10 => array ( 'zone' => 'TR', 'country' => 'TR', 'city' => 'Ankara', 'url' => 'https://ftp.linux.org.tr/mageia', ), - 9 => + 11 => array ( 'zone' => 'TW', 'country' => 'TW', 'city' => 'HsinChu', 'url' => 'ftp://free.nchc.org.tw/mageia', ), - 10 => + 12 => + array ( + 'zone' => 'TW', + 'country' => 'TW', + 'city' => 'HsinChu', + 'url' => 'ftp://ftp.twaren.net/Linux/Mageia', + ), + 13 => array ( 'zone' => 'TW', 'country' => 'TW', 'city' => 'HsinChu', 'url' => 'http://free.nchc.org.tw/mageia', ), - 11 => + 14 => array ( 'zone' => 'TW', 'country' => 'TW', 'city' => 'HsinChu', 'url' => 'https://free.nchc.org.tw/mageia', ), - 12 => + 15 => array ( 'zone' => 'TW', 'country' => 'TW', 'city' => 'Taipei', 'url' => 'ftp://ftp.tku.edu.tw/Linux/Mageia', ), - 13 => + 16 => array ( 'zone' => 'TW', 'country' => 'TW', @@ -588,17 +609,24 @@ array ( 'zone' => 'US', 'country' => 'US', + 'city' => 'Princeton', + 'url' => 'https://mirror.math.princeton.edu/pub/mageia', + ), + 7 => + array ( + 'zone' => 'US', + 'country' => 'US', 'city' => 'Richmond, VA', 'url' => 'ftp://mageia.jameswhitby.net/mageia', ), - 7 => + 8 => array ( 'zone' => 'US', 'country' => 'US', 'city' => 'Richmond, VA', 'url' => 'http://mageia.jameswhitby.net', ), - 8 => + 9 => array ( 'zone' => 'US', 'country' => 'US', @@ -606,6 +634,16 @@ 'url' => 'https://mageia.jameswhitby.net', ), ), + '_C:OC' => + array ( + 0 => + array ( + 'zone' => 'AU', + 'country' => 'AU', + 'city' => 'Adelaide', + 'url' => 'http://mirror.internode.on.net/pub/mageia', + ), + ), '_C:SA' => array ( 0 => |