aboutsummaryrefslogtreecommitdiffstats
path: root/mirrors2.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-04-05 13:09:02 +0000
committerRomain d'Alverny <rda@mageia.org>2011-04-05 13:09:02 +0000
commitbd0ba27c591233e3432af3f8dddbca891c25da06 (patch)
treeaa85dd802ffc1ab806fb42404b00101715f4362d /mirrors2.php
parent0250ba737d78f7f0ccc542a8b0a3078d6850a123 (diff)
downloadwww-bd0ba27c591233e3432af3f8dddbca891c25da06.tar
www-bd0ba27c591233e3432af3f8dddbca891c25da06.tar.gz
www-bd0ba27c591233e3432af3f8dddbca891c25da06.tar.bz2
www-bd0ba27c591233e3432af3f8dddbca891c25da06.tar.xz
www-bd0ba27c591233e3432af3f8dddbca891c25da06.zip
new downloads page - unstable yet, not translated
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/'
+ )
+ )
+);