[or-cvs] r18748: {website} Add a sidebar, clean up the image spacing, make each topic l (website/trunk/en)

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


Author: phobos
Date: 2009-03-02 23:27:31 -0500 (Mon, 02 Mar 2009)
New Revision: 18748

Modified:
   website/trunk/en/overview.wml
Log:
Add a sidebar, clean up the image spacing, make each topic linkable.


Modified: website/trunk/en/overview.wml
===================================================================
--- website/trunk/en/overview.wml	2009-03-03 04:26:52 UTC (rev 18747)
+++ website/trunk/en/overview.wml	2009-03-03 04:27:31 UTC (rev 18748)
@@ -6,7 +6,22 @@
 
 <div class="main-column">
 
-<h2>Tor: Overview</h2>
+<a name="overview"></a>
+<h2><a class="anchor" href="#overview">Tor: Overview</a></h2>
+<!-- BEGIN SIDEBAR -->
+<div class="sidebar-left">
+<h3>Topics</h3>
+<ul>
+<li><a href="<page overview>#overview">Overview</a></li>
+<li><a href="<page overview>#whyweneedtor">Why we need Tor</a></li>
+<li><a href="<page overview>#thesolution">The Solution</a></li>
+<li><a href="<page overview>#hiddenservices">Hidden services</a></li>
+<li><a href="<page overview>#stayinganonymous">Staying anonymous</a></li>
+<li><a href="<page overview>#thefutureoftor">The future of Tor</a></li>
+</ul>
+</div>
+<!-- END SIDEBAR -->
+
 <hr />
 
 <p>
@@ -68,7 +83,8 @@
 anonymity will be protected.
 </p>
 
-<h3>Why we need Tor</h3>
+<a name="whyweneedtor"></a>
+<h3><a class="anchor" href="#whyweneedtor">Why we need Tor</a></h3>
 
 <p>
 Using Tor protects you against a common form of Internet surveillance
@@ -113,7 +129,8 @@
 the headers.
 </p>
 
-<h3>The solution: a distributed, anonymous network</h3>
+<a name="thesolution"></a>
+<h3><a class="anchor" href="#thesolution">The solution: a distributed, anonymous network</a></h3>
 
 <p>
 Tor helps to reduce the risks of both simple and sophisticated traffic
@@ -127,7 +144,7 @@
 single point can tell where the data came from or where it's going.
 </p>
 
-<img alt="Tor circuit step one" src="$(IMGROOT)/htw1.png" />
+<p><img alt="Tor circuit step one" src="$(IMGROOT)/htw1.png" /></p>
 
 <p>
 To create a private network pathway with Tor, the user's software or
@@ -140,7 +157,7 @@
 that each hop can't trace these connections as they pass through.
 </p>
 
-<img alt="Tor circuit step two" src="$(IMGROOT)/htw2.png" />
+<p><img alt="Tor circuit step two" src="$(IMGROOT)/htw2.png" /></p>
 
 <p>
 Once a circuit has been established, many kinds of data can be exchanged
@@ -159,10 +176,12 @@
 ones.
 </p>
 
-<img alt="Tor circuit step three" src="$(IMGROOT)/htw3.png" />
+<p><img alt="Tor circuit step three" src="$(IMGROOT)/htw3.png" /></p>
 
-<h3>Hidden services</h3>
 
+<a name="hiddenservices"></a>
+<h3><a class="anchor" href="#hiddenservices">Hidden services</a></h3>
+
 <p>
 Tor also makes it possible for users to hide their locations while
 offering various kinds of services, such as web publishing or an instant
@@ -177,7 +196,8 @@
 service protocol</a> works.
 </p>
 
-<h3>Staying anonymous</h3>
+<a name="stayinganonymous"></a>
+<h3><a class="anchor" href="#stayinganonymous">Staying anonymous</a></h3>
 
 <p>
 Tor can't solve all anonymity problems.  It focuses only on
@@ -198,7 +218,8 @@
 discover that they are part of the same circuit.
 </p>
 
-<h3>The future of Tor</h3>
+<a name="thefutureoftor"></a>
+<h3><a class="anchor" href="#thefutureoftor">The future of Tor</a></h3>
 
 <p>
 Providing a usable anonymizing network on the Internet today is an



More information about the tor-commits mailing list