From: swa Date: Fri, 26 Apr 2002 17:24:31 +0000 (+0000) Subject: bookmarks cleaned, changed structure of user manual, screen and programlisting cleanu... X-Git-Tag: v_3_0_branchpoint~202 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=6956ba51e2d97c18695d2fa5bf5e549ff4f75ca2 bookmarks cleaned, changed structure of user manual, screen and programlisting cleanups, and numerous other changes that I forgot --- diff --git a/doc/source/buildsource.sgml b/doc/source/buildsource.sgml index e40d991b..3c09f25c 100644 --- a/doc/source/buildsource.sgml +++ b/doc/source/buildsource.sgml @@ -3,7 +3,7 @@ Purpose : Entity included in other project documents. - $Id: buildsource.sgml,v 1.5 2002/04/18 12:11:50 oes Exp $ + $Id: buildsource.sgml,v 1.6 2002/04/26 05:25:23 hal9 Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -43,7 +43,7 @@ tar xzvf privoxy-&p-version;-src* [.tgz or .tar.gz] cd privoxy-&p-version; - + @@ -57,7 +57,7 @@ cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa co current cd current - + @@ -78,7 +78,7 @@ su make -n install # (to see where all the files will go) make install # (to really install) - + @@ -89,7 +89,7 @@ make - + diff --git a/doc/source/contacting.sgml b/doc/source/contacting.sgml index a09e76cf..b55b3511 100644 --- a/doc/source/contacting.sgml +++ b/doc/source/contacting.sgml @@ -3,7 +3,7 @@ Purpose : Entity included in other project documents. - $Id: contacting.sgml,v 1.9 2002/04/26 05:25:23 hal9 Exp $ + $Id: contacting.sgml,v 1.10 2002/04/26 12:06:52 swa Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -31,24 +31,27 @@ We value your feedback. However, to provide you with the best support, please - note: - - + note the following sections. + - +Get Support + -Use the Sourceforge Support Forum to get help: - +To get support, use the Sourceforge Support Forum: + http://sourceforge.net/tracker/?group_id=11118&atid=211118 - - - + + + +Report bugs + -Submit bugs only through our Sourceforge Bug Forum: - +To submit bugs, use the Sourceforge Bug Forum: + http://sourceforge.net/tracker/?group_id=11118&atid=111118. + Make sure that the bug has not already been submitted. Please try to verify that it is a Privoxy bug, and not a @@ -60,39 +63,45 @@ Submit bugs only through our Sourceforge Bug Forum: pertinent log data, any other relevant details (please be specific) and, if possible, some way to reproduce the bug. - - - + + +Request new features + -Submit feature requests only through our Sourceforge feature request forum: - +To submit ideas on new features, use the Sourceforge feature request forum: + . - - + + - - +Report ads or other filter problems + + You can also send feedback on websites that Privoxy has problems with. Please bookmark the following link: Privoxy - Submit Filter Feedback. Once you surf to a page with problems, use the bookmark to send us feedback. We will look into the issue as soon as possible. - - - + + + + New, improved default.action files will occasionally be made + available based on your feedback. These will be announced on the ijbswa-announce + list. + + - +Other + For any other issues, feel free to use the mailing lists: http://sourceforge.net/mail/?group_id=11118. + Anyone interested in actively participating in development and related discussions can also join the appropriate mailing list. Archives are - available, too. + available, too. See the page on Sourceforge. - - - - - + diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 2820f445..2c45d423 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -21,7 +21,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 1.35 2002/04/17 15:16:15 oes Exp $ + $Id: developer-manual.sgml,v 1.36 2002/04/26 05:25:23 hal9 Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -44,7 +44,7 @@ Privoxy Developer Manual - $Id: developer-manual.sgml,v 1.35 2002/04/17 15:16:15 oes Exp $ + $Id: developer-manual.sgml,v 1.36 2002/04/26 05:25:23 hal9 Exp $ @@ -1720,7 +1720,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.35 2002/04/17 15:16:15 oes Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.36 2002/04/26 05:25:23 hal9 Exp $"; /********************************************************************* * * File : $Source$ @@ -1780,7 +1780,7 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.35 2002/04/17 15:16:15 oes Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.36 2002/04/26 05:25:23 hal9 Exp $" /********************************************************************* * * File : $Source$ @@ -1986,7 +1986,7 @@ at sourceforge. Three simple steps: {+add-header{X-Actions-File-Version: A.B} -filter -no-popups} - + Then change the version info in doc/webserver/actions/index.php, @@ -2035,7 +2035,7 @@ at sourceforge. Three simple steps: cd dist cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa export -r v_X_Y_Z current - + @@ -2060,7 +2060,7 @@ at sourceforge. Three simple steps: cd current autoheader && autoconf && ./configure - + Then do: @@ -2068,7 +2068,7 @@ at sourceforge. Three simple steps: make tarball-dist - + To upload the package to Sourceforge, simply issue @@ -2076,7 +2076,7 @@ at sourceforge. Three simple steps: make tarball-upload - + Go to the displayed URL and release the file publicly on Sourceforge. @@ -2095,7 +2095,7 @@ at sourceforge. Three simple steps: cd current autoheader && autoconf && ./configure - + Then do @@ -2103,7 +2103,7 @@ at sourceforge. Three simple steps: make suse-dist (or make redhat-dist) - + To upload the package to Sourceforge, simply issue @@ -2111,7 +2111,7 @@ at sourceforge. Three simple steps: make suse-upload (or make redhat-upload) - + Go to the displayed URL and release the file publicly on Sourceforge. @@ -2128,7 +2128,7 @@ at sourceforge. Three simple steps: cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa co os2setup - + You will need a mix of development tools. @@ -2148,7 +2148,7 @@ at sourceforge. Three simple steps: installExeName='privoxyos2_setup_X.Y.Z.exe' - + Next, edit the IJB.wis file so the release number matches @@ -2157,7 +2157,7 @@ at sourceforge. Three simple steps: PACKAGEID="Privoxy Team\Privoxy\Privoxy Package\X\Y\Z" - + You're now ready to build. Run: @@ -2165,7 +2165,7 @@ at sourceforge. Three simple steps: os2build - + You will find the WarpIN-installable executable in the @@ -2183,7 +2183,7 @@ at sourceforge. Three simple steps: ssh cf.sourceforge.net - + Choose the right operating system (not the Debian one). @@ -2195,7 +2195,7 @@ at sourceforge. Three simple steps: cd current autoheader && autoconf && ./configure - + Then run @@ -2203,7 +2203,7 @@ at sourceforge. Three simple steps: gmake solaris-dist - + which creates a gzip'ed tar archive. Sadly, you cannot use make @@ -2228,7 +2228,7 @@ at sourceforge. Three simple steps: cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa co winsetup - + Then you can build the package. This is fully automated, and is @@ -2239,7 +2239,7 @@ at sourceforge. Three simple steps: cd winsetup make - + Now you can manually rename privoxy_setup.exe to @@ -2259,7 +2259,7 @@ at sourceforge. Three simple steps: cd current autoheader && autoconf && ./configure - + Then do FIXME. @@ -2275,7 +2275,7 @@ at sourceforge. Three simple steps: cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa co osxsetup - + Then run: @@ -2284,7 +2284,7 @@ at sourceforge. Three simple steps: cd osxsetup build - + This will run autoheader, autoconf and @@ -2301,7 +2301,7 @@ at sourceforge. Three simple steps: zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg - + You can then upload privoxyosx_setup_x.y.z.zip anonymously to @@ -2318,7 +2318,7 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg ssh cf.sourceforge.net - + Choose the right operating system. @@ -2330,7 +2330,7 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg cd current autoheader && autoconf && ./configure - + Then run: @@ -2338,7 +2338,7 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg gmake freebsd-dist - + which creates a gzip'ed tar archive. Sadly, you cannot use make @@ -2359,7 +2359,7 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg cd current autoheader && autoconf && ./configure - + Then do FIXME. @@ -2376,7 +2376,7 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg cd current autoheader && autoconf && ./configure - + Then do FIXME. @@ -2390,7 +2390,7 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg ssh cf.sourceforge.net - + Choose the right operating system. @@ -2402,7 +2402,7 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg cd current autoheader && autoconf && ./configure - + Then run: @@ -2410,7 +2410,7 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg make aix-dist - + which creates a gzip'ed tar archive. Sadly, you cannot use make @@ -2450,7 +2450,7 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg make dok # (or make redkat-dok if make dok doesn't work for you) - + That will generate doc/webserver/user-manual, @@ -2476,7 +2476,7 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg make webserver - + This will do the upload to the @@ -2542,6 +2542,9 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 1.36 2002/04/26 05:25:23 hal9 + Mass commit to catch a few scattered fixes. + Revision 1.35 2002/04/17 15:16:15 oes Added link to docbook crash course diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 4a844610..97e9eddc 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -22,7 +22,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: faq.sgml,v 1.49 2002/04/12 10:10:18 swa Exp $ + $Id: faq.sgml,v 1.50 2002/04/26 05:25:23 hal9 Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -60,7 +60,7 @@ Privoxy Frequently Asked Questions -$Id: faq.sgml,v 1.49 2002/04/12 10:10:18 swa Exp $ +$Id: faq.sgml,v 1.50 2002/04/26 05:25:23 hal9 Exp $ @@ -560,6 +560,7 @@ FIXME: Commenting these out until we have some data there. HB 03/17/02. --> + @@ -594,9 +595,9 @@ following table shows you, which features are enabled in each configuration. - + + ad-filtering ? @@ -604,7 +605,7 @@ following table shows you, which features are enabled in each configuration. x x - + blank image ? @@ -612,7 +613,7 @@ following table shows you, which features are enabled in each configuration. x x - + de-animate GIFs ? @@ -620,7 +621,7 @@ following table shows you, which features are enabled in each configuration. x x - + referer forging ? @@ -628,7 +629,7 @@ following table shows you, which features are enabled in each configuration. x x - + jon's +no-cookies-keep (i.e. session cookies only) ? @@ -636,7 +637,7 @@ following table shows you, which features are enabled in each configuration. x x - + no-popup windows ? @@ -644,7 +645,7 @@ following table shows you, which features are enabled in each configuration. x x - + fast redirects ? @@ -652,7 +653,7 @@ following table shows you, which features are enabled in each configuration. x x - + hide-referrer ? @@ -660,7 +661,7 @@ following table shows you, which features are enabled in each configuration. x x - + hide-useragent ? @@ -668,7 +669,7 @@ following table shows you, which features are enabled in each configuration. x x - + content-modification ? @@ -676,7 +677,7 @@ following table shows you, which features are enabled in each configuration. x - + feature-x ? @@ -684,7 +685,7 @@ following table shows you, which features are enabled in each configuration. - + feature-y ? @@ -692,7 +693,7 @@ following table shows you, which features are enabled in each configuration. - + feature-z ? @@ -700,13 +701,15 @@ following table shows you, which features are enabled in each configuration. - + + --> + Why can I change the configuration with a browser? Does that not raise security issues? @@ -775,7 +778,7 @@ problem. listen-address 192.168.1.1:8118 - + @@ -1027,10 +1030,7 @@ FIXME: commented out until we have data. HB 03/18/02. How can I submit new ads? - Beginning with Privoxy v2.9.14, missed ads and - banners and other actions file problems, can be submitted by accessing - actions file feedback system - from http://p.p/. +Please see the Contact section. @@ -1038,14 +1038,6 @@ FIXME: commented out until we have data. HB 03/18/02. or Junkbuster. - - There will soon be regularly updated actions files posted. These - will be announced on the - ijbswa-announce - list. - - How can I hide my IP address? @@ -1358,17 +1350,6 @@ What can I do? - -Where can I get help? Report bugs? Feature Requests? Etc? - - Feedback is encouraged, whether good, bad or ugly. Please see the contact - page in the user-manual for - details. - - - - - What time is it? @@ -1453,6 +1434,9 @@ FIXME: Commented out until we have something to put here. HB 03/18/02. Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: faq.sgml,v $ +Revision 1.50 2002/04/26 05:25:23 hal9 +Mass commit to catch a few scattered fixes. + Revision 1.49 2002/04/12 10:10:18 swa version update diff --git a/doc/source/newfeatures.sgml b/doc/source/newfeatures.sgml index 51e9e604..c2abc5a0 100644 --- a/doc/source/newfeatures.sgml +++ b/doc/source/newfeatures.sgml @@ -3,7 +3,7 @@ Purpose : Entity included in other project documents. - $Id: newfeatures.sgml,v 1.5 2002/04/18 01:05:12 hal9 Exp $ + $Id: newfeatures.sgml,v 1.6 2002/04/18 10:16:36 oes Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -28,6 +28,13 @@ + + + FIXME: complete the list of features. change the order: most important + features to the top of the list. prefix new features with "NEW". + + + Integrated browser based configuration and control utility at - - - Builds from source on most UNIX-like systems. Packages available for: Linux - (RedHat, SuSE, or Debian), Windows, Sun Solaris, Mac OSX, OS/2, HP-UX 11, - NetBSD and AmigaOS. - - - Every feature now controllable on a per-site or per-location basis, configuration diff --git a/doc/source/readme.sgml b/doc/source/readme.sgml index 26228e62..0df6e76a 100644 --- a/doc/source/readme.sgml +++ b/doc/source/readme.sgml @@ -17,7 +17,7 @@ Purpose : README for Privoxy - $Id: readme.sgml,v 1.9 2002/04/24 04:04:12 hal9 Exp $ + $Id: readme.sgml,v 1.10 2002/04/26 05:25:23 hal9 Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -80,7 +80,6 @@ - /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/doc/source/readme.sgml,v $ @@ -113,7 +112,7 @@ * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * *********************************************************************/ - + @@ -258,10 +257,10 @@ ------------------------------------------------------------------------- ijbswa-developers@lists.sourceforge.net - + - $Id: readme.sgml,v 1.9 2002/04/24 04:04:12 hal9 Exp $ + $Id: readme.sgml,v 1.10 2002/04/26 05:25:23 hal9 Exp $ diff --git a/doc/source/supported.sgml b/doc/source/supported.sgml index 2fa8f0c9..330bd28b 100644 --- a/doc/source/supported.sgml +++ b/doc/source/supported.sgml @@ -3,7 +3,7 @@ Purpose : Entity included in other project documents. - $Id: supported.sgml,v 1.6 2002/04/17 13:55:07 oes Exp $ + $Id: supported.sgml,v 1.7 2002/04/18 01:05:56 hal9 Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -23,12 +23,13 @@ user-manual faq + newfeatures --> - At present, Privoxy is known to run on Win32, Mac - OSX, OS/2, AmigaOS, Linux (RedHat, Suse, Debian), FreeBSD, NetBSD, BeOS, and - many flavors of Unix. + At present, Privoxy is known to run on + Windows(95, 98, ME, 2000, XP), Linux (RedHat, Suse, Debian), Mac OSX, + OS/2, AmigaOS, FreeBSD, NetBSD, BeOS, and many more flavors of Unix. Privoxy User Manual -$Id: user-manual.sgml,v 1.92 2002/04/25 18:55:13 hal9 Exp $ +$Id: user-manual.sgml,v 1.94 2002/04/26 05:24:36 hal9 Exp $ @@ -99,7 +99,6 @@ - Introduction This documentation is included with the current &p-status; version of @@ -123,15 +122,13 @@ ]]> - -New Features +Features In addition to Internet Junkbuster's traditional features of ad and banner blocking and cookie management, Privoxy provides new features: - &newfeatures; @@ -149,7 +146,9 @@ Privoxy is available both in convenient pre-compiled packages for a wide range of operating systems, and as raw source code. For most users, we recommend using the packages, which can be downloaded from our - Privoxy Project Page. + Privoxy Project + Page. For installing and compiling the source code, please look + into our Developer Manual. @@ -158,16 +157,13 @@ version directly from the CVS repository or simply download the nightly CVS - tarball. + tarball. Again, we refer you to the Developer Manual. &supported; - -Binary Packages - Note: If you have a previous Junkbuster or Privoxy installation on your system, you @@ -178,15 +174,12 @@ In any case be sure to backup your old configuration if it is valuable to you. See the - note to upgraders. - - - - How to install the binary packages depends on your operating system: + note to upgraders section + below. -Red Hat and SuSE RPMs +Red Hat and SuSE RPMs RPMs can be installed with rpm -Uvh privoxy-&p-version;-1.rpm, @@ -195,9 +188,11 @@ - Note that on Red Hat, Privoxy will not be - automatically started on system boot. You will need to enable that using - chkconfig, ntsysv, or similar method. + Note that on Red Hat, Privoxy will + not be automatically started on system boot. You will + need to enable that using chkconfig, + ntsysv, or similar methods. Note that SuSE will +automatically start Privoxy in the boot process. @@ -212,36 +207,38 @@ Otherwise, RPM will try to remove Junkbuster automatically, before installing Privoxy. - + -Debian +Debian FIXME. - + -Windows +Windows Just double-click the installer, which will guide you through - the installation process. + the installation process. You will find the configuration files + in the same directory as you installed Privoxy in. We do not + use the registry of Windows. - + -Solaris, NetBSD, FreeBSD, HP-UX +Solaris, NetBSD, FreeBSD, HP-UX Create a new directory, cd to it, then unzip and untar the archive. For the most part, you'll have to figure out where things go. FIXME. - + -OS/2 +OS/2 First, make sure that no previous installations of @@ -261,10 +258,10 @@ The directory you choose to install Privoxy into will contain all of the configuration files. - + -Max OSX +Max OSX Unzip the downloaded package (you can either double-click on the file in the finder, or on the desktop if you downloaded it there). Then, @@ -276,10 +273,10 @@ automatically on system bring-up via /System/Library/StartupItems/Privoxy. - + -AmigaOS +AmigaOS Copy and then unpack the lha archive to a suitable location. All necessary files will be installed into Privoxy @@ -295,29 +292,13 @@ TCP/IP stack (just ignore the harmless warning your TCP/IP stack may display that Privoxy is still running). - - - -Building from Source - - - &buildsource; - - - - - -Quickstart to Using <application>Privoxy</application> - - - - + Note to Upgraders There are very significant changes from older versions of @@ -395,11 +376,49 @@ + - + +Quickstart to Using <application>Privoxy</application> + + + + + + Install Privoxy. See the section Installing. + + + + + + Start Privoxy. See the section Starting Privoxy. + + + + + + Change your browser's configuration to use the proxy localhost on port + 8118. See the section Starting Privoxy. + + + + + + Enjoy surfing with enhanced comfort and privacy. Please see the section + Contacting the Developers on how to report + bugs or problems with websites or to get help. You may want to change the + file user.action to further tweak your new browsing + experience. + + + + + + + - + Starting <application>Privoxy</application> Before launching Privoxy for the first time, you @@ -437,8 +456,7 @@ # /usr/sbin/privoxy /etc/privoxy/config - - + @@ -554,9 +572,6 @@ Developers below. - - - Command Line Options @@ -786,7 +801,7 @@ All files use the # character to denote a - comment (the rest of the line will be ignored) and understand line continuation + comment (the rest of the line will be ignored) angd understand line continuation through placing a backslash ("\") as the very last character in a line. If the # is preceded by a backslash, it looses its special function. Placing a # in front of an otherwise @@ -1018,7 +1033,7 @@ actionsfile The default values include standard.action, which is used for internal purposes and should be loaded, default.action, which is the main actions file maintained by the developers, and - user.action, where you can make your personal additions. + user.action, where you can make your personal additions. There is no point in using Privoxy without an actions file. @@ -1462,7 +1477,7 @@ actionsfile debug 1024 # debug kill pop-ups debug 4096 # Startup banner and warnings. debug 8192 # Non-fatal errors - + To select multiple debug levels, you can either add them or use @@ -1610,7 +1625,7 @@ actionsfile listen-address 192.168.0.1:8118 - + @@ -1876,7 +1891,7 @@ ACLs: permit-access and deny-access permit-access localhost - + Allow any host on the same class C subnet as www.privoxy.org access to @@ -1885,7 +1900,7 @@ ACLs: permit-access and deny-access permit-access www.privoxy.org/24 www.example.com/32 - + Allow access from any host on the 26-bit subnet 192.168.45.64 to anywhere, @@ -1895,7 +1910,7 @@ ACLs: permit-access and deny-access permit-access 192.168.45.64/26 deny-access 192.168.45.73 www.dirty-stuff.example.com - + @@ -2048,7 +2063,7 @@ ACLs: permit-access and deny-access forward .* anon-proxy.example.org:8080 forward :443 . - + Everything goes to our example ISP's caching proxy, except for requests @@ -2058,7 +2073,7 @@ ACLs: permit-access and deny-access forward .*. caching-proxy.example-isp.net:8000 forward .example-isp.net . - + @@ -2142,7 +2157,7 @@ forward-socks4 and forward-socks4a forward-socks4a .*. socks-gw.example.com:1080 www-cache.example-isp.net:8080 forward .example.com . - + A rule that uses a SOCKS 4 gateway for all destinations but no HTTP parent looks like this: @@ -2150,7 +2165,7 @@ forward-socks4 and forward-socks4a forward-socks4 .*. socks-gw.example.com:1080 . - + @@ -2180,7 +2195,7 @@ forward-socks4 and forward-socks4a forward .*. . forward .isp-b.net host-b:8118 - + @@ -2191,7 +2206,7 @@ forward-socks4 and forward-socks4a forward .*. . forward .isp-a.net host-a:8118 - + @@ -2223,8 +2238,7 @@ forward-socks4 and forward-socks4a always_direct allow ftp # Forward all the rest to Privoxy - never_direct allow all - + never_direct allow all @@ -2426,8 +2440,7 @@ forward-socks4 and forward-socks4a - -Actions Files +Actions Files The actions files are used to define what actions @@ -4541,35 +4554,6 @@ Requests &contacting; - - - -Submitting Ads and <quote>Action</quote> Problems - - Ads and banners that are not stopped by Privoxy - can be submitted to the developers by accessing a special page and filling - out the brief, required form. Conversely, you can also report pages, images, - etc. that Privoxy is blocking, but should not. - The form itself does require Internet access. - - - To do this, point your browser to Privoxy - at http://config.privoxy.org/ - (shortcut: http://p.p/), and then select - Actions file feedback system, - near the bottom of the page. Paste in the URL that is the cause of the - unwanted behavior, and follow the prompts. The developers will - try to incorporate a fix for the problem you reported into future versions. - - - - New, improved default.action files will occasionally be made - available based on your feedback. These will be announced on the ijbswa-announce - list. - - - @@ -4992,31 +4976,35 @@ Requests - Enable Privoxy + Privoxy - Enable - Disable Privoxy + Privoxy - Disable - Toggle Privoxy (Toggles between enabled and disabled) + Privoxy - Toggle Privoxy (Toggles between enabled and disabled) - View Privoxy Status + Privoxy- View Status - Actions file feedback system + Privoxy - Submit Filter Feedback @@ -5241,7 +5229,6 @@ Requests --- File user --- (no matches in this file) - @@ -5301,9 +5288,8 @@ Requests +hide-forwarded-for-headers +hide-from-header{block} +hide-referer{forge} -hide-user-agent -handle-as-image +set-image-blocker{pattern} -limit-connect +prevent-compression -session-cookies-only -prevent-reading-cookies - -prevent-setting-cookies -kill-popups -send-vanilla-wafer -send-wafer - - + -prevent-setting-cookies -kill-popups -send-vanilla-wafer -send-wafer + @@ -5326,8 +5312,7 @@ Requests { +block +handle-as-image } .doubleclick.net - - + @@ -5376,8 +5361,7 @@ Requests { +block +handle-as-image } /ads - - + @@ -5393,8 +5377,7 @@ Requests { -block } /adsl - - + @@ -5412,8 +5395,7 @@ Requests { +block +handle-as-image } /ads - - + @@ -5434,8 +5416,7 @@ Requests .jungle.com .scan.co.uk .forbes.com - - + @@ -5450,8 +5431,7 @@ Requests {-filter} .forbes.com - - + @@ -5491,6 +5471,10 @@ Requests Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: user-manual.sgml,v $ + Revision 1.94 2002/04/26 05:24:36 hal9 + -Add most of Andreas suggestions to Chain of Events section. + -A few other minor corrections and touch up. + Revision 1.92 2002/04/25 18:55:13 hal9 More catchups on new actions files, and new actions names. Other assorted cleanups, and minor modifications. diff --git a/doc/source/webserver/index.sgml b/doc/source/webserver/index.sgml index 8c82f28e..c055a890 100644 --- a/doc/source/webserver/index.sgml +++ b/doc/source/webserver/index.sgml @@ -19,7 +19,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: index.sgml,v 1.7 2002/04/12 10:11:53 swa Exp $ + $Id: index.sgml,v 1.9 2002/04/14 01:00:07 hal9 Exp $ Written by and Copyright (C) 2001, 2002 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -84,7 +84,7 @@ page on Sourceforge - A list of new features + A list of features @@ -156,6 +156,7 @@ page on Sourceforge Developer Manual + @@ -237,6 +238,9 @@ page on Sourceforge Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: index.sgml,v $ + Revision 1.9 2002/04/14 01:00:07 hal9 + Fix the logo properly with docbook. + Revision 1.7 2002/04/12 10:11:53 swa changed bookmarklet text so that users can easily find the bookmark