diff options
author | Roger Dingledine <arma@torproject.org> | 2005-01-05 02:18:15 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-01-05 02:18:15 +0000 |
commit | cb48bff34911c8b49846e2c041737def89c5180a (patch) | |
tree | 8f3052e0786d24aafe1302a65d37e1d5c2edc1d4 /doc/tor-doc-win32.html | |
parent | aa48b9603670ef98f7d16a2bbdfb6873bac2db59 (diff) | |
download | tor-cb48bff34911c8b49846e2c041737def89c5180a.tar.gz tor-cb48bff34911c8b49846e2c041737def89c5180a.zip |
point to the new screenshot file names
svn:r3297
Diffstat (limited to 'doc/tor-doc-win32.html')
-rw-r--r-- | doc/tor-doc-win32.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/tor-doc-win32.html b/doc/tor-doc-win32.html index 793116070d..8ecb35a2a2 100644 --- a/doc/tor-doc-win32.html +++ b/doc/tor-doc-win32.html @@ -27,7 +27,7 @@ screenshot of the setup page: </p> <img alt="tor installer splash page" -src="http://tor.eff.org/img/screenshot-installer-splash.jpg" /> +src="http://tor.eff.org/img/screenshot-win32-installer-splash.jpg" /> <p> By default, Tor is not configured to run at startup. @@ -37,7 +37,7 @@ Be sure to leave the other boxes checked. </p> <img alt="select components to install" -src="http://tor.eff.org/img/screenshot-installer-components.jpg" /> +src="http://tor.eff.org/img/screenshot-win32-installer-components.jpg" /> <p>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 @@ -45,7 +45,7 @@ not close it.) </p> <img alt="tor window screenshot" -src="http://tor.eff.org/img/screenshot-dos-window.jpg" /> +src="http://tor.eff.org/img/screenshot-win32-dos-window.jpg" /> <p>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 @@ -63,7 +63,7 @@ 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.eff.org/img/screenshot-privoxy-icon.jpg" /> +src="http://tor.eff.org/img/screenshot-win32-privoxy-icon.jpg" /> <p>You need to configure Privoxy to use Tor. Open Privoxy's main config file by selecting it from Start Menu|All @@ -71,7 +71,7 @@ Programs: </p> <img border="1" alt="editing privoxy config" -src="http://tor.eff.org/img/screenshot-privoxy-config.jpg" /> +src="http://tor.eff.org/img/screenshot-win32-privoxy-config.jpg" /> <p>Add the line <br> <tt>forward-socks4a / localhost:9050 .</tt><br> @@ -81,7 +81,7 @@ the file. Be sure to save. </p> <img border="1" alt="privoxy points to tor" -src="http://tor.eff.org/img/screenshot-privoxy-edit.jpg" /> +src="http://tor.eff.org/img/screenshot-win32-privoxy-edit.jpg" /> <a name="using"></a> <h2>Step Three: Configure your applications to use Tor</h2> @@ -94,9 +94,9 @@ 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:</p> <img alt="LAN settings in IE" -src="http://tor.eff.org/img/screenshot-ie-lan.jpg" /> +src="http://tor.eff.org/img/screenshot-win32-ie-lan.jpg" /> <img alt="Proxy settings in IE" -src="http://tor.eff.org/img/screenshot-ie-proxies.jpg" /> +src="http://tor.eff.org/img/screenshot-win32-ie-proxies.jpg" /> <p>Using privoxy is <strong>necessary</strong> because <a href="http://tor.eff.org/cvs/tor/doc/CLIENTS">browsers leak your |