update torbutton and torbrowser links to allow navigation if main site is blocked
Mfr

Mfr commited on 2008-07-31 10:59:05
Zeige 5 geänderte Dateien mit 32 Einfügungen und 5 Löschungen.

... ...
@@ -139,7 +139,7 @@ Tor only protects Internet applications that are configured to
139 139
 send their traffic through Tor — it doesn't magically anonymize
140 140
 all your traffic just because you install it.  We recommend you
141 141
 use <a href="http://www.mozilla.org/firefox">Firefox</a> with the <a
142
-href="https://torbutton.torproject.org/dev/">Torbutton</a> extension.
142
+href="<page torbutton/index>">Torbutton</a> extension.
143 143
 </li>
144 144
 
145 145
 <li>
... ...
@@ -53,7 +53,7 @@ One of the two main developers, along with Roger.</dd>
53 53
 <dt>Steven Murdoch (Researcher)</dt><dd>Researcher at the University
54 54
 of Cambridge, currently funded by The Tor Project to improve
55 55
 the security, performance, and usability of Tor. Creator of the
56
-<a href="https://torbrowser.torproject.org/">Tor Browser Bundle</a>.</dd>
56
+<a href="<page torbrowser/index>">Tor Browser Bundle</a>.</dd>
57 57
 <dt>Peter Palfrader</dt><dd>Manages the Debian packages,
58 58
 runs one of the directory authorities, runs the website and the wiki,
59 59
 and generally helps out a lot.</dd>
... ...
@@ -61,7 +61,7 @@ and generally helps out a lot.</dd>
61 61
 href="https://www.torproject.org/svn/torflow/README">TorFlow</a>, a Tor
62 62
 controller that builds paths through the Tor network and
63 63
 measures various properties and behaviors. Working now on a <a
64
-href="https://torbutton.torproject.org/dev/">much more comprehensive
64
+href="<page torbutton/index>">much more comprehensive
65 65
 version of Torbutton</a>.</dd>
66 66
 <dt>Paul Syverson</dt><dd>Inventor of <a
67 67
 href="http://www.onion-router.net/">Onion Routing</a>, original designer
... ...
@@ -10,6 +10,33 @@
10 10
 
11 11
 <p>All of our mirrors are publicly listed on <a href="<page mirrors>">our mirrors page</a>.</p>
12 12
 
13
+<h3>Mirroring process</h3>
14
+
15
+<p>
16
+The recommended method of mirroring is with rsync. There is no anonymous access to the web site files. You can set up authenticated access with the maintainer of the site you wish to mirror from, please send email to <a href="<page contact>">tor-webmaster</a>.</p>
17
+<p>
18
+The mirroring is a pull process, i.e. the client requests the data from the server at their own convenience. To set this up, you can use the websync script and its configuration file, which can be run from crontab, and which will do everything automatically. Follow the directions in the script to make sure everything works fine.
19
+</p>
20
+
21
+<h3>When to mirror</h3>
22
+
23
+<p>
24
+The main site gets updated frequently so we recommand to update mirror every four hours.</p>
25
+<p>
26
+You should calculate the mirroring time for your site according to the dates on timestamp files in /mirror/timestamps/ directory of the web site mirror. Add some time, say half an hour, to that time and mirror then.</p>
27
+<p>
28
+The easiest way to automatically have the mirror run every day is to use cron.
29
+//ADD Command here
30
+ See man crontab for details. 
31
+</p>
32
+
33
+<h3>Configuring the web server</h3>
34
+
35
+<p>
36
+This configuration is made for a standard apache server.
37
+
38
+
39
+
13 40
 <p>
14 41
 If you would like to run a mirror, it's as easy as this command to download
15 42
 everything a mirror should share with the world:
... ...
@@ -12,7 +12,7 @@
12 12
 The Tor bundles include several different programs, all of which need
13 13
 translation help. In order of importance they are:
14 14
 <a href="http://vidalia-project.net/">Vidalia</a>,
15
-<a href="https://torbutton.torproject.org/dev/">Torbutton</a>, and
15
+<a href="<page torbutton/index>">Torbutton</a>, and
16 16
 <a href="https://check.torproject.org/">TorCheck</a>.
17 17
 Please read the sections below and help out. If you need help, please
18 18
 ask; we're always happy to lend a hand.
... ...
@@ -1127,7 +1127,7 @@ tradeoff.</li>
1127 1127
 puzzles the right answer? What other practical approaches are there? Bonus
1128 1128
 if they're backward-compatible with the current Tor protocol.</li>
1129 1129
 <li>Programs like <a
1130
-href="https://torbutton.torproject.org/dev/">Torbutton</a> aim to hide
1130
+href="<page torbutton/index>">Torbutton</a> aim to hide
1131 1131
 your browser's UserAgent string by replacing it with a uniform answer for
1132 1132
 every Tor user. That way the attacker can't splinter Tor's anonymity set
1133 1133
 by looking at that header. It tries to pick a string that is commonly used
1134 1134