download/mirrors: drop grml.deb.at and bittorent section, torrent files are hosted...
[grml.org.git] / download / mirrors / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <base href="http://grml.org/">
5 <title>grml.org - Download - Mirror List</title>
6 <meta name="Title" content="grml.org - Download" />
7 <meta name="Author" content="the grml team [www.grml.org/team/]" />
8 <meta name="Keywords" content="grml.org, grml" />
9 <meta name="Description" content="Download of grml.org" />
10 <meta name="Abstract" content="grml, just another linux-distribution" />
11 <meta name="fdse-index-as" content="http://www.grml.org/download/mirrors/" />
12 <meta name="Robots" content="index,follow" />
13 <meta name="Language" content="english" />
14 <meta name="identifier-url" content="http://www.grml.org/" />
15 <meta name="MSSmartTagsPreventParsing" content="true" />
16 <meta http-equiv="imagetoolbar" content="no" />
17 <link rel="home" href="/" title="grml.org" />
18 <link rel="help" href="/features/" title="About" />
19 <link rel="author" href="/team/" title="Team" />
20 <link rel="icon" href="/favicon.png" type="image/png" />
21 <link rel="stylesheet" href="/style.css" type="text/css" />
22 </head>
23
24 <body>
25 [% INCLUDE static.inc %]
26
27
28 <div class="content">
29
30             <h1>Download - Mirror List</h1>
31
32             <p><strong>NOTE:</strong> Please visit the <a href="/download/">download webpage</a> if you don't need the full mirror list.</p>
33
34             <h2>Download via HTTP/FTP</h2>
35
36             <p><a href="http://en.wikipedia.org/wiki/Geo_targeting">GeoIP</a>
37             (automatically try to figure out the best matching mirror):</p>
38
39             <ul>
40               <li><a href="http://download.grml.org/">http://download.grml.org/</a></li>
41             </ul>
42             [% FOREACH region IN mirrors.keys.sort %]
43                 <h3>Mirrors in [% region.substr(3) %] </h3>
44
45                 [% FOREACH mirror IN mirrors.$region.keys.sort %]
46                 <p>[% mirror %] ([% mirrors.$region.$mirror.location %])</p>
47                 [% FOREACH type IN [ 'grml-http' 'grml-rsync' 'grml-ftp' ] %]
48         [% NEXT UNLESS mirrors.$region.$mirror.$type %]
49                 <ul>
50             <li><a href="[% type.substr(5) %]://[% mirror %]/[% mirrors.$region.$mirror.$type %]">
51                 [% type.substr(5) %]://[% mirror %]/[% mirrors.$region.$mirror.$type %]
52                 </a>
53             </li>
54                 </ul>
55                 [% END %]
56                 [% END %]
57             [% END %]
58
59
60
61             <hr />
62
63             <p><em>If you are interested in providing a mirror or a bittorrent link
64             for Grml please <a href="/contact/">contact us</a>.</em>/</p>
65
66 </div>
67
68 [% INCLUDE static_bottom.inc %]