aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/'
- )
- )
-);