[or-cvs] r18746: {website} Add a sidebar, horizontal rule, unlink the word Tor, and mat (website/trunk/docs/en)

phobos at seul.org phobos at seul.org
Tue Mar 3 04:26:27 UTC 2009


Author: phobos
Date: 2009-03-02 23:26:26 -0500 (Mon, 02 Mar 2009)
New Revision: 18746

Modified:
   website/trunk/docs/en/tor-doc-relay.wml
Log:
Add a sidebar, horizontal rule, unlink the word Tor, and match the
real steps to the sidebar steps.


Modified: website/trunk/docs/en/tor-doc-relay.wml
===================================================================
--- website/trunk/docs/en/tor-doc-relay.wml	2009-03-02 19:51:20 UTC (rev 18745)
+++ website/trunk/docs/en/tor-doc-relay.wml	2009-03-03 04:26:26 UTC (rev 18746)
@@ -8,9 +8,22 @@
 
 <div class="main-column">
 
-<h1>Configuring a <a href="<page index>">Tor</a> relay</h1>
-<br />
+<h1>Configuring a Tor relay</h1>
 
+<!-- BEGIN SIDEBAR -->
+<div class="sidebar-left">
+<h3>Config Steps</h3>
+<ol>
+<li><a href="<page docs/tor-doc-relay>#install">Download &amp Install</a></li>
+<li><a href="<page docs/tor-doc-relay>#setup">Configuration</a></li>
+<li><a href="<page docs/tor-doc-relay>#check">Check &amp Confirm</a></li>
+<li><a href="<page docs/tor-doc-relay>#after">Final Steps</a></li>
+</ol>
+</div>
+<!-- END SIDEBAR -->
+
+<hr />
+
 <p>
 The Tor network relies on volunteers to donate bandwidth. The more
 people who run relays, the faster the Tor network will be. If you have
@@ -71,8 +84,8 @@
 you might encounter.</p>
 
 <hr />
-<a id="zero"></a>
-<h2><a class="anchor" href="#zero">Step Zero: Download and Install Tor</a></h2>
+<a id="install"></a>
+<h2><a class="anchor" href="#install">Step One: Download and Install Tor</a></h2>
 <br />
 
 <p>Before you start, you need to make sure that Tor is up and running.
@@ -91,7 +104,7 @@
 
 <hr />
 <a id="setup"></a>
-<h2><a class="anchor" href="#setup">Step One: Set it up as a relay</a></h2>
+<h2><a class="anchor" href="#setup">Step Two: Set it up as a relay</a></h2>
 <br />
 <ol>
 <li>Verify that your clock is set correctly. If possible, synchronize
@@ -120,7 +133,7 @@
 that the relay is working correctly.</li>
 </li>
 
-<strong>Advanced Configuration</strong>: 
+<strong>Advanced Configuration</strong>:
 <li>Edit the bottom part of your torrc. (See <a
 href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#torrc">this
 FAQ entry</a> for help.)
@@ -164,7 +177,7 @@
 
 <hr />
 <a id="check"></a>
-<h2><a class="anchor" href="#check">Step Two: Make sure it's working</a></h2>
+<h2><a class="anchor" href="#check">Step Three: Make sure it's working</a></h2>
 <br />
 
 <p>As soon as your relay manages to connect to the network, it will
@@ -189,7 +202,7 @@
 
 <hr />
 <a id="after"></a>
-<h2><a class="anchor" href="#after">Step Three: Once it's working</a></h2>
+<h2><a class="anchor" href="#after">Step Four: Once it's working</a></h2>
 <br />
 
 <p>



More information about the tor-commits mailing list