X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fuser-manual.sgml;h=21c08ca0038dca941d109b0ef0eba90c793be0cc;hb=5efac2fb70ba4e83dfb50f24bebb22939e5b2fe9;hp=de0723fbd3db4b3da2784eaef58f31b19475a1b9;hpb=ccb2cc9ce5c57bf8e028cf95923a20b6ab6f5716;p=privoxy.git diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index de0723fb..21c08ca0 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -11,8 +11,8 @@ - - + + @@ -33,9 +33,9 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.47 2007/11/18 14:59:47 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.59 2008/02/11 00:52:34 markm68k Exp $ - Copyright (C) 2001-2007 Privoxy Developers http://www.privoxy.org/ + Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. ======================================================================== @@ -54,12 +54,12 @@ - Copyright &my-copy; 2001 - 2007 by + Copyright &my-copy; 2001 - 2008 by Privoxy Developers -$Id: user-manual.sgml,v 2.47 2007/11/18 14:59:47 fabiankeil Exp $ +$Id: user-manual.sgml,v 2.59 2008/02/11 00:52:34 markm68k Exp $ -Mac OSX - - Unzip the downloaded file (you can either double-click on the file - from the finder, or from the desktop if you downloaded it there). - Then, double-click on the package installer icon named - Privoxy.pkg - and follow the installation process. - Privoxy will be installed in the folder - /Library/Privoxy. - It will start automatically whenever you start up. To prevent it from - starting automatically, remove or rename the folder - /Library/StartupItems/Privoxy. +Mac OS X + + Unzip the downloaded file (you can either double-click on the zipe file + icon from the Finder, or from the desktop if you downloaded it there). + Then, double-click on the package installer icon and follow the + installation process. - To start Privoxy by hand, double-click on - StartPrivoxy.command in the - /Library/Privoxy folder. - Or, type this command in the Terminal: + The privoxy service will automatically start after a successful + installation (in addition to every time your computer starts up). To + prevent the privoxy service from automatically starting when your + computer starts up,, remove or rename the folder named + /Library/StartupItems/Privoxy. - - /Library/Privoxy/StartPrivoxy.command - + To manually start or stop the privoxy service, download and install the + Privoxy Utility for Mac OS X. + This application controls the privoxy service (e.g. starting and + stopping the service as well as uninstalling the software). - You will be prompted for the administrator password. + The Privoxy Utility also provides an option to uninstall the software. @@ -589,155 +585,6 @@ How to install the binary packages depends on your operating system: - - - @@ -793,10 +640,11 @@ How to install the binary packages depends on your operating system: - Logging is off by default now. If you need logging, it can be turned on - in the config file. You may also want - to enable logging until you verified that the new &my-app; version - is working as expected. + In the default configuration only fatal errors are logged now. + You can change that in the debug section + of the configuration file. You may also want to enable more verbose + logging until you verified that the new &my-app; version is working + as expected. @@ -1343,7 +1191,7 @@ How to install the binary packages depends on your operating system: - Tools -> Options -> General -> Connection Settings -> Manual Proxy Configuration + Tools -> Options -> Advanced -> Network ->Connection -> Settings @@ -1371,7 +1219,7 @@ How to install the binary packages depends on your operating system: - For Internet Explorer v.5-6: + For Internet Explorer v.5-7: @@ -1456,23 +1304,6 @@ How to install the binary packages depends on your operating system: - Windows @@ -1514,7 +1345,7 @@ Example Unix startup command: -Mac OSX +Mac OS X During installation, Privoxy is configured to start automatically when the system restarts. To start &my-app; manually, @@ -2475,8 +2306,11 @@ for details. .example.com - matches any domain that ENDS in - .example.com + matches any domain with first-level domain com + and second-level domain example. + For example www.example.com, + example.com and foo.bar.baz.example.com. + Note that it wouldn't match if the second-level domain was another-example. @@ -2485,7 +2319,8 @@ for details. matches any domain that STARTS with - www. + www. (It also matches the domain + www but most of the time that doesn't matter.) @@ -3110,8 +2945,9 @@ for details. +# Hide Tor exit notation in Host and Referer Headers {+client-header-filter{hide-tor-exit-notation}} -.exit/ +/ @@ -4312,7 +4148,8 @@ new action forward-socks4a 127.0.0.1:9050 . to use the socks4a proxy listening at 127.0.0.1 port 9050. Replace forward-socks4a with forward-socks4 - to use a socks4 connection (with local DNS resolution) instead. + to use a socks4 connection (with local DNS resolution) instead, use forward-socks5 + for socks5 connections (with remote DNS resolution). @@ -4320,7 +4157,8 @@ new action forward-socks4a 127.0.0.1:9050 proxy.example.org:8000 to use the socks4a proxy listening at 127.0.0.1 port 9050 to reach the HTTP proxy listening at proxy.example.org port 8000. Replace forward-socks4a with forward-socks4 to use a socks4 connection - (with local DNS resolution) instead. + (with local DNS resolution) instead, use forward-socks5 + for socks5 connections (with remote DNS resolution). @@ -4331,7 +4169,7 @@ new action Notes: - This action takes parameters similar to the + This action takes parameters similar to the forward directives in the configuration file, but without the URL pattern. It can be used as replacement, but normally it's only used in cases where matching based on the request URL isn't sufficient. @@ -4821,7 +4659,7 @@ new action Typical use: - Improve privacy by not embedding the source of the request in the HTTP headers. + Improve privacy by not forwarding the source of the request in the HTTP headers. @@ -4829,8 +4667,7 @@ new action Effect: - Deletes any existing X-Forwarded-for: HTTP header from client requests, - and prevents adding a new one. + Deletes any existing X-Forwarded-for: HTTP header from client requests. @@ -4856,7 +4693,7 @@ new action Notes: - It is safe and strongly recommended to leave this on. + It is safe and recommended to leave this on. @@ -9082,6 +8919,47 @@ In file: user.action [ View ] [ Edit ][ View ] [ Edit ][ View ] [ Edit ][ View ] [ Edit ][ View ] [ Edit ]