Andrew Lewman commited on 2009-03-03 05:26:26
Zeige 1 geänderte Dateien mit 20 Einfügungen und 7 Löschungen.
... | ... |
@@ -8,8 +8,21 @@ |
8 | 8 |
|
9 | 9 |
<div class="main-column"> |
10 | 10 |
|
11 |
-<h1>Configuring a <a href="<page index>">Tor</a> relay</h1> |
|
12 |
-<br /> |
|
11 |
+<h1>Configuring a Tor relay</h1> |
|
12 |
+ |
|
13 |
+<!-- BEGIN SIDEBAR --> |
|
14 |
+<div class="sidebar-left"> |
|
15 |
+<h3>Config Steps</h3> |
|
16 |
+<ol> |
|
17 |
+<li><a href="<page docs/tor-doc-relay>#install">Download & Install</a></li> |
|
18 |
+<li><a href="<page docs/tor-doc-relay>#setup">Configuration</a></li> |
|
19 |
+<li><a href="<page docs/tor-doc-relay>#check">Check & Confirm</a></li> |
|
20 |
+<li><a href="<page docs/tor-doc-relay>#after">Final Steps</a></li> |
|
21 |
+</ol> |
|
22 |
+</div> |
|
23 |
+<!-- END SIDEBAR --> |
|
24 |
+ |
|
25 |
+<hr /> |
|
13 | 26 |
|
14 | 27 |
<p> |
15 | 28 |
The Tor network relies on volunteers to donate bandwidth. The more |
... | ... |
@@ -71,8 +84,8 @@ FAQ entry</a> for advice about which ones work best and other problems |
71 | 84 |
you might encounter.</p> |
72 | 85 |
|
73 | 86 |
<hr /> |
74 |
-<a id="zero"></a> |
|
75 |
-<h2><a class="anchor" href="#zero">Step Zero: Download and Install Tor</a></h2> |
|
87 |
+<a id="install"></a> |
|
88 |
+<h2><a class="anchor" href="#install">Step One: Download and Install Tor</a></h2> |
|
76 | 89 |
<br /> |
77 | 90 |
|
78 | 91 |
<p>Before you start, you need to make sure that Tor is up and running. |
... | ... |
@@ -91,7 +104,7 @@ while to make sure it's actually working.</p> |
91 | 104 |
|
92 | 105 |
<hr /> |
93 | 106 |
<a id="setup"></a> |
94 |
-<h2><a class="anchor" href="#setup">Step One: Set it up as a relay</a></h2> |
|
107 |
+<h2><a class="anchor" href="#setup">Step Two: Set it up as a relay</a></h2> |
|
95 | 108 |
<br /> |
96 | 109 |
<ol> |
97 | 110 |
<li>Verify that your clock is set correctly. If possible, synchronize |
... | ... |
@@ -164,7 +177,7 @@ If you are running the development version of Tor, the manual is available |
164 | 177 |
|
165 | 178 |
<hr /> |
166 | 179 |
<a id="check"></a> |
167 |
-<h2><a class="anchor" href="#check">Step Two: Make sure it's working</a></h2> |
|
180 |
+<h2><a class="anchor" href="#check">Step Three: Make sure it's working</a></h2> |
|
168 | 181 |
<br /> |
169 | 182 |
|
170 | 183 |
<p>As soon as your relay manages to connect to the network, it will |
... | ... |
@@ -189,7 +202,7 @@ make a fresh directory.</p> |
189 | 202 |
|
190 | 203 |
<hr /> |
191 | 204 |
<a id="after"></a> |
192 |
-<h2><a class="anchor" href="#after">Step Three: Once it's working</a></h2> |
|
205 |
+<h2><a class="anchor" href="#after">Step Four: Once it's working</a></h2> |
|
193 | 206 |
<br /> |
194 | 207 |
|
195 | 208 |
<p> |
196 | 209 |