[or-cvs] give the screenshot images actual names

Roger Dingledine arma at seul.org
Tue Dec 21 04:31:24 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:
give the screenshot images actual names


Index: tor-doc-win32.html
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor-doc-win32.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- tor-doc-win32.html	19 Dec 2004 07:36:05 -0000	1.7
+++ tor-doc-win32.html	21 Dec 2004 04:31:22 -0000	1.8
@@ -17,8 +17,9 @@
 <p>
 The latest stable release of Tor for Windows 32 is <a
 href="http://tor.freehaven.net/dist/win32/tor-0.0.9.1-win32.exe">0.0.9.1</a>.
-Download it by clicking the link. You can find experimental versions
-<a href="http://tor.freehaven.net/dist/win32/">here</a>.
+Download it by clicking the link. You may be able to find experimental versions
+<a href="http://tor.freehaven.net/dist/win32/">here</a>, if you're looking for
+new features and new bugs.
 </p>
 
 <p>Our Tor installer should make everything pretty simple. Below is a
@@ -26,7 +27,7 @@
 </p>
 
 <img alt="tor installer splash page"
-src="http://tor.freehaven.net/img/NGCS_005.jpg" />
+src="http://tor.freehaven.net/img/screenshot-installer-splash.jpg" />
 
 <p>
 By default, Tor is not configured to run at startup.
@@ -36,14 +37,15 @@
 </p>
 
 <img alt="select components to install"
-src="http://tor.freehaven.net/img/NGCS_008.jpg" />
+src="http://tor.freehaven.net/img/screenshot-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
 not close it.)
 </p>
 
-<img alt="tor window screenshot" src="http://tor.freehaven.net/img/GCS_003.jpg" />
+<img alt="tor window screenshot"
+src="http://tor.freehaven.net/img/screenshot-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
@@ -60,14 +62,16 @@
 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" />
+<img alt="privoxy icon in the system tray"
+src="http://tor.freehaven.net/img/screenshot-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
 Programs":
 </p>
 
-<img border="1" alt="editing privoxy config" src="http://tor.freehaven.net/img/GCS_053.jpg" />
+<img border="1" alt="editing privoxy config"
+src="http://tor.freehaven.net/img/screenshot-privoxy-config.jpg" />
 
 <p>Add the line <br>
 <tt>forward-socks4a / localhost:9050 .</tt><br>
@@ -76,7 +80,8 @@
 the file. Be sure to save.
 </p>
 
-<img border="1" alt="privoxy points to tor" src="http://tor.freehaven.net/img/GCS_006.jpg" />
+<img border="1" alt="privoxy points to tor"
+src="http://tor.freehaven.net/img/screenshot-privoxy-edit.jpg" />
 
 <p>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 @@
 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.freehaven.net/img/GCS_001.jpg" />
-<img alt="Proxy settings in IE" src="http://tor.freehaven.net/img/GCS_002.jpg" />
+<img alt="LAN settings in IE"
+src="http://tor.freehaven.net/img/screenshot-ie-lan.jpg" />
+<img alt="Proxy settings in IE"
+src="http://tor.freehaven.net/img/screenshot-ie-proxies.jpg" />
 
 <p>Using privoxy is <b>necessary</b> because <a
 href="http://tor.freehaven.net/cvs/tor/doc/CLIENTS">browsers leak your

Index: tor-doc.html
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor-doc.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- tor-doc.html	19 Dec 2004 07:36:05 -0000	1.38
+++ tor-doc.html	21 Dec 2004 04:31:22 -0000	1.39
@@ -155,16 +155,6 @@
 default configuration file, and most people won't need to change any of
 the settings.</p>
 
-<!--
-<p>The only setting you might need to change is "SocksBindAddress".
-By default, your Tor client only listens for applications that connect
-from localhost. Connections from other computers are refused. If you
-want to torify applications on different computers than the Tor client,
-you should copy torrc.sample to torrc (it's installed by default
-to /usr/local/etc/tor/), change the SocksBindAddress line to
-0.0.0.0, and then hup or restart Tor.</p>
--->
-
 <p>After installing Tor, you should install <a
 href="http://www.privoxy.org/">privoxy</a>, which is a filtering web
 proxy that integrates well with Tor. Add the line <br>



More information about the tor-commits mailing list