2ad065056dad10a78907167db15e27fd6d696fb7
[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 bittorrent</h2>
35
36             <p>The torrent URLs are available at <a href="http://grml.deb.at/">grml.deb.at</a>.</p>
37
38             <h2>Download via HTTP/FTP</h2>
39
40             <p><a href="http://en.wikipedia.org/wiki/Geo_targeting">GeoIP</a>
41             (automatically try to figure out the best matching mirror):</p>
42
43             <ul>
44               <li><a href="http://download.grml.org/">http://download.grml.org/</a></li>
45             </ul>
46             [% FOREACH region IN mirrors.keys.sort %]
47                 <h3>Mirrors in [% region.substr(3) %] </h3>
48
49                 [% FOREACH mirror IN mirrors.$region.keys.sort %]
50                 <p>[% mirror %] ([% mirrors.$region.$mirror.location %])</p>
51                 [% FOREACH type IN [ 'grml-http' 'grml-rsync' 'grml-ftp' ] %]
52         [% NEXT UNLESS mirrors.$region.$mirror.$type %]
53                 <ul>
54             <li><a href="[% type.substr(5) %]://[% mirror %]/[% mirrors.$region.$mirror.$type %]">
55                 [% type.substr(5) %]://[% mirror %]/[% mirrors.$region.$mirror.$type %]
56                 </a>
57             </li>
58                 </ul>
59                 [% END %]
60                 [% END %]
61             [% END %]
62
63
64
65             <hr />
66
67             <p><em>If you are interested in providing a mirror or a bittorrent link
68             for Grml please <a href="/contact/">contact us</a>.</em>/</p>
69
70 </div>
71
72 [% INCLUDE static_bottom.inc %]