summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-06-21 20:08:02 +0000
committerRoger Dingledine <arma@torproject.org>2005-06-21 20:08:02 +0000
commit9754e29c796ef6fc72492979e45a9c1467cd8898 (patch)
tree31532898f43f06da73f1fabcc4fc7646dad8fecd
parent3ff473b47bc3791f68e81cc9de60f586ac827cdf (diff)
downloadtor-9754e29c796ef6fc72492979e45a9c1467cd8898.tar.gz
tor-9754e29c796ef6fc72492979e45a9c1467cd8898.zip
update version in tor-doc
point people to tor-doc-win32 and tor-doc-osx svn:r4472
-rw-r--r--doc/tor-doc.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html
index 65d61c0f31..9aadaf81ad 100644
--- a/doc/tor-doc.html
+++ b/doc/tor-doc.html
@@ -159,7 +159,7 @@ server <a href="#server">below</a>.</p>
have contributed packages for Debian, Gentoo, and *BSD. See <a href="http://tor.eff.org/download.html">the download page</a> for pointers and details.
<p>If you got Tor from a tarball, unpack it: <tt>tar xzf
-tor-0.0.9.9.tar.gz; cd tor-0.0.9.9</tt>. Run <tt>./configure</tt>, then
+tor-0.1.0.10.tar.gz; cd tor-0.1.0.10</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, these steps are already done
@@ -176,6 +176,11 @@ for you, and you may even already have Tor started in the background
default configuration file, and most people won't need to change any of
the settings.</p>
+<p>See the <a href="tor-doc-win32.html">Windows instructions</a> or the
+<a href="tor-doc-osx.html">OS X instructions</a> if you're using those.
+The below are generic instructions for Linux, BSD, Solaris, etc.
+</p>
+
<p>
After installing Tor, you should install <a
href="http://www.privoxy.org/">privoxy</a>, which is a filtering web
@@ -185,7 +190,7 @@ To configure privoxy to use Tor, add the line <br>
<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 Firefox on Linux, 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