aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cached.list.php
blob: 34cc9566e15d5237b9303e334d795329052db643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?php $mirrors = array (
  '_C:EU' => 
  array (
    0 => 
    array (
      'zone' => 'CZ',
      'country' => 'CZ',
      'city' => 'Brno',
      'url' => 'ftp://ftp.fi.muni.cz/pub/linux/mageia',
    ),
    1 => 
    array (
      'zone' => 'CZ',
      'country' => 'CZ',
      'city' => 'Brno',
      'url' => 'http://ftp.fi.muni.cz/pub/linux/mageia',
    ),
    2 => 
    array (
      'zone' => 'DE',
      'country' => 'DE',
      'city' => '?',
      'url' => 'ftp://srv3.tuxinator.org/mageia',
    ),
    3 => 
    array (
      'zone' => 'DE',
      'country' => 'DE',
      'city' => '?',
      'url' => 'ftp://srv4.tuxinator.org/mageia',
    ),
    4 => 
    array (
      'zone' => 'DE',
      'country' => 'DE',
      'city' => '?',
      'url' => 'http://srv3.tuxinator.org/mageia',
    ),
    5 => 
    array (
      'zone' => 'DE',
      'country' => 'DE',
      'city' => '?',
      'url' => 'http://srv4.tuxinator.org/mageia',
    ),
    6 => 
    array (
      'zone' => 'DE',
      'country' => 'DE',
      'city' => 'Esslingen',
      'url' => 'ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/Mageia',
    ),
    7 => 
    array (
      'zone' => 'DE',
      'country' => 'DE',
      'city' => 'Esslingen',
      'url' => 'http://ftp-stud.hs-esslingen.de/pub/Mirrors/Mageia',
    ),
    8 => 
    array (
      'zone' => 'DE',
      'country' => 'DE',
      'city' => 'Hermsdorf',
      'url' => 'ftp://mirror.tuxinator.org/mageia',
    ),
    9 => 
    array (
      'zone' => 'DE',
      'country' => 'DE',
      'city' => 'freiburg',
      'url' => 'ftp://mirror2.tuxinator.org/mageia',
    ),
    10 => 
    array (
      'zone' => 'DE',
      'country' => 'DE',
      'city' => 'freiburg',
      'url' => 'http://mirror2.tuxinator.org/mageia',
    ),
    11 => 
    array (
      'zone' => 'FR',
      'country' => 'FR',
      'city' => 'Paris',
      'url' => 'ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia',
    ),
    12 => 
    array (
      'zone' => 'FR',
      'country' => 'FR',
      'city' => 'Paris',
      'url' => 'ftp://ftp.free.fr/mirrors/mageia.org',
    ),
    13 => 
    array (
      'zone' => 'FR',
      'country' => 'FR',
      'city' => 'Paris',
      'url' => 'http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia',
    ),
    14 => 
    array (
      'zone' => 'FR',
      'country' => 'FR',
      'city' => 'Paris',
      'url' => 'http://ftp.free.fr/mirrors/mageia.org',
    ),
    15 => 
    array (
      'zone' => 'NL',
      'country' => 'NL',
      'city' => 'Amsterdam',
      'url' => 'ftp://mageia.webconquest.com',
    ),
    16 => 
    array (
      'zone' => 'NL',
      'country' => 'NL',
      'city' => 'Amsterdam',
      'url' => 'http://mageia.webconquest.com',
    ),
  ),
); ?>