From a742b5bbb00572633aba18e80285cb2bb72ac0fc Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 21 Dec 2004 04:31:22 +0000 Subject: [PATCH] give the screenshot images actual names svn:r3196 --- doc/tor-doc-win32.html | 27 +++++++++++++++++---------- doc/tor-doc.html | 10 ---------- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/doc/tor-doc-win32.html b/doc/tor-doc-win32.html index b193a35908..97f6927b20 100644 --- a/doc/tor-doc-win32.html +++ b/doc/tor-doc-win32.html @@ -17,8 +17,9 @@

The latest stable release of Tor for Windows 32 is 0.0.9.1. -Download it by clicking the link. You can find experimental versions -here. +Download it by clicking the link. You may be able to find experimental versions +here, if you're looking for +new features and new bugs.

Our Tor installer should make everything pretty simple. Below is a @@ -26,7 +27,7 @@ screenshot of the setup page:

tor installer splash page +src="http://tor.freehaven.net/img/screenshot-installer-splash.jpg" />

By default, Tor is not configured to run at startup. @@ -36,14 +37,15 @@ Be sure to leave the other boxes checked.

select components to install +src="http://tor.freehaven.net/img/screenshot-installer-components.jpg" />

Once the installer is finished, 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.)

-tor window screenshot +tor window screenshot

Tor comes configured as a client by default. It uses a built-in default configuration file, and most people won't need to change any of @@ -60,14 +62,16 @@ web proxy that integrates well with Tor. Once it's installed, it should appear in your system tray as a "P" in a circle, as pictured below:

-privoxy icon in the system tray +privoxy icon in the system tray

You need to configure Privoxy to use Tor. Open Privoxy's main config file by selecting it from "Start Menu"|"All Programs":

-editing privoxy config +editing privoxy config

Add the line
forward-socks4a / localhost:9050 .
@@ -76,7 +80,8 @@ The easiest way is to select the above line and copy/paste it into the file. Be sure to save.

-privoxy points to tor +privoxy points to tor

Then change your browser to http proxy at localhost port 8118. In Mozilla, this is in Edit|Preferences|Advanced|Proxies. In IE, it's @@ -84,8 +89,10 @@ Tools|Internet Options|Connections|LAN Settings|Advanced. You should also set your SSL proxy (IE calls it "Secure") to the same thing, to hide your SSL traffic. In IE, this looks something like:

-LAN settings in IE -Proxy settings in IE +LAN settings in IE +Proxy settings in IE

Using privoxy is necessary because browsers leak your diff --git a/doc/tor-doc.html b/doc/tor-doc.html index 416150ba3e..af6a5e7617 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -155,16 +155,6 @@ even already have Tor started in the background (logging to default configuration file, and most people won't need to change any of the settings.

- -

After installing Tor, you should install privoxy, which is a filtering web proxy that integrates well with Tor. Add the line