Add mirrors.wml and remove the list of mirrors from download.wml
Thomas Sjögren

Thomas Sjögren commited on 2005-10-16 20:56:23
Zeige 2 geänderte Dateien mit 33 Einfügungen und 20 Löschungen.

... ...
@@ -73,28 +73,9 @@ entry</a> explains how to verify package signatures.
73 73
 on fetching Tor from CVS.
74 74
 </p>
75 75
 
76
-<hr />
77
-
78
-<h2>Mirrors</h2>
79
-
80
-<p>
81
-If you are running a mirror, please email
82
-<a href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a>
83
-and we'll add it to the list.
76
+<p>For a list of sites mirroring Tor see <a href="<page mirrors>">this page</a>.
84 77
 </p>
85 78
 
86
-<p>
87
-Berapla (<a href="http://download.berapla.de/mirrors/tor/">http</a>)<br />
88
-BIT BV (<a href="ftp://ftp.bit.nl/mirror/tor/">ftp</a> | 
89
-<a href="http://ftp.bit.nl/mirror/tor/">http</a>)<br /> 
90
-FU - Spline (<a href="http://rem.spline.de/tor/">http</a>)<br />
91
-Ghirai.com (<a href="http://www.ghirai.com/tor/">http</a>)<br />
92
-Libertarian Action Network (<a href="ftp://libertarianactivism.com/tor.eff.org/dist/">ftp</a>)<br />
93
-Meulie.net (<a href="http://tor.meulie.net/">http</a>)<br />
94
-Stevens Institute of Technology (<a href="ftp://ftp.cs.stevens.edu/pub/tor/">ftp</a>)<br />
95
-Swedish Linux Society (<a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp</a>
96
- | <a href="http://ftp.se.linux.org/crypto/tor/">http</a>)
97
-</p>
98 79
 
99 80
 <hr />
100 81
 
... ...
@@ -0,0 +1,32 @@
1
+## translation metadata
2
+# Revision: $Revision$
3
+
4
+#include "head.wmi" TITLE="Mirrors"
5
+
6
+<div class="main-column">
7
+
8
+<h2>Tor: Mirrors</h2>
9
+<hr />
10
+
11
+<p>
12
+If you are running a mirror, please email
13
+<a href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a>
14
+and we'll add it to the list.
15
+</p>
16
+
17
+<p>
18
+Berapla (<a href="http://download.berapla.de/mirrors/tor/">http</a>)<br />
19
+BIT BV (<a href="ftp://ftp.bit.nl/mirror/tor/">ftp</a> | 
20
+<a href="http://ftp.bit.nl/mirror/tor/">http</a>)<br /> 
21
+FU - Spline (<a href="http://rem.spline.de/tor/">http</a>)<br />
22
+Ghirai.com (<a href="http://www.ghirai.com/tor/">http</a>)<br />
23
+Libertarian Action Network (<a href="ftp://libertarianactivism.com/tor.eff.org/dist/">ftp</a>)<br />
24
+Meulie.net (<a href="http://tor.meulie.net/">http</a>)<br />
25
+Stevens Institute of Technology (<a href="ftp://ftp.cs.stevens.edu/pub/tor/">ftp</a>)<br />
26
+Swedish Linux Society (<a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp</a>
27
+ | <a href="http://ftp.se.linux.org/crypto/tor/">http</a>)
28
+</p>
29
+
30
+  </div><!-- #main -->
31
+
32
+#include <foot.wmi>
0 33