X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=download%2Fmirrors%2Findex.html.tt2;h=88546ef284fd3b3ca2785c7564590b0275abdfe8;hb=62e20d7348ab7fbb980f765450bff595edde0ddd;hp=3934833b4b80a803cd771f3e5263c217a887e98b;hpb=1fce34f10ff6bdb0dc2bf3500c5f50a94e611bbd;p=grml.org.git diff --git a/download/mirrors/index.html.tt2 b/download/mirrors/index.html.tt2 index 3934833..88546ef 100644 --- a/download/mirrors/index.html.tt2 +++ b/download/mirrors/index.html.tt2 @@ -1,17 +1,15 @@ - grml.org - Download - Mirror List - - + @@ -22,7 +20,8 @@ - +[% INCLUDE static.inc %] +
@@ -30,134 +29,35 @@

NOTE: Please visit the download webpage if you don't need the full mirror list.

-

Download via bittorrent

- -

The torrent URLs are available at grml.deb.at.

- -

Download via HTTP/FTP

+

Download via HTTPS/FTP

GeoIP (automatically try to figure out the best matching mirror):

- -

Mirrors in Europe

- -

sil.at (Vienna/Austria):

- + [% FOREACH region IN mirrors.keys.sort %] +

Mirrors in [% region.substr(3) %]

-

inode.at (Vienna/Austria):

- - -

gd.tuwien.ac.at (Vienna/Austria):

- - - - -

netcologne.de (Germany):

- - - - -

GWDG.de (Germany):

- - -

rwth-aachen.de (Germany):

- - -

modprobe.de (Germany):

- - - - -

de.leaseweb.net (Germany):

- - -

nl.leaseweb.net (Haarlem/Netherlands):

- - - -

Mirrors in America

- -

rit.edu (New York/US):

- - -

Mirrors in Brazil

- -

grml.c3sl.ufpr.br (Brazil):

- - - -

Download via rsync

- - + [% FOREACH mirror IN mirrors.$region.keys.sort %] +

[% mirror %] ([% mirrors.$region.$mirror.location %])

+ [% FOREACH type IN [ 'grml-http' 'grml-rsync' 'grml-ftp' ] %] + [% NEXT UNLESS mirrors.$region.$mirror.$type %] + + [% END %] + [% END %] + [% END %]
-

If you are interested in providing a mirror or a bittorrent link - for Grml please contact us./

+

If you are interested in providing a mirror for Grml please visit + our grml-mirrors project + or contact us./

- +[% INCLUDE static_bottom.inc %]