[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] updated screenshots, added 2 for privoxy logfile and jarfile.
Update of /home/or/cvsroot/tor/doc
In directory moria:/tmp/cvs-serv17084
Modified Files:
tor-doc-win32.html
Log Message:
updated screenshots, added 2 for privoxy logfile and jarfile.
Screenshots courtesy of memeticist.
Index: tor-doc-win32.html
===================================================================
RCS file: /home/or/cvsroot/tor/doc/tor-doc-win32.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- tor-doc-win32.html 26 Jun 2005 05:21:17 -0000 1.51
+++ tor-doc-win32.html 26 Jun 2005 13:53:21 -0000 1.52
@@ -43,7 +43,7 @@
</p>
<img alt="tor installer splash page"
-src="http://tor.eff.org/img/screenshot-win32-installer-splash.jpg" />
+src="http://tor.eff.org/img/screenshot-win32-installer-splash.png" />
<p>
By default, Tor is not configured to run at startup.
@@ -53,7 +53,7 @@
</p>
<img alt="select components to install"
-src="http://tor.eff.org/img/screenshot-win32-installer-components.jpg" />
+src="http://tor.eff.org/img/screenshot-win32-installer-components.png" />
<p>Once the installer is finished, it will run Tor in a window so
you can see its logs and errors. (You can minimize this window, but do
@@ -61,7 +61,7 @@
</p>
<img alt="tor window screenshot"
-src="http://tor.eff.org/img/screenshot-win32-dos-window.jpg" />
+src="http://tor.eff.org/img/screenshot-win32-dos-window.png" />
<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
@@ -87,7 +87,7 @@
</p>
<img border="1" alt="editing privoxy config"
-src="http://tor.eff.org/img/screenshot-win32-privoxy-config.jpg" />
+src="http://tor.eff.org/img/screenshot-win32-privoxy-config.png" />
<p>Add the line <br>
<tt>forward-socks4a / localhost:9050 .</tt><br>
@@ -96,16 +96,23 @@
the file. Be sure to save.
</p>
+<img border="1" alt="privoxy points to tor"
+src="http://tor.eff.org/img/screenshot-win32-privoxy-edit.png" />
+
<p>Privoxy keeps a log file of everything passed through it. In
-order to stop this you will need to comment out (insert a # before) the line <br>
+order to stop this you will need to comment out two lines by inserting a
+# before the line. The two lines are:<br>
<tt>logfile privoxy.log</tt><br>
and the line <br>
<tt>jarfile jar.log</tt><br>
Be sure to save.
</p>
-<img border="1" alt="privoxy points to tor"
-src="http://tor.eff.org/img/screenshot-win32-privoxy-edit.jpg" />
+<img border="1" alt="comment out logfile"
+src="http://tor.eff.org/img/screenshot-win32-privoxy-edit-2.png" />
+
+<img border="1" alt="comment out jarfile"
+src="http://tor.eff.org/img/screenshot-win32-privoxy-edit-3.png" />
<a name="using"></a>
<h2>Step Three: Configure your applications to use Tor</h2>