Peter Palfrader commited on 2006-01-21 03:24:45
Zeige 4 geänderte Dateien mit 101 Einfügungen und 28 Löschungen.
... | ... |
@@ -1,32 +1,34 @@ |
1 | 1 |
## translation metadata |
2 |
-# Based-On-Revision: 1.1 |
|
2 |
+# Based-On-Revision: 1.2 |
|
3 | 3 |
# Last-Translator: jens@kubieziel.de |
4 | 4 |
|
5 | 5 |
#include "head.wmi" TITLE="Download" |
6 | 6 |
|
7 | 7 |
<div class="main-column"> |
8 |
-<h2>Spiegelserver</h2> |
|
8 |
+ |
|
9 |
+<h2>Tor: Spiegelserver</h2> |
|
10 |
+<hr /> |
|
9 | 11 |
|
10 | 12 |
<p> |
11 |
-Wenn du einen Spiegel (mirror) betreibst, schicke bitte eine E-Mail an |
|
12 |
-<a |
|
13 |
-href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a> |
|
14 |
-und wir werden den der Liste hinzuf�gen. |
|
13 |
+The richtige Adresse dieser Seite ist <a href="http://tor.eff.org/">http://tor.eff.org</a>, |
|
14 |
+aber es gibt einige Spiegel auf anderen Servern. |
|
15 | 15 |
</p> |
16 | 16 |
|
17 | 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>) |
|
18 |
+Wenn du einen Spiegel (mirror) betreibst, schicke bitte eine E-Mail an |
|
19 |
+<a href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a> |
|
20 |
+und wir werden den der Liste hinzuf�gen. |
|
28 | 21 |
</p> |
29 | 22 |
|
23 |
+<table class="mirrors"> |
|
24 |
+<tr> |
|
25 |
+ <th>Organisation</th> |
|
26 |
+ <th>website mirror</th> |
|
27 |
+ <th>dist/ mirror</th> |
|
28 |
+</tr> |
|
29 |
+#include <mirrors-table.wmi> |
|
30 |
+</table> |
|
31 |
+ |
|
30 | 32 |
</div><!-- #main --> |
31 | 33 |
|
32 | 34 |
#include <foot.wmi> |
... | ... |
@@ -8,24 +8,25 @@ |
8 | 8 |
<h2>Tor: Mirrors</h2> |
9 | 9 |
<hr /> |
10 | 10 |
|
11 |
+<p> |
|
12 |
+The canonical URL of this site is <a href="http://tor.eff.org/">http://tor.eff.org</a>, |
|
13 |
+but there are a few mirrors of it in other places. |
|
14 |
+</p> |
|
15 |
+ |
|
11 | 16 |
<p> |
12 | 17 |
If you are running a mirror, please email |
13 | 18 |
<a href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a> |
14 | 19 |
and we'll add it to the list. |
15 | 20 |
</p> |
16 | 21 |
|
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> |
|
22 |
+<table class="mirrors"> |
|
23 |
+<tr> |
|
24 |
+ <th>Organisation</th> |
|
25 |
+ <th>website mirror</th> |
|
26 |
+ <th>dist/ mirror</th> |
|
27 |
+</tr> |
|
28 |
+#include <mirrors-table.wmi> |
|
29 |
+</table> |
|
29 | 30 |
|
30 | 31 |
</div><!-- #main --> |
31 | 32 |
|
... | ... |
@@ -0,0 +1,54 @@ |
1 |
+<tr> |
|
2 |
+ <td>Master Site</td> |
|
3 |
+ <td><a href="http://tor.eff.org/">http://tor.eff.org/</a></td> |
|
4 |
+ <td><a href="http://tor.eff.org/dist/">http://tor.eff.org/dist/</a><br> |
|
5 |
+ <a href="rsync://tor.eff.org/tor">tor.eff.org::tor/</a></td> |
|
6 |
+</tr> |
|
7 |
+<tr> |
|
8 |
+ <td>Berapla</td> |
|
9 |
+ <td>-</td> |
|
10 |
+ <td><a href="http://download.berapla.de/mirrors/tor/">http://download.berapla.de/mirrors/tor/</a></td> |
|
11 |
+</tr> |
|
12 |
+<tr> |
|
13 |
+ <td>BIT BV</td> |
|
14 |
+ <td>-</td> |
|
15 |
+ <td><a href="http://ftp.bit.nl/mirror/tor/">http://ftp.bit.nl/mirror/tor/</a><br> |
|
16 |
+ <a href="ftp://ftp.bit.nl/mirror/tor/">ftp://ftp.bit.nl/mirror/tor/</a></td> |
|
17 |
+</tr> |
|
18 |
+<tr> |
|
19 |
+ <td>cypherpunks.at</td> |
|
20 |
+ <td><a href="http://tor.cypherpunks.at/">http://tor.cypherpunks.at/</a></td> |
|
21 |
+ <td><a href="http://tor.cypherpunks.at/dist/">http://tor.cypherpunks.at/dist/</a><br> |
|
22 |
+ <a href="rsync://tor.cypherpunks.at/tor">tor.cypherpunks.at::tor/</a></td> |
|
23 |
+</tr> |
|
24 |
+<tr> |
|
25 |
+ <td>FU - Spline</td> |
|
26 |
+ <td>-</td> |
|
27 |
+ <td><a href="http://rem.spline.de/tor/">http://rem.spline.de/tor/</a></td> |
|
28 |
+</tr> |
|
29 |
+<tr> |
|
30 |
+ <td>Ghirai.com</td> |
|
31 |
+ <td>-</td> |
|
32 |
+ <td><a href="http://www.ghirai.com/tor/">http://www.ghirai.com/tor/</a></td> |
|
33 |
+</tr> |
|
34 |
+<tr> |
|
35 |
+ <td>Libertarian Action Network</td> |
|
36 |
+ <td>-</td> |
|
37 |
+ <td><a href="ftp://libertarianactivism.com/tor.eff.org/dist/">ftp://libertarianactivism.com/tor.eff.org/dist/</a></td> |
|
38 |
+</tr> |
|
39 |
+<tr> |
|
40 |
+ <td>Meulie.net</td> |
|
41 |
+ <td>-</td> |
|
42 |
+ <td><a href="http://tor.meulie.net/">http://tor.meulie.net/</a></td> |
|
43 |
+</tr> |
|
44 |
+<tr> |
|
45 |
+ <td>Stevens Institute of Technology</td> |
|
46 |
+ <td>-</td> |
|
47 |
+ <td><a href="ftp://ftp.cs.stevens.edu/pub/tor/">ftp://ftp.cs.stevens.edu/pub/tor/</a></td> |
|
48 |
+</tr> |
|
49 |
+<tr> |
|
50 |
+ <td>Swedish Linux Society</td> |
|
51 |
+ <td>-</td> |
|
52 |
+ <td><a href="http://ftp.se.linux.org/crypto/tor/">http://ftp.se.linux.org/crypto/tor/</a><br> |
|
53 |
+ <a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp://ftp.se.linux.org/pub/crypto/tor/</a></td> |
|
54 |
+</tr> |
... | ... |
@@ -333,3 +333,19 @@ td.banner-right { |
333 | 333 |
} |
334 | 334 |
|
335 | 335 |
|
336 |
+table.mirrors { |
|
337 |
+ margin: 0 auto; |
|
338 |
+ border-width: 3px; |
|
339 |
+ border-color: gray; |
|
340 |
+ border-style: ridge; |
|
341 |
+ border-collapse: collapse; |
|
342 |
+} |
|
343 |
+table.mirrors th { |
|
344 |
+ border: 1px solid gray; |
|
345 |
+ background-color: #DDDDDD; |
|
346 |
+} |
|
347 |
+table.mirrors td { |
|
348 |
+ border: 1px solid gray; |
|
349 |
+ padding: 4px; |
|
350 |
+} |
|
351 |
+ |
|
336 | 352 |