aboutsummaryrefslogtreecommitdiffstats
path: root/mirrors2.php
diff options
context:
space:
mode:
Diffstat (limited to 'mirrors2.php')
-rw-r--r--mirrors2.php73
1 files changed, 73 insertions, 0 deletions
diff --git a/mirrors2.php b/mirrors2.php
new file mode 100644
index 000000000..7eb6a94f8
--- /dev/null
+++ b/mirrors2.php
@@ -0,0 +1,73 @@
+<?php
+/**
+*/
+
+// update this list from mirrors.mageia.org
+/* @fixme note to self: brains! */
+$g_mirrors = array(
+ 'China' => array(
+ 'Beijing' => array(
+ 'http://fundawang.lcuc.org.cn/mageia/'
+ )
+ ),
+ 'Czechia' => array(
+ 'Praha' => array(
+ 'http://mageia.supp.name/'
+ ),
+ '?' => array(
+ 'ftp://ftp.sh.cvut.cz/MIRRORS/mageia/',
+ 'http://ftp.sh.cvut.cz/MIRRORS/mageia/'
+ )
+ ),
+ 'Deutschland' => array(
+ 'Erfurt' => array(
+ 'http://ftp.mandrivauser.de/mirrors/Mageia/',
+ 'ftp://ftp.mandrivauser.de/mirrors/Mageia/'
+ ),
+ 'Erlangen' => array(
+ 'http://ftp.uni-erlangen.de/mirrors/Mageia/',
+ 'ftp://ftp.uni-erlangen.de/mirrors/Mageia/'
+ ),
+ 'Esslingen' => array(
+ 'http://ftp-stud.hs-esslingen.de/pub/Mirrors/Mageia/',
+ 'ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/Mageia/'
+ )
+ ),
+ 'France' => array(
+ 'Paris' => array(
+ 'http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/',
+ 'ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/'
+ )
+ ),
+ 'Ελλάδα' => array(
+ 'Ηράκλειον' => array(
+ 'http://ftp.cc.uoc.gr/mirrors/linux/mageia/',
+ 'ftp://ftp.cc.uoc.gr/mirrors/linux/mageia/'
+ )
+ ),
+ 'Schweitz' => array(
+ 'Geneva' => array(
+ 'http://mageia.unige.ch/mirror/'
+ ),
+ 'Lucern' => array(
+ 'ftp://ftp.LinuxCabal.org/pub/mirrors/Mageia/'
+ )
+ ),
+ 'Nederlands' => array(
+ 'Amsterdam' => array(
+ 'ftp://ftp.nluug.nl/pub/os/Linux/distr/mageia/',
+ 'http://ftp.nluug.nl/pub/os/Linux/distr/mageia/'
+ )
+ ),
+ 'Nouvelle Calédonie' => array(
+ 'Nouméa' => array(
+ 'http://mageia.nautile.nc/mageia/'
+ )
+ ),
+ 'USA' => array(
+ 'Durham' => array(
+ 'ftp://distro.ibiblio.org/pub/linux/distributions/mageia/',
+ 'http://distro.ibiblio.org/pub/linux/distributions/mageia/'
+ )
+ )
+);