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