aboutsummaryrefslogtreecommitdiffstats
path: root/mirrors2.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-05-15 21:06:59 +0000
committerRomain d'Alverny <rda@mageia.org>2011-05-15 21:06:59 +0000
commit605e5c693822a951839765ad50de7c6f2c71d9d4 (patch)
tree11c73d6f687d674f75309140f0b772fa228a8c9d /mirrors2.php
parentadfc2f928918b8556a148a3cd7ac175832628b69 (diff)
downloadwww-605e5c693822a951839765ad50de7c6f2c71d9d4.tar
www-605e5c693822a951839765ad50de7c6f2c71d9d4.tar.gz
www-605e5c693822a951839765ad50de7c6f2c71d9d4.tar.bz2
www-605e5c693822a951839765ad50de7c6f2c71d9d4.tar.xz
www-605e5c693822a951839765ad50de7c6f2c71d9d4.zip
obsolete
Diffstat (limited to 'mirrors2.php')
-rw-r--r--mirrors2.php73
1 files changed, 0 insertions, 73 deletions
diff --git a/mirrors2.php b/mirrors2.php
deleted file mode 100644
index 7eb6a94f8..000000000
--- a/mirrors2.php
+++ /dev/null
@@ -1,73 +0,0 @@
-<?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/'
- )
- )
-);