aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cached.list.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cached.list.php')
-rw-r--r--lib/cached.list.php161
1 files changed, 161 insertions, 0 deletions
diff --git a/lib/cached.list.php b/lib/cached.list.php
new file mode 100644
index 000000000..945fc7128
--- /dev/null
+++ b/lib/cached.list.php
@@ -0,0 +1,161 @@
+<?php $mirrors = array (
+ 'FR' =>
+ array (
+ 0 =>
+ array (
+ 'city' => 'Paris',
+ 'zone' => 'FR',
+ 'url' => 'https://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia',
+ ),
+ 1 =>
+ array (
+ 'city' => 'Paris',
+ 'zone' => 'FR',
+ 'url' => 'http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia',
+ ),
+ 2 =>
+ array (
+ 'city' => 'Paris',
+ 'zone' => 'FR',
+ 'url' => 'ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia',
+ ),
+ ),
+ 'CH' =>
+ array (
+ 0 =>
+ array (
+ 'city' => 'geneva',
+ 'zone' => 'CH',
+ 'url' => 'http://mageia.unige.ch/mirror',
+ ),
+ 1 =>
+ array (
+ 'city' => 'Lucern',
+ 'zone' => 'CH',
+ 'url' => 'ftp://ftp.LinuxCabal.org/pub/mirrors/Mageia',
+ ),
+ ),
+ 'DE' =>
+ array (
+ 0 =>
+ array (
+ 'city' => 'Erlangen',
+ 'zone' => 'DE',
+ 'url' => 'ftp://ftp.uni-erlangen.de/mirrors/Mageia',
+ ),
+ 1 =>
+ array (
+ 'city' => 'Esslingen',
+ 'zone' => 'DE',
+ 'url' => 'http://ftp-stud.hs-esslingen.de/pub/Mirrors/Mageia',
+ ),
+ 2 =>
+ array (
+ 'city' => 'Erfurt',
+ 'zone' => 'DE',
+ 'url' => 'http://ftp.mandrivauser.de/mirrors/Mageia',
+ ),
+ 3 =>
+ array (
+ 'city' => 'Erlangen',
+ 'zone' => 'DE',
+ 'url' => 'http://ftp.uni-erlangen.de/mirrors/Mageia',
+ ),
+ 4 =>
+ array (
+ 'city' => 'Erfurt',
+ 'zone' => 'DE',
+ 'url' => 'ftp://ftp.mandrivauser.de/mirrors/Mageia',
+ ),
+ 5 =>
+ array (
+ 'city' => 'Esslingen',
+ 'zone' => 'DE',
+ 'url' => 'ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/Mageia',
+ ),
+ ),
+ 'CZ' =>
+ array (
+ 0 =>
+ array (
+ 'city' => 'Paris',
+ 'zone' => 'CZ',
+ 'url' => 'ftp://ftp.sh.cvut.cz/MIRRORS/mageia',
+ ),
+ 1 =>
+ array (
+ 'city' => 'Erlangen',
+ 'zone' => 'CZ',
+ 'url' => 'http://ftp.sh.cvut.cz/MIRRORS/mageia',
+ ),
+ 2 =>
+ array (
+ 'city' => 'Durham',
+ 'zone' => 'CZ',
+ 'url' => 'http://mageia.supp.name',
+ ),
+ ),
+ 'NL' =>
+ array (
+ 0 =>
+ array (
+ 'city' => 'Amsterdam',
+ 'zone' => 'NL',
+ 'url' => 'http://ftp.nluug.nl/pub/os/Linux/distr/mageia',
+ ),
+ 1 =>
+ array (
+ 'city' => 'Amsterdam',
+ 'zone' => 'NL',
+ 'url' => 'ftp://ftp.nluug.nl/pub/os/Linux/distr/mageia',
+ ),
+ ),
+ 'GR' =>
+ array (
+ 0 =>
+ array (
+ 'city' => 'Heraklion',
+ 'zone' => 'GR',
+ 'url' => 'ftp://ftp.cc.uoc.gr/mirrors/linux/mageia',
+ ),
+ 1 =>
+ array (
+ 'city' => 'Heraklion',
+ 'zone' => 'GR',
+ 'url' => 'http://ftp.cc.uoc.gr/mirrors/linux/mageia',
+ ),
+ ),
+ 'US' =>
+ array (
+ 0 =>
+ array (
+ 'city' => 'Durham',
+ 'zone' => 'US',
+ 'url' => 'http://distro.ibiblio.org/pub/linux/distributions/mageia',
+ ),
+ 1 =>
+ array (
+ 'city' => 'Durham',
+ 'zone' => 'US',
+ 'url' => 'ftp://distro.ibiblio.org/pub/linux/distributions/mageia',
+ ),
+ ),
+ 'CN' =>
+ array (
+ 0 =>
+ array (
+ 'city' => 'Beijing',
+ 'zone' => 'CN',
+ 'url' => 'http://fundawang.lcuc.org.cn/mageia',
+ ),
+ ),
+ 'NC' =>
+ array (
+ 0 =>
+ array (
+ 'city' => 'Nouméa',
+ 'zone' => 'NC',
+ 'url' => 'http://mageia.nautile.nc/mageia',
+ ),
+ ),
+); ?> \ No newline at end of file