[or-cvs] it is beautiful now

Roger Dingledine arma at seul.org
Sun Dec 19 07:36:09 UTC 2004


Update of /home2/or/cvsroot/tor/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/doc

Modified Files:
	tor-doc-win32.html tor-doc.html 
Log Message:
it is beautiful now


Index: tor-doc-win32.html
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor-doc-win32.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tor-doc-win32.html	19 Dec 2004 06:34:23 -0000	1.6
+++ tor-doc-win32.html	19 Dec 2004 07:36:05 -0000	1.7
@@ -1,6 +1,6 @@
 <html>
 <head>
-<title>Tor: an anonymizing overlay network for TCP</title>
+<title>Tor Win32 Install Instructions</title>
 <meta name="Author" content="Roger Dingledine">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta http-equiv="Content-Style-Type" content="text/css">
@@ -49,11 +49,15 @@
 default configuration file, and most people won't need to change any of
 the settings. Tor is now installed.</p>
 
-<p>After installing Tor, you should install <a
+<a name="using"></a>
+<h2>Configuring your applications to use Tor</h2>
+
+<p>After installing Tor, you need to configure your applications to use it.
+The first step is to set up web browsing. Start by installing <a
 href="http://www.privoxy.org/">Privoxy</a> (click on 'recent releases',
 then scroll down to the Win32 installer packages). Privoxy is a filtering
 web proxy that integrates well with Tor. Once it's installed, it should
-appear in your system tray, as pictured below:
+appear in your system tray as a "P" in a circle, as pictured below:
 </p>
 
 <img alt="privoxy icon in the system tray" src="http://tor.freehaven.net/img/GCS_004.jpg" />
@@ -103,9 +107,11 @@
 href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">the FAQ</a>.
 </p>
 
-<p>To Torify an application that supports http, just point it at
-Privoxy. To use socks directly, point it at localhost port 9050. For
-applications that support neither socks nor http, take a look at <a
+<p>To Torify an application that supports http, just point it at Privoxy
+(that is, localhost port 8118). To use socks directly (for example, for
+instant messaging, Jabber, IRC, etc), point your application directly at
+Tor (localhost port 9050). For applications that support neither socks
+nor http, take a look at <a
 href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">SocksCap</a>,
 <a href="http://www.freecap.ru/eng/">FreeCap</a>,
 or the <a

Index: tor-doc.html
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor-doc.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- tor-doc.html	18 Dec 2004 17:15:52 -0000	1.37
+++ tor-doc.html	19 Dec 2004 07:36:05 -0000	1.38
@@ -1,6 +1,6 @@
 <html>
 <head>
-<title>Tor: an anonymizing overlay network for TCP</title>
+<title>Tor Documentation</title>
 <meta name="Author" content="Roger Dingledine">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta http-equiv="Content-Style-Type" content="text/css">
@@ -11,17 +11,10 @@
 
 <h1><a href="http://tor.freehaven.net/">Tor</a> documentation</h1>
 
-<p>The simple version: Tor provides a distributed network of servers
-("onion routers"). Users bounce their TCP streams (web traffic, FTP, SSH,
-etc.) around the routers. This makes it hard for recipients, observers, and
-even the onion routers themselves to track the source of the stream.</p>
-
-<p>The complex version: Onion Routing is a connection-oriented anonymizing
-communication service. Users choose a source-routed path through a set of
-nodes, and negotiate a "virtual circuit" through the network, in which
-each node knows its predecessor and successor, but no others. Traffic
-flowing down the circuit is unwrapped by a symmetric key at each node,
-which reveals the downstream node.</p>
+<p>Tor provides a distributed network of servers ("onion routers"). Users
+bounce their communications (web requests, IM, IRC, SSH, etc.) around
+the routers. This makes it hard for recipients, observers, and even the
+onion routers themselves to track the source of the stream.</p>
 
 <a name="why"></a>
 <h2>Why should I use Tor?</h2>
@@ -133,11 +126,16 @@
 <a name="installing"></a>
 <h2>Installing Tor</h2>
 
+<p>Win32 users can use our Tor installer. See <a
+href="tor-doc-win32.html">these instructions</a> for help with
+installing, configuring, and using Tor on Win32.
+</p>
+
 <p>You can get the latest releases <a
 href="http://tor.freehaven.net/dist/">here</a>.</p>
 
 <p>If you got Tor from a tarball, unpack it: <tt>tar xzf
-tor-0.0.9.tar.gz; cd tor-0.0.9</tt>. Run <tt>./configure</tt>, then
+tor-0.0.9.1.tar.gz; cd tor-0.0.9.1</tt>. Run <tt>./configure</tt>, then
 <tt>make</tt>, and then <tt>make install</tt> (as root if necessary). Then
 you can launch tor from the command-line by running <tt>tor</tt>.
 Otherwise, if you got it prepackaged (e.g. in the <a
@@ -147,11 +145,6 @@
 even already have Tor started in the background (logging to
 /var/log/something).</p>
 
-<p>Win32 users can use our Tor installer. It will run Tor in a dos window
-so you can see its logs and errors. (You can minimize this window, but
-do not close it.)
-</p>
-
 <p>In any case, see the <a href="#client">next section</a> for what to
 <i>do</i> with it now that you've got it running.</p>
 
@@ -178,9 +171,8 @@
 <tt>forward-socks4a / localhost:9050 .</tt><br>
 (don't forget the dot) to privoxy's config file (you can just add it to the
 top). Then change your browser to http proxy at localhost port 8118.
-(In Mozilla, this is in Edit|Preferences|Advanced|Proxies. In IE, it's
-Tools|Internet Options|Connections|LAN Settings|Advanced.)
-You should also set your SSL proxy (IE calls it "Secure") to the same
+(In Mozilla, this is in Edit|Preferences|Advanced|Proxies.)
+You should also set your SSL proxy to the same
 thing, to hide your SSL traffic. Using privoxy is <b>necessary</b> because
 <a href="http://tor.freehaven.net/cvs/tor/doc/CLIENTS">Mozilla leaks your
 DNS requests when it uses a socks proxy directly</a>. Privoxy also gives
@@ -203,9 +195,11 @@
 href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">the FAQ</a>.
 </p>
 
-<p>To Torify an application that supports http, just point it at
-Privoxy. To use socks directly, point it at localhost port 9050. For
-applications that support neither socks nor http, you should look at
+<p>To Torify an application that supports http, just point it at Privoxy
+(that is, localhost port 8118). To use socks directly (for example, for
+instant messaging, Jabber, IRC, etc), point your application directly at
+Tor (localhost port 9050). For applications that support neither socks
+nor http, you should look at
 using <a href="http://tsocks.sourceforge.net/">tsocks</a>
 to dynamically replace the system calls in your program to
 route through Tor. If you want to use socks4a, consider using <a
@@ -213,11 +207,9 @@
 are on <a href="http://6sxoyfb3h2nvok2d.onion/tor/SocatHelp">this hidden
 service url</a>).</p>
 
-<p>(Windows doesn't have tsocks; instead, you can try
-  <a
-  href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">SocksCap</a>
-  or the <a href="http://www.hummingbird.com/products/nc/socks/index.html?cks=y">Hummingbird</a>
-  SOCKS client.)</p>
+<p>(Windows doesn't have tsocks; see the bottom of the
+<a href="tor-doc-win32.html">Win32 instructions</a> for alternatives.)
+</p>
 
 <a name="server"></a>
 <h2>Configuring a server</h2>



More information about the tor-commits mailing list