Jacob Appelbaum commited on 2008-06-30 08:20:28
Zeige 3 geänderte Dateien mit 61 Einfügungen und 16 Löschungen.
... | ... |
@@ -14,22 +14,8 @@ but there are a few mirrors of it in other places. |
14 | 14 |
</p> |
15 | 15 |
|
16 | 16 |
<p> |
17 |
-If you would like to run a mirror, it's as easy as this command to download |
|
18 |
-everything a mirror should share with the world: |
|
19 |
-<br /> <br /> |
|
20 |
-<tt> |
|
21 |
-rsync -av rsync://rsync.torproject.org/tor tor-mirror/ |
|
22 |
-</tt> |
|
23 |
-<br/> <br/> |
|
24 |
-Please ensure that you keep your mirror updated (we suggest automating this |
|
25 |
-task with something like '<tt>cron</tt>'). Our website, source code and |
|
26 |
-binary releases change often. Tor users everywhere will thank you. |
|
27 |
-</p> |
|
28 |
- |
|
29 |
-<p> |
|
30 |
-If you are running a mirror, please email |
|
31 |
-<a href="mailto:tor-webmaster@torproject.org">tor-webmaster@torproject.org</a> |
|
32 |
-and we'll add it to the list. |
|
17 |
+If you would like to run a mirror, please <a href="<page running-a-mirror>">read |
|
18 |
+our instructions for running a mirror</a>. |
|
33 | 19 |
</p> |
34 | 20 |
|
35 | 21 |
<table class="mirrors"> |
... | ... |
@@ -0,0 +1,41 @@ |
1 |
+## translation metadata |
|
2 |
+# Revision: $Revision: 15540 $ |
|
3 |
+ |
|
4 |
+#include "head.wmi" TITLE="Tor: Mirrors" |
|
5 |
+ |
|
6 |
+<div class="main-column"> |
|
7 |
+ |
|
8 |
+<h2>Tor: Running a Mirror</h2> |
|
9 |
+<hr /> |
|
10 |
+ |
|
11 |
+<p>All of our mirrors are publicly listed on <a href="<page mirrors>">our mirrors page</a>.</p> |
|
12 |
+ |
|
13 |
+<p> |
|
14 |
+If you would like to run a mirror, it's as easy as this command to download |
|
15 |
+everything a mirror should share with the world: |
|
16 |
+<br /> <br /> |
|
17 |
+<tt> |
|
18 |
+rsync -av rsync://rsync.torproject.org/tor tor-mirror/ |
|
19 |
+</tt> |
|
20 |
+<br /> <br /> |
|
21 |
+If you would like to run a dist/ mirror, it's as easy as this command to |
|
22 |
+download everything a dist mirror should share with the world: |
|
23 |
+<br /> <br /> |
|
24 |
+<tt> |
|
25 |
+rsync -av rsync://rsync.torproject.org/tor/dist tor-mirror-dist/ |
|
26 |
+</tt> |
|
27 |
+<br/> <br/> |
|
28 |
+Please ensure that you keep your mirror updated (we suggest automating this |
|
29 |
+task with something like '<tt>cron</tt>'). Our website, source code and |
|
30 |
+binary releases change often. Tor users everywhere will thank you. |
|
31 |
+</p> |
|
32 |
+ |
|
33 |
+<p> |
|
34 |
+If you are running a mirror, please email |
|
35 |
+<a href="mailto:tor-webmaster@torproject.org">tor-webmaster@torproject.org</a> |
|
36 |
+and we'll add it to the list. |
|
37 |
+</p> |
|
38 |
+ |
|
39 |
+ </div><!-- #main --> |
|
40 |
+ |
|
41 |
+#include <foot.wmi> |
... | ... |
@@ -572,6 +572,24 @@ my %m = ( |
572 | 572 |
rsyncDistMirror => "", |
573 | 573 |
updateDate => "Unknown", |
574 | 574 |
}, |
575 |
+ |
|
576 |
+ mirror029 => { |
|
577 |
+ adminContact => "", |
|
578 |
+ orgName => "crypto.nsa.org", |
|
579 |
+ isoCC => "US", |
|
580 |
+ subRegion => "", |
|
581 |
+ region => "North America", |
|
582 |
+ ipv4 => "True", |
|
583 |
+ ipv6 => "False", |
|
584 |
+ loadBalanced => "Unknown", |
|
585 |
+ httpWebsiteMirror => "http://crypto.nsa.org/tor/", |
|
586 |
+ rsyncWebsiteMirror => "", |
|
587 |
+ ftpWebsiteMirror => "", |
|
588 |
+ httpDistMirror => "http://crypto.nsa.org/tor/dist/", |
|
589 |
+ rsyncDistMirror => "", |
|
590 |
+ updateDate => "Unknown", |
|
591 |
+ }, |
|
592 |
+ |
|
575 | 593 |
); |
576 | 594 |
|
577 | 595 |
my $count = values %m; |
578 | 596 |