a2a9823aa3c78951468df2f23b0d5c571e406974
[privoxy.git] / doc / source / user-manual.sgml
1 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2 <!entity % dummy "IGNORE"> 
3 <!entity supported SYSTEM "supported.sgml">
4 <!entity newfeatures SYSTEM "newfeatures.sgml">
5 <!entity p-intro SYSTEM "privoxy.sgml">
6 <!entity seealso SYSTEM "seealso.sgml">
7 <!entity buildsource SYSTEM "buildsource.sgml">
8 <!entity contacting SYSTEM "contacting.sgml">
9 <!entity history SYSTEM "history.sgml">
10 <!entity copyright SYSTEM "copyright.sgml">
11 <!entity license SYSTEM "license.sgml">
12 <!entity p-authors SYSTEM "p-authors.sgml">
13 <!entity config SYSTEM "p-config.sgml">
14 <!entity p-version "2.9.15">
15 <!entity p-status "beta">
16 <!entity % p-authors-formal "INCLUDE"> <!-- include additional text, etc  -->
17 <!entity % p-not-stable "INCLUDE">
18 <!entity % p-stable "IGNORE">
19 <!entity % p-text "IGNORE">        <!-- define we are not a text only doc -->
20 <!entity % p-doc "INCLUDE">        <!-- and we are a formal doc           -->
21 <!entity % p-readme "IGNORE">
22 <!entity % user-man "IGNORE">
23 <!entity % config-file "IGNORE">
24 <!entity % p-supp-userman "IGNORE"> <!-- Omit some from supported.sgml    -->
25 <!entity  my-copy "&copy;">         <!-- kludge for docbook2man           -->
26 <!entity % draft "IGNORE">          <!-- WIP stuff    -->
27 ]>
28 <!--
29  File        :  $Source: /cvsroot/ijbswa/current/doc/source/user-manual.sgml,v $
30
31  Purpose     :  user manual
32                 This file belongs into
33                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
34
35  $Id: user-manual.sgml,v 1.123.2.6 2002/06/06 23:11:03 hal9 Exp $
36
37  Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
38  See LICENSE.
39
40  ========================================================================
41  NOTE: Please read developer-manual/documentation.html before touching 
42  anything in this, or other Privoxy documentation.
43  ========================================================================
44
45 -->
46
47 <article id="index">
48 <artheader>
49
50 <title>Privoxy User Manual</title>
51
52 <pubdate>
53  <subscript>
54 <!-- Completely the wrong markup, but very little is allowed  -->
55 <!-- in this part of an article. FIXME -->
56  <link linkend="copyright">Copyright</link> &my-copy; 2001, 2002 by 
57  <ulink url="http://www.privoxy.org">Privoxy Developers</ulink>
58  </subscript>
59 </pubdate>
60
61 <pubdate>$Id: user-manual.sgml,v 1.123.2.6 2002/06/06 23:11:03 hal9 Exp $</pubdate>
62
63 <!--
64
65 Note: the following should generate a separate page, and a live link to it,
66 all nicely done. But it doesn't for some mysterious reason. Please leave
67 commented unless it can be fixed proper. For the time being, the
68 copyright/license declarations will be in their own sgml.
69
70 Hal.
71
72 <copyright>
73   <year>2001</year>
74   <year>2002</year>
75   <holder>Privoxy Developers</holder>
76 </copyright>
77
78 <legalnotice id="legalnotice"> 
79  <para>
80   text goes here ........
81  </para>
82 </legalnotice>
83
84 -->
85
86
87 <abstract>
88
89 <![%dummy;[
90  <para>
91  <comment>
92   This is here to keep vim syntax file from breaking :/
93   If I knew enough to fix it, I would.
94   PLEASE DO NOT REMOVE! HB: hal@foobox.net
95  </comment>
96  </para>
97 ]]>
98
99  <para>
100   The <citetitle>User Manual</citetitle> gives users information on how to
101   install, configure and use <ulink
102   url="http://www.privoxy.org/"><application>Privoxy</application></ulink>.
103  </para>
104
105 <!-- Include privoxy.sgml boilerplate: -->
106  &p-intro;
107 <!-- end privoxy.sgml -->
108
109  <para>
110   You can find the latest version of the <citetitle>User Manual</citetitle> at  <ulink
111   url="http://www.privoxy.org/user-manual/">http://www.privoxy.org/user-manual/</ulink>.
112   Please see the <ulink url="contact.html">Contact section</ulink> on how to
113   contact the developers.
114  </para>
115
116 <!--   <para> -->
117 <!--    Feel free to send a note to the developers at <email>ijbswa-developers@lists.sourceforge.net</email>. -->
118 <!--   </para> -->
119 </abstract>
120
121 </artheader>
122
123 <!--   ~~~~~       New section      ~~~~~     -->
124 <sect1 label="1" id="introduction"><title>Introduction</title>
125 <para>
126  This documentation is included with the current &p-status; version of
127  <application>Privoxy</application>, v.&p-version;<![%p-not-stable;[, 
128  and is mostly complete at this point. The most up to date reference for the
129  time being is still the comments in the source files and in the individual
130  configuration files. Development of version 3.0 is currently nearing
131  completion, and includes many significant changes and enhancements over
132  earlier versions. The target release date for
133  stable v3.0 is <quote>soon</quote> ;-)]]>.
134 </para>
135
136 <!-- include only in non-stable versions -->
137 <![%p-not-stable;[
138 <para>
139  Since this is a &p-status; version, not all new features are well tested. This
140  documentation may be slightly out of sync as a result (especially with 
141  CVS sources). And there <emphasis>may be</emphasis> bugs, though hopefully
142  not many! 
143 </para>
144 ]]>
145
146 <!--   ~~~~~       New section      ~~~~~     -->
147 <sect2 id="features"><title>Features</title>
148 <para>
149  In addition to <application>Internet Junkbuster's</application> traditional
150  features of ad and banner blocking and cookie management,
151  <application>Privoxy</application> provides new features<![%p-not-stable;[,
152  some of them currently under development]]>:
153 </para>
154 <!-- Include newfeatures.sgml boilerplate here: -->
155  &newfeatures;
156 <!-- end boilerplate -->
157 </sect2>
158
159 </sect1>
160
161 <!--  ~  End section  ~  -->
162
163
164 <!--   ~~~~~       New section      ~~~~~     -->
165 <sect1 id="installation"><title>Installation</title>
166
167 <para>
168  <application>Privoxy</application> is available both in convenient pre-compiled
169  packages for a wide range of operating systems, and as raw source code.
170  For most users, we recommend using the packages, which can be downloaded from our
171  <ulink url="http://sourceforge.net/projects/ijbswa/">Privoxy Project
172  Page</ulink>.
173 </para>
174
175 <para>
176  Note: If you have a previous <application>Junkbuster</application> or
177  <application>Privoxy</application> installation on your system, you
178  will need to remove it.  On some platforms, this may be done for you as part
179  of their installation procedure. (See below for your platform). In any case
180  <emphasis>be sure to backup your old configuration if it is valuable to
181  you.</emphasis> See the <link linkend="upgradersnote">note to
182  upgraders</link> section below.
183 </para>
184
185 <!--   ~~~~~       New section      ~~~~~     --> 
186 <sect2 id="installation-packages"><title>Binary Packages</title>
187 <para>
188 How to install the binary packages depends on your operating system:
189 </para>
190
191 <!--   ~~~~~       New section      ~~~~~     -->
192 <sect3 id="installation-pack-rpm"><title>Red Hat, SuSE and Conectiva RPMs</title>
193
194 <para>
195  RPMs can be installed with <literal>rpm -Uvh privoxy-&p-version;-1.rpm</literal>,
196  and will use <filename>/etc/privoxy</filename> for the location 
197  of configuration files.
198 </para>
199
200 <para>
201  Note that on Red Hat, <application>Privoxy</application> will
202  <emphasis>not</emphasis> be automatically started on system boot. You will
203  need to enable that using <command>chkconfig</command>,
204  <command>ntsysv</command>, or similar methods. Note that SuSE will 
205 automatically start Privoxy in the boot process.
206 </para>
207
208 <para>
209  If you have problems with failed dependencies, try rebuilding the SRC RPM: 
210  <literal>rpm --rebuild privoxy-&p-version;-1.src.rpm</literal>. This 
211  will use your locally installed libraries and RPM version. 
212 </para>
213
214 <para>
215  Also note that if you have a <application>Junkbuster</application> RPM installed
216  on your system, you need to remove it first, because the packages conflict.
217  Otherwise, RPM will try to remove <application>Junkbuster</application>
218  automatically, before installing <application>Privoxy</application>.
219 </para>
220 </sect3>
221
222 <!--   ~~~~~       New section      ~~~~~     -->
223 <sect3 id="installation-deb"><title>Debian</title>
224 <para>
225  DEBs can be installed with <literal>dpkg -i
226  privoxy_&p-version;-1.deb</literal>, and will use
227  <filename>/etc/privoxy</filename> for the location of configuration
228  files.
229 </para>
230 </sect3>
231
232 <!--   ~~~~~       New section      ~~~~~     -->
233 <sect3 id="installation-pack-win"><title>Windows</title>
234
235 <para>
236  Just double-click the installer, which will guide you through
237  the installation process. You will find the configuration files
238  in the same directory as you installed Privoxy in. We do not
239  use the registry of Windows. 
240 </para>
241 </sect3>
242
243 <!--   ~~~~~       New section      ~~~~~     -->
244 <sect3 id="installation-pack-bintgz"><title>Solaris, NetBSD, FreeBSD, HP-UX</title>
245
246 <para>
247  Create a new directory, <literal>cd</literal> to it, then unzip and
248  untar the archive. For the most part, you'll have to figure out where
249  things go. <!-- FIXME, more info needed? -->
250 </para>
251 </sect3>
252
253 <!--   ~~~~~       New section      ~~~~~     -->
254 <sect3 id="installation-os2"><title>OS/2</title>
255
256 <para>
257  First, make sure that no previous installations of
258  <application>Junkbuster</application> and / or 
259  <application>Privoxy</application> are left on your
260  system. Check that no <application>Junkbuster</application>
261  or <application>Privoxy</application> objects are in
262  your startup folder.
263
264 </para>
265
266 <para>
267  Then, just double-click the WarpIN self-installing archive, which will
268  guide you through the installation process. A shadow of the
269  <application>Privoxy</application> executable will be placed in your
270  startup folder so it will start automatically whenever OS/2 starts.
271 </para>
272
273 <para>
274  The directory you choose to install <application>Privoxy</application>
275  into will contain all of the configuration files.
276 </para>
277 </sect3>
278
279 <!--   ~~~~~       New section      ~~~~~     -->
280 <sect3 id="installation-mac"><title>Max OSX</title>
281 <para>
282  Unzip the downloaded package (you can either double-click on the file
283  in the finder, or on the desktop if you downloaded it there).  Then,
284  double-click on the package installer icon and follow the installation
285  process.
286  <application>Privoxy</application> will be installed in the subdirectory
287  <literal>/Applications/Privoxy.app</literal>.
288  <application>Privoxy</application> will set itself up to start 
289  automatically on system bring-up via
290  <literal>/System/Library/StartupItems/Privoxy</literal>.
291 </para>
292 </sect3>
293
294 <!--   ~~~~~       New section      ~~~~~     -->
295 <sect3 id="installation-amiga"><title>AmigaOS</title>
296 <para>
297  Copy and then unpack the <filename>lha</filename> archive to a suitable location. 
298  All necessary files will be installed into <application>Privoxy</application>
299  directory, including all configuration and log files. To uninstall, just 
300  remove this directory.
301 </para>
302 </sect3>
303 </sect2>
304
305 <!--   ~~~~~       New section      ~~~~~     -->
306 <sect2 id="installation-source"><title>Building from Source</title>
307
308 <para>
309  The most convenient way to obtain the <application>Privoxy</application> sources
310  is to download the source tarball from our <ulink url="http://sf.net/projects/ijbswa/">project
311  page</ulink>.
312 </para>
313
314 <para>
315  If you like to live on the bleeding edge and are not afraid of using
316  possibly unstable development versions, you can check out the up-to-the-minute
317  version directly from <ulink url="http://sourceforge.net/cvs/?group_id=11118">the
318  CVS repository</ulink> or simply download <ulink
319  url="http://cvs.sourceforge.net/cvstarballs/ijbswa-cvsroot.tar.gz">the nightly CVS
320  tarball.</ulink>
321 </para>
322
323 <!-- include buildsource.sgml boilerplate: -->
324 &buildsource;
325 <!-- end boilerplate -->
326
327 </sect2>
328
329 </sect1>
330
331 <!--  ~  End section  ~  -->
332
333 <!--   ~~~~~       New section      ~~~~~     -->
334 <sect1 id="upgradersnote">
335 <title>Note to Upgraders</title>
336 <para>
337  There are very significant changes from earlier 
338  <application>Junkbuster</application> versions to the current
339  <application>Privoxy</application>. The number, names, syntax, and
340  purposes of configuration files have substantially  changed.
341  <application>Junkbuster 2.0.x</application> configuration
342  files will not migrate, <application>Junkbuster 2.9.x</application>
343  and <application>Privoxy</application> configurations will need to be
344  ported. The functionalities of the old <filename>blockfile</filename>,
345  <filename>cookiefile</filename> and <filename>imagelist</filename> 
346  are now combined into the <link linkend="actions-file"><quote>actions
347  files</quote></link>.  
348  <filename>default.action</filename>, is the main actions file. Local
349  exceptions should best be put into <filename>user.action</filename>.
350 </para>
351 <para>
352  A <link linkend="filter-file"><quote>filter file</quote></link> (typically
353  <filename>default.filter</filename>) is new as of <application>Privoxy
354  2.9.x</application>, and provides some of the new sophistication (explained
355  below). <filename>config</filename> is much the same as before.
356 </para>
357 <para>
358  If upgrading from a 2.0.x version, you will have to use the new config 
359  files, and possibly adapt any personal rules from your older files.
360  When porting personal rules over from the old <filename>blockfile</filename>
361  to the new actions files, please note that even the pattern syntax has
362  changed. If upgrading from 2.9.x development versions, it is still
363  recommended to use the new configuration files.
364 </para>
365 <para>
366  A quick list of things to be aware of before upgrading: 
367 </para>
368
369 <para>
370  <itemizedlist>
371
372  <listitem>
373   <para>
374    The default listening port is now 8118 due to a conflict with another 
375    service (NAS).
376   </para>
377  </listitem>  
378  <listitem>
379   <para>  
380     Some installers may remove earlier versions completely. Save any 
381     important configuration files!
382   </para>
383  </listitem>
384  <listitem>
385   <para>
386    <application>Privoxy</application> is controllable with a web browser 
387    at the special URL: <ulink
388    url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
389    (Shortcut: <ulink url="http://p.p/">http://p.p/</ulink>). Many
390    aspects of configuration can be done here, including temporarily disabling
391    <application>Privoxy</application>.
392   </para>
393  </listitem> 
394  <listitem>
395   <para>
396    The primary configuration files for cookie management, ad and banner 
397    blocking, and many other aspects of <application>Privoxy</application>
398    configuration are the <link linkend="actions-file">actions
399    files</link>. It is strongly recommended to become familiar with the new
400    actions concept below, before modifying these files. Locally defined rules 
401    should go into <filename>user.action</filename>.
402   </para>
403  </listitem> 
404   <listitem>
405   <para>
406 <!-- I think it is best to keep this somewhat vague, in case  -->
407 <!-- the situation changes under our feet. -->   
408    Some installers may not automatically start
409    <application>Privoxy</application> after installation.
410   </para>
411  </listitem> 
412
413  </itemizedlist>
414 </para>
415 </sect1>
416
417 <!--   ~~~~~       New section      ~~~~~     -->
418 <sect1 id="quickstart"><title>Quickstart to Using <application>Privoxy</application></title>
419 <para>
420  <itemizedlist>
421
422  <listitem>
423   <para>
424    If upgrading, from versions before 2.9.16, please back up any configuration
425    files. See the <link linkend="upgradersnote">Note to Upgraders</link> Section.
426  </para>
427 </listitem> 
428
429  <listitem>
430   <para>
431   Install <application>Privoxy</application>. See the <link
432   linkend="installation">Installation Section</link> below for platform specific
433   information. 
434  </para>
435  </listitem>  
436
437  <listitem>
438   <para>
439    Advanced users and those who want to offer <application>Privoxy</application>
440    service to more than just their local machine should check the <link
441    linkend="config">main config file</link>, especially the <link
442    linkend="access-control">security-relevant</link> options. These are 
443    off by default.
444   </para>
445  </listitem>  
446
447  <listitem>
448   <para>
449   Start <application>Privoxy</application>, if the installation program has
450   not done this already (may vary according to platform). See the section
451   <link linkend="startup">Starting <application>Privoxy</application></link>.
452   </para>
453  </listitem>
454
455  <listitem>
456   <para>
457    Set your browser to use <application>Privoxy</application> as HTTP and
458    HTTPS proxy by setting the proxy configuration for address of
459    <literal>127.0.0.1</literal> and port <literal>8118</literal>.
460    (<application>Junkbuster</application> and earlier versions of
461    <application>Privoxy</application> used port 8000.) See the section <link
462    linkend="startup">Starting <application>Privoxy</application></link> below
463    for more details on this.
464   </para>
465  </listitem>  
466
467  <listitem>
468   <para>
469     Flush your browser's disk and memory caches, to remove any cached ad images.
470   </para>
471  </listitem> 
472
473  <listitem>
474   <para>
475    A default installation should provide a reasonable starting point for 
476    most. There will undoubtedly be occasions where you will want to adjust the
477    configuration, but that can be dealt with as the need arises. Little 
478    to no initial configuration is required in most cases.
479   </para>
480   <para>
481    See the <link linkend="configuration">Configuration section</link> for more
482    configuration options, and how to customize your installation.
483  <![%draft;[  You might also want to look at the <link
484    linkend="quickstart-ad-blocking">next section</link> for a quick
485    introduction to how <application>Privoxy</application> blocks ads and
486    banners.]]>
487   </para>
488  </listitem> 
489
490  <listitem>
491   <para>
492     If you experience ads that slipped through, innocent images that are
493     blocked, or otherwise feel the need to fine-tune
494     <application>Privoxy's</application> behaviour, take a look at the <link
495     linkend="actions-file">actions files</link>. As a quick start, you might
496     find the <link linkend="act-examples">richly commented examples</link>
497     helpful. You can also view and edit the actions files through the <ulink
498     url="http://config.privoxy.org">web-based user interface</ulink>. The
499     Appendix <quote><link linkend="actionsanat">Anatomy of an
500     Action</link></quote> has hints how to debug actions that
501     <quote>misbehave</quote>.
502   </para>
503  </listitem> 
504
505  <listitem>
506   <para>
507    Please see the section <link linkend="contact">Contacting the
508    Developers</link> on how to report bugs or problems with websites or to get
509    help. 
510   </para>
511  </listitem> 
512
513  <listitem>
514   <para>
515    Now enjoy surfing with enhanced comfort and privacy!
516   </para>
517  </listitem> 
518  
519  </itemizedlist>
520 </para>
521
522
523 <!--   ~~~~~       New section      ~~~~~     -->
524
525 <sect2 id="quickstart-ad-blocking">
526 <title>Quickstart to Ad Blocking</title>
527 <!--
528  NOTE:  This section is deliberately redundant for those that don't 
529  want to read the whole thing (which is getting lengthy).
530 -->
531 <para>
532  Ad blocking is but one of <application>Privoxy's</application>
533  array of features. Many of these features are for the technically minded advanced 
534  user. But, ad and banner blocking is surely common ground for everybody.
535 </para>
536 <para> 
537  This section will provide a quick summary of ad blocking so 
538  you can get up to speed quickly without having to read the more extensive
539  information provided below, though this is highly recommended.
540 </para>
541 <para>
542  First a bit of a warning ... blocking ads is much like blocking SPAM: the
543  more aggressive you are about it, the more likely you are to block 
544  things that were not intended. So there is a trade off here. If you want
545  extreme ad free browsing, be prepared to deal with more
546  <quote>problem</quote> sites, and to spend more time adjusting the
547  configuration to solve these unintended consequences. In short, there is 
548  not an easy way to eliminate <emphasis>all</emphasis> ads. Either take 
549  the easy way and settle for <emphasis>most</emphasis> ads blocked with the
550  default configuration, or jump in and tweak it for your personal surfing
551  habits and preferences.
552 </para>
553 <para>
554  Secondly, a brief explanation of <application>Privoxy's </application>
555  <quote>actions</quote>. <quote>Actions</quote> in this context, are 
556  the directives we use to tell <application>Privoxy</application> to perform
557  some task relating to HTTP transactions (i.e. web browsing). We tell
558  <application>Privoxy</application> to take some <quote>action</quote>. Each
559  action has a unique name and function. While there are many potential
560  <application>actions</application> in <application>Privoxy's</application>
561  arsenal, only a few are used for ad blocking. <link
562  linkend="actions">Actions</link>, and <link linkend="actions-file">action
563  configuration files</link>, are explained in depth below.
564 </para>
565 <para>
566  Actions are specified in <application>Privoxy's</application> configuration,
567  followed by one or more URLs to which the action should apply. URLs 
568  can actually be URL type <link linkend="af-patterns">patterns</link> that use
569  wildcards so they can apply potentially to a range of similar URLs. The
570  actions, together with the URL patterns are called a section.
571 </para>
572 <para>
573  When you connect to a website, the full URL will either match one or more
574  of the sections as defined in <application>Privoxy's</application> configuration,
575  or not. If so, then <application>Privoxy</application> will perform the
576  respective actions. If not, then nothing special happens. Furthermore, web
577  pages may contain embedded, secondary URLs that your web browser will
578  use to load additional components of the page, as it parses the
579  original page's HTML content. An ad image for instance, is just an URL
580  embedded in the page somewhere. The image itself may be on the same server,
581  or a server somewhere else on the Internet. Complex web pages will have many
582  such embedded URLs.
583 </para>
584
585 <para>
586  The actions we need to know about for ad blocking are:  <literal><link
587  linkend="block">block</link></literal>, <literal><link
588  linkend="handle-as-image">handle-as-image</link></literal>, and
589  <literal><link linkend="set-image-blocker">set-image-blocker</link></literal>:
590 </para>
591
592 <para>
593  <itemizedlist>
594   
595  <listitem>
596   <para>
597    <literal><link linkend="block">block</link></literal> - this action stops
598    any contact between your browser and any URL patterns that match this
599    action's configuration. It can be used for blocking ads, but also anything
600    that is determined to be unwanted. By itself, it simply stops any
601    communication with the remote server and sends <application>Privoxy</application>'s
602    own built-in BLOCKED page instead to let you now what has happened.
603   </para>
604  </listitem> 
605
606  <listitem>
607   <para>
608    <literal><link linkend="handle-as-image">handle-as-image</link></literal> - 
609    tells <application>Privoxy</application> to treat this URL as an image.
610    <application>Privoxy</application>'s default configuration already does this
611    for all common image types (e.g. GIF), but there are many situations where this
612    is not so easy to determine. So we'll force it in these cases. This is particularly
613    important for ad blocking, since  only if we know that it's an image of
614    some kind, can we replace it with an image of our choosing, instead of the 
615    <application>Privoxy</application> BLOCKED page (which would only result in
616    a <quote>broken image</quote> icon). There are some limitations to this
617    though. For instance, you can't just brute-force an image substitution for
618    an entire HTML page in most situations.
619   </para>
620  </listitem> 
621
622  <listitem>
623   <para>
624    <literal><link
625    linkend="set-image-blocker">set-image-blocker</link></literal> - tells
626    <application>Privoxy</application> what to display in place of an ad image that
627    has hit a block rule. For this to come into play, the URL must match a
628    <literal><link linkend="block">block</link></literal> action somewhere in the
629    configuration, <emphasis>and</emphasis>, it must also match an
630    <literal><link linkend="handle-as-image">handle-as-image</link></literal> action.
631   </para>
632   <para>
633    The configuration options on what to display instead of the ad are:
634   </para>
635   <simplelist>
636    <member>
637     &nbsp;&nbsp;&nbsp;<emphasis>pattern</emphasis> - a checkerboard pattern, so that an ad 
638     replacement is obvious. This is the default.
639    </member>
640   </simplelist>
641   <simplelist>
642    <member>
643     &nbsp;&nbsp;&nbsp;<emphasis>blank</emphasis> - A very small empty GIF image is displayed.
644     This is the so-called <quote>invisible</quote> configuration option.
645    </member>
646   </simplelist>
647   <simplelist>
648    <member>
649     &nbsp;&nbsp;&nbsp;<emphasis>http://&lt;URL&gt;</emphasis> - A redirect to any image anywhere
650     of the user's choosing (advanced usage).
651    </member>
652   </simplelist>
653   </listitem> 
654
655 </itemizedlist>
656 </para>
657
658 <para>
659  The quickest way to adjust any of these settings is with your browser through
660  the special <application>Privoxy</application> editor at <ulink
661  url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
662  (shortcut: <ulink url="http://p.p/">http://p.p/show-status</ulink>). This 
663  is an internal page, and does not require Internet access. Select the
664  appropriate <quote>actions</quote> file, and click
665  <quote><guibutton>Edit</guibutton></quote>. It is best to put personal or
666  local preferences in <filename>user.action</filename> since this is not
667  meant to be overwritten during upgrades, and will over-ride the settings in
668  other files. Here you can insert new <quote>actions</quote>, and URLs for ad
669  blocking or other purposes, and make other adjustments to the configuration.
670  <application>Privoxy</application> will detect these changes automatically.
671 </para>
672
673 <para>
674  A quick and simple step by step example:
675 </para>
676
677 <para>
678  <itemizedlist>
679
680   <listitem>
681    <para>
682      Right click on the ad image to be blocked, then select 
683      <quote><guimenuitem>Copy Link Location</guimenuitem></quote> from the
684      pop-up menu. 
685    </para>
686   </listitem> 
687   <listitem>
688    <para>
689     Set your browser to 
690     <ulink
691  url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
692    </para>
693   </listitem> 
694   <listitem>
695    <para>
696     Find <filename>user.action</filename> in the top section, and click 
697     on <quote><guibutton>Edit</guibutton></quote>:
698    </para>
699
700  <!-- image of editor and actions files selections -->
701  <para>
702   <figure pgwide="0" float="0"><title>Actions Files in Use</title>
703    <mediaobject>
704      <imageobject>
705       <imagedata  fileref="../images/files-in-use.jpg" format="jpg">
706        </imageobject> 
707        <textobject>
708         <phrase>[ Screenshot of Actions Files in Use ]</phrase>
709       </textobject>
710    </mediaobject>
711   </figure>
712  </para>
713  </listitem> 
714  
715  <listitem>
716   <para>
717    You should have a section with only
718    <literal><link linkend="block">block</link></literal> listed under 
719    <quote>Actions:</quote>.
720    If not, click a <quote><guibutton>Insert new section below</guibutton></quote>
721    button, and in the new section that just appeared, click the 
722    <guibutton>Edit</guibutton> button right under the word <quote>Actions:</quote>.
723    This will bring up a list of all actions. Find
724    <literal><link linkend="block">block</link></literal> near the top, and click
725    in the <quote>Enabled</quote> column, then <quote><guibutton>Submit</guibutton></quote>
726    just below the list.
727   </para>
728  </listitem> 
729  <listitem>
730   <para>
731    Now, in the <literal><link linkend="block">block</link></literal> actions section,
732    click the <quote><guibutton>Add</guibutton></quote> button, and paste the URL the
733    browser got from <quote><guimenuitem>Copy Link Location</guimenuitem></quote>.
734    Remove the <literal>http://</literal> at the beginning of the URL. Then, click
735    <quote><guibutton>Submit</guibutton></quote> (or
736    <quote><guibutton>OK</guibutton></quote> if in a pop-up window).
737   </para>
738  </listitem> 
739  <listitem>
740   <para>
741    Now go back to the original page, and press <keycap>SHIFT-Reload</keycap>
742    (or flush all browser caches). The image should be gone now.
743   </para>
744  </listitem> 
745  
746  </itemizedlist>
747 </para>
748
749 <para>
750  This is a very crude and simple example. There might be good reasons to use a 
751  wildcard pattern match to include potentially similar images from the same
752  site. For a more extensive explanation of <quote>patterns</quote>, and 
753  the entire actions concept, see <link linkend="actions-file">the Actions
754  section</link>.
755 </para>
756
757 <para>
758  For advanced users who want to hand edit their config files, you might want
759  to now go to the <link linkend="act-examples">Actions Files Tutorial</link>.
760  The ideas explained therein also apply to the web-based editor.
761 </para>
762
763 </sect2>
764
765 </sect1>
766
767 <!--  ~  End section  ~  -->
768
769
770 <!--   ~~~~~       New section      ~~~~~     -->
771 <sect1 id="startup">
772 <title>Starting <application>Privoxy</application></title>
773 <para>
774  Before launching <application>Privoxy</application> for the first time, you
775  will want to configure your browser(s) to use
776  <application>Privoxy</application> as a HTTP and HTTPS proxy. The default is
777  127.0.0.1 (or localhost) for the proxy address, and port 8118 (earlier versions
778  used port 8000). This is the one configuration step that must be done!
779 </para>
780
781  <!-- image of Mozilla Proxy configuration -->
782  <para>
783   <figure pgwide="0" float="0"><title>Proxy Configuration (Mozilla)</title>
784    <mediaobject>
785      <imageobject>
786       <imagedata  fileref="../images/proxy_setup.jpg" format="jpg">
787        </imageobject> 
788        <textobject>
789         <phrase>[ Screenshot of Mozilla Proxy Configuration ]</phrase>
790       </textobject>
791    </mediaobject>
792   </figure>
793  </para>
794  
795 <para> 
796  With <application>Netscape</application> (and
797  <application>Mozilla</application>), this can be set under:
798 </para>
799  
800 <literallayout>
801 <!-- Mix ascii and gui art, something for everybody -->
802 <!-- spacing on this is tricky -->
803  <guibutton>Edit</guibutton>
804    |_   
805          <guibutton>Preferences</guibutton>
806                 |_       
807                         <guibutton>Advanced</guibutton>
808                               |_     
809                                     <guibutton>Proxies</guibutton>
810                                          |_       
811                                                 <guibutton>HTTP Proxy</guibutton>
812 </literallayout>
813
814 <para>
815  For <application>Internet Explorer</application>: 
816 </para>
817
818 <literallayout>
819 <!-- Mix ascii and gui art, something for everybody -->
820 <!-- spacing on this is tricky -->
821  <guibutton>Tools</guibutton>
822      |_   
823          <guibutton>Internet Properties</guibutton>
824                             |_       
825                                       <guibutton>Connections</guibutton>
826                                                |_     
827                                                             <guibutton>LAN Settings</guibutton>
828 </literallayout>
829
830 <para>
831  Then, check <quote>Use Proxy</quote> and fill in the appropriate info
832  (Address: 127.0.0.1, Port: 8118). Include HTTPS (SSL), if you want HTTPS
833  proxy support too. 
834 </para>
835
836 <para>
837  After doing this, flush your browser's disk and memory caches to force a
838  re-reading of all pages and to get rid of any ads that may be cached. You 
839  are now ready to start enjoying the benefits of using
840  <application>Privoxy</application>!
841 </para>
842
843 <para>
844  <application>Privoxy</application> is typically started by specifying the
845  main configuration file to be used on the command line. If no configuration
846  file is specified on the command line, <application>Privoxy</application>
847  will look for a file named <filename>config</filename> in the current
848  directory. Except on Win32 where it will try <filename>config.txt</filename>.
849 </para>
850
851 <sect2 id="start-redhat">
852 <title>Red Hat and Conectiva</title>
853 <para>
854  We use a script. Note that Red Hat does not start Privoxy upon booting per
855  default. It will use the file <filename>/etc/privoxy/config</filename> as
856  its main configuration file.
857 </para>
858 <para>
859  <screen>
860  # /etc/rc.d/init.d/privoxy start
861 </screen>
862 </para>
863 </sect2>
864
865 <sect2 id="start-debian">
866 <title>Debian</title>
867 <para>
868  We use a script. Note that Debian starts Privoxy upon booting per
869  default.  It will use the file
870  <filename>/etc/privoxy/config</filename> as its main configuration
871  file.
872 </para>
873 <para>
874  <screen>
875  # /etc/init.d/privoxy start
876 </screen>
877 </para>
878 </sect2>
879
880 <sect2 id="start-suse">
881 <title>SuSE</title>
882 <para>
883 We use a script. It will use the file <filename>/etc/privoxy/config</filename>
884 as its main configuration file. Note that SuSE starts Privoxy upon booting
885 your PC.
886 </para>
887 <para>
888  <screen>
889  # rcprivoxy start
890 </screen>
891 </para>
892 </sect2>
893
894 <sect2 id="start-windows">
895 <title>Windows</title>
896 <para>
897 Click on the Privoxy Icon to start Privoxy. If no configuration file is
898  specified on the command line, <application>Privoxy</application> will look
899  for a file named <filename>config.txt</filename>. Note that Windows will
900  automatically start Privoxy upon booting you PC.
901 </para>
902 </sect2>
903
904 <sect2 id="start-unices">
905 <title>Solaris, NetBSD, FreeBSD, HP-UX and others</title>
906 <para>
907 Example Unix startup command:
908 </para>
909 <para>
910  <screen>
911  # /usr/sbin/privoxy /etc/privoxy/config
912 </screen>
913 </para>
914 </sect2>
915
916 <sect2 id="start-os2">
917 <title>OS/2</title>
918 <para>
919  During installation, <application>Privoxy</application> is configured to
920  start automatically when the system restarts. You can start it manually by
921  double-clicking on the <application>Privoxy</application> icon in the
922  <application>Privoxy</application> folder.
923 </para>
924 </sect2>
925
926 <sect2 id="start-macosx">
927 <title>MAX OSX</title>
928 <para>
929  During installation, <application>Privoxy</application> is configured to
930  start automatically when the system restarts. You can start it manually
931  through the Terminal with these commands:
932 </para>
933 <para>
934   <screen>
935   cd /Applications/Privoxy.app
936   ./privoxy</screen>
937 </para>
938 </sect2>
939
940
941 <sect2 id="start-amigaos">
942 <title>AmigaOS</title>
943 <para>
944  Start <application>Privoxy</application> (with RUN &lt;&gt;NIL:) in your
945  <filename>startnet</filename> script (AmiTCP), in
946  <filename>s:user-startup</filename> (RoadShow), as startup program in your
947  startup script (Genesis), or as startup action (Miami and MiamiDx). 
948  <application>Privoxy</application> will automatically quit when you quit your
949  TCP/IP stack (just ignore the harmless warning your TCP/IP stack may display that
950  <application>Privoxy</application> is still running).
951 </para>
952 </sect2>
953
954 <!--
955
956 <para>
957  See the section <link linkend="cmdoptions">Command line options</link> for
958  furher info.
959 </para>
960
961 must find a better place for this paragraph
962
963 <para>
964  The included default configuration files should give a reasonable starting
965  point. Most of the per site configuration is done in the
966  <ulink url="actions-file.html"><quote>actions</quote></ulink> files. These are
967  where various cookie actions are defined, ad and banner blocking, and other
968  aspects of <application>Privoxy</application> configuration. There are several
969  such files included, with varying levels of aggressiveness. 
970 </para>
971
972 <para>
973  You will probably want to keep an eye out for sites for which you may prefer
974  persistent cookies, and add these to your actions configuration as needed. By
975  default, most of these will be accepted only during the current browser
976  session (aka <quote>session cookies</quote>), unless you add them to the
977  configuration. If you want the browser to handle this instead, you will need
978  to edit <filename>user.action</filename> (or through the web based interface)
979  and disable this feature. If you use more than one browser, it would make
980  more sense to let <application>Privoxy</application> handle this. In which
981  case, the browser(s) should be set to accept all cookies.
982 </para>
983
984 <para>
985  Another feature where you will probably want to define exceptions for trusted
986  sites is the popup-killing (through the <ulink
987  url="actions-file.html#KILL-POPUPS"><quote>+kill-popups</quote></ulink> and
988  <ulink
989  url="actions-file.html#FILTER-POPUPS"><quote>+filter{popups}</quote></ulink>
990  actions), because your favorite shopping, banking, or leisure site may need
991  popups (explained below). 
992 </para>
993
994 <para>
995  <application>Privoxy</application> is HTTP/1.1 compliant,  but not all of
996  the optional 1.1 features are as yet supported. In the unlikely event that
997  you experience inexplicable problems with browsers that use HTTP/1.1 per default
998  (like <application>Mozilla</application> or recent versions of I.E.), you might
999  try to force HTTP/1.0 compatibility. For Mozilla, look under <literal>Edit -&gt;
1000  Preferences -&gt; Debug -&gt; Networking</literal>.
1001  Alternatively, set the <quote>+downgrade-http-version</quote> config option in
1002  <filename>default.action</filename> which will downgrade your browser's HTTP
1003  requests from HTTP/1.1 to HTTP/1.0 before processing them.
1004 </para>
1005
1006 <para>
1007  After running <application>Privoxy</application> for a while, you can 
1008  start to fine tune the configuration to suit your personal, or site, 
1009  preferences and requirements. There are many, many aspects that can 
1010  be customized. <quote>Actions</quote> 
1011  can be adjusted by pointing your browser to 
1012  <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
1013  (shortcut: <ulink url="http://p.p/">http://p.p/</ulink>), 
1014  and then follow the link to <quote>View &#38; Change the Current Configuration</quote>. 
1015  (This is an internal page and does not require Internet access.)
1016 </para>
1017
1018 <para>
1019  In fact, various aspects of <application>Privoxy</application>
1020  configuration can be viewed from this page, including 
1021  current configuration parameters, source code version numbers, 
1022  the browser's request headers, and <quote>actions</quote> that apply 
1023  to a given URL. In addition to the actions file 
1024  editor mentioned above, <application>Privoxy</application> can also 
1025  be turned <quote>on</quote> and <quote>off</quote> (toggled) from this page.
1026 </para>
1027
1028 <para>
1029  If you encounter problems, try loading the page without
1030  <application>Privoxy</application>. If that helps, enter the URL where
1031  you have the problems into <ulink url="http://p.p/show-url-info">the browser
1032  based rule tracing utility</ulink>. See which rules apply and why, and
1033  then try turning them off for that site one after the other, until the problem
1034  is gone. When you have found the culprit, you might want to turn the rest on
1035  again.
1036 </para>
1037
1038 <para>
1039  If the above paragraph sounds gibberish to you, you might want to <ulink
1040  url="actions-file.html#ACTIONSFILE">read more about the actions concept</ulink>
1041  or even dive deep into the <ulink url="appendix.html#ACTIONSANAT">Appendix
1042  on actions</ulink>.
1043 </para>
1044
1045 <para>
1046  If you can't get rid of the problem at all, think you've found a bug in
1047  Privoxy, want to propose a new feature or smarter rules, please see the 
1048  section <ulink url="contact.html"><quote>Contacting the
1049  Developers</quote></ulink> below. 
1050 </para>
1051
1052 -->
1053
1054 <!--   ~~~~~       New section      ~~~~~     -->
1055 <sect2 id="cmdoptions">
1056 <title>Command Line Options</title>
1057 <para>
1058  <application>Privoxy</application> may be invoked with the following
1059  command-line options:
1060 </para>
1061
1062 <para>
1063  <itemizedlist>
1064
1065  <listitem>
1066   <para>
1067     <emphasis>--version</emphasis>
1068   </para>
1069   <para>
1070      Print version info and exit. Unix only.
1071   </para>
1072  </listitem> 
1073  <listitem>
1074   <para>
1075     <emphasis>--help</emphasis>
1076   </para>
1077   <para>
1078    Print short usage info and exit. Unix only.
1079   </para>
1080  </listitem> 
1081  <listitem>
1082   <para>
1083    <emphasis>--no-daemon</emphasis>
1084   </para>
1085   <para>
1086    Don't become a daemon, i.e. don't fork and become process group
1087    leader, and don't detach from controlling tty. Unix only.
1088   </para>
1089  </listitem> 
1090  <listitem>
1091   <para>
1092    <emphasis>--pidfile FILE</emphasis>
1093   
1094   </para>
1095   <para>
1096    On startup, write the process ID to <emphasis>FILE</emphasis>. Delete the
1097    <emphasis>FILE</emphasis> on exit. Failure to create or delete the
1098    <emphasis>FILE</emphasis> is non-fatal. If no <emphasis>FILE</emphasis>
1099    option is given, no PID file will be used. Unix only.
1100   </para>
1101  </listitem> 
1102  <listitem>
1103   <para>
1104    <emphasis>--user USER[.GROUP]</emphasis>
1105   
1106   </para>
1107   <para>
1108    After (optionally) writing the PID file, assume the user  ID  of
1109    <emphasis>USER</emphasis>, and if included the GID of GROUP.  Exit if the
1110    privileges are not sufficient to do so. Unix only.
1111   </para>
1112  </listitem> 
1113  <listitem>
1114   <para>
1115     <emphasis>configfile</emphasis>
1116   </para>
1117   <para>
1118     If no <emphasis>configfile</emphasis> is included on the command line, 
1119     <application>Privoxy</application> will look for a file named 
1120     <quote>config</quote> in the current directory (except on Win32 
1121     where it will look for <quote>config.txt</quote> instead). Specify 
1122     full path to avoid confusion. If no config file is found, 
1123     <application>Privoxy</application> will fail to start.
1124   </para>
1125  </listitem> 
1126
1127  </itemizedlist>
1128 </para>
1129
1130 </sect2>
1131
1132 </sect1>
1133
1134 <!--  ~  End section  ~  -->
1135
1136
1137 <!--   ~~~~~       New section      ~~~~~     -->
1138 <sect1 id="configuration"><title><application>Privoxy</application> Configuration</title>
1139  <para>
1140   All <application>Privoxy</application> configuration is stored  
1141   in text files. These files can be edited with a text editor.
1142   Many important aspects of <application>Privoxy</application> can 
1143   also be controlled easily with a web browser.
1144  </para>
1145
1146
1147 <!--   ~~~~~       New section      ~~~~~     -->
1148
1149 <sect2>
1150 <title>Controlling <application>Privoxy</application> with Your Web Browser</title>
1151 <para>
1152  <application>Privoxy</application>'s user interface can be reached through the special 
1153  URL <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
1154  (shortcut: <ulink url="http://p.p/">http://p.p/</ulink>), 
1155  which is a built-in page and works without Internet access.
1156  You will see the following section:
1157
1158 </para>
1159
1160 <!-- Needs to be put in a table and colorized  -->
1161 <screen>
1162  <msgtext>
1163  <bridgehead renderas="sect2">&nbsp;&nbsp;&nbsp;&nbsp;Privoxy Menu</bridgehead>
1164
1165  <simplelist>
1166  <member>
1167   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&squf;&nbsp;&nbsp;<ulink url="http://config.privoxy.org/show-status">View & change the current configuration</ulink>
1168  </member>
1169  <member>
1170   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&squf;&nbsp;&nbsp;<ulink url="http://config.privoxy.org/show-version">View the source code version numbers</ulink>
1171  </member>
1172  <member>
1173   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&squf;&nbsp;&nbsp;<ulink url="http://config.privoxy.org/show-request">View the request headers.</ulink>
1174  </member>
1175  <member>
1176   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&squf;&nbsp;&nbsp;<ulink url="http://config.privoxy.org/show-url-info">Look up which actions apply to a URL and why</ulink>
1177  </member>
1178  <member>
1179   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&squf;&nbsp;&nbsp;<ulink url="http://config.privoxy.org/toggle">Toggle Privoxy on or off</ulink>
1180  </member>
1181  </simplelist>
1182  </msgtext>
1183 </screen>
1184
1185
1186 <para>
1187  This should be self-explanatory. Note the first item leads to an editor for the
1188  <link linkend="actions-file">actions files</link>, which is where the ad, banner,
1189  cookie, and URL blocking magic is configured as well as other advanced features of
1190  <application>Privoxy</application>. This is an easy way to adjust various
1191  aspects of <application>Privoxy</application> configuration. The actions
1192  file, and other configuration files, are explained in detail below. 
1193 </para>
1194
1195 <para>
1196  <quote>Toggle Privoxy On or Off</quote> is handy for sites that might 
1197  have problems with your current actions and filters. You can in fact use
1198  it as a test to see whether it is <application>Privoxy</application> 
1199  causing the problem or not. <application>Privoxy</application> continues 
1200  to run as a proxy in this case, but all manipulation is disabled, i.e.
1201  <application>Privoxy</application> acts like a normal forwarding proxy. There
1202  is even a toggle <link linkend="bookmarklets">Bookmarklet</link> offered, so
1203  that you can toggle <application>Privoxy</application> with one click from
1204  your browser.
1205 </para>
1206
1207 </sect2>
1208
1209 <!--  ~  End section  ~  -->
1210
1211
1212
1213
1214 <!--   ~~~~~       New section      ~~~~~     -->
1215
1216 <sect2 id="confoverview">
1217 <title>Configuration Files Overview</title>
1218 <para>
1219  For Unix, *BSD and Linux, all configuration files are located in
1220  <filename>/etc/privoxy/</filename> by default. For MS Windows, OS/2, and
1221  AmigaOS these are all in the same directory as the 
1222  <application>Privoxy</application> executable. <![%p-not-stable;[ The name
1223  and number of configuration files has changed from previous versions, and is
1224  subject to change as development progresses.]]>
1225 </para>
1226
1227 <para>
1228  The installed defaults provide a reasonable starting point, though 
1229  some settings may be aggressive by some standards. For the time being, the
1230  principle configuration files are:
1231 </para>
1232
1233 <para>
1234  <itemizedlist>
1235
1236   <listitem>
1237    <para>
1238      The <link linkend="config">main configuration file</link> is named <filename>config</filename>
1239      on Linux, Unix, BSD, OS/2, and AmigaOS and <filename>config.txt</filename>
1240      on Windows. This is a required file.
1241    </para>
1242   </listitem> 
1243
1244   <listitem>
1245    <para>
1246     <filename>default.action</filename> (the main <link linkend="actions-file">actions file</link>)
1247     is used to define which <quote>actions</quote> relating to banner-blocking, images, pop-ups,
1248     content modification, cookie handling etc should be applied by default. It also defines many
1249     exceptions (both positive and negative) from this default set of actions that enable 
1250     <application>Privoxy</application> to selectively eliminate the junk, and only the junk, on
1251     as many websites as possible.
1252    </para>
1253    <para>
1254     Multiple actions files may be defined in <filename>config</filename>. These 
1255     are processed in the order they are defined. Local customizations and locally 
1256     preferred exceptions to the default policies  as defined in
1257     <filename>default.action</filename> (which you will most probably want
1258     to define sooner or later) are probably best applied in
1259     <filename>user.action</filename>, where you can preserve them across
1260     upgrades. <filename>standard.action</filename> is for
1261     <application>Privoxy's</application> internal use.
1262    </para>
1263    <para>    
1264     There is also a web based editor that can be accessed from
1265     <ulink
1266     url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
1267     (Shortcut: <ulink
1268     url="http://p.p/show-status">http://p.p/show-status</ulink>) for the
1269     various actions files. 
1270    </para>
1271   </listitem> 
1272
1273   <listitem>
1274    <para>
1275     <filename>default.filter</filename> (the <link linkend="filter-file">filter
1276     file</link>) can be used to re-write the raw page content, including
1277     viewable text as well as embedded HTML and JavaScript, and whatever else
1278     lurks on any given web page. The filtering jobs are only pre-defined here;
1279     whether to apply them or not is up to the actions files.
1280    </para>
1281   </listitem> 
1282
1283  </itemizedlist>
1284 </para>
1285
1286 <para>
1287  All files use the <quote><literal>#</literal></quote> character to denote a
1288  comment (the rest of the line will be ignored) and understand line continuation
1289  through placing a backslash ("<literal>\</literal>") as the very last character
1290  in a line. If the <literal>#</literal> is preceded by a backslash, it looses
1291  its special function. Placing a <literal>#</literal> in front of an otherwise
1292  valid configuration line to prevent it from being interpreted is called "commenting
1293  out" that line.
1294 </para>
1295
1296 <para>
1297  The actions files and <filename>default.filter</filename> 
1298  can use Perl style <link linkend="regex">regular expressions</link> for
1299  maximum flexibility. 
1300 </para>
1301
1302 <para>
1303  After making any changes, there is no need to restart
1304  <application>Privoxy</application> in order for the changes to take
1305  effect. <application>Privoxy</application> detects such changes 
1306  automatically. Note, however, that it may take one or two additional
1307  requests for the change to take effect. When changing the listening address
1308  of <application>Privoxy</application>, these <quote>wake up</quote> requests
1309  must obviously be sent to the <emphasis>old</emphasis> listening address.
1310 </para>
1311
1312 <![%p-not-stable;[
1313 <para>
1314  While under development, the configuration content is subject to change. 
1315  The below documentation may not be accurate by the time you read this. 
1316  Also, what constitutes a <quote>default</quote> setting, may change, so 
1317  please check all your configuration files on important issues.
1318 </para>
1319 ]]>
1320
1321 </sect2>
1322 </sect1>
1323 <!--  ~  End section  ~  -->
1324
1325
1326 <!--   ~~~~~~~~       New section Header    ~~~~~~~~~     -->
1327
1328 <!-- **************************************************** -->
1329 <!-- Include config.sgml here -->
1330 <!-- This is where the entire config file is detailed. -->
1331  &config;
1332 <!-- end include  -->
1333
1334
1335 <!--  ~  End section  ~  -->
1336
1337
1338
1339 <!--   ~~~~~~~~       New section Header    ~~~~~~~~~     -->
1340
1341 <sect1 id="actions-file"><title>Actions Files</title>
1342
1343 <para>
1344  The actions files are used to define what actions
1345  <application>Privoxy</application> takes for which URLs, and thus determine
1346  how ad images, cookies and various other aspects of HTTP content and
1347  transactions are handled, and on which sites (or even parts thereof). There 
1348  are three such files included with <application>Privoxy</application> (as of 
1349  version 2.9.15), with differing purposes:
1350  </para>
1351  
1352  <para>
1353   <itemizedlist>
1354    <listitem>
1355     <para>
1356      <filename>default.action</filename> - is the primary action file 
1357      that sets the initial values for all actions. It is intended to 
1358      provide a base level of functionality for
1359      <application>Privoxy's</application> array of features. So it is 
1360      a set of broad rules that should work reasonably well for users everywhere.
1361      This is the file that the developers are keeping updated, and making 
1362      available to users.
1363     </para>
1364    </listitem> 
1365    <listitem>
1366     <para>
1367      <filename>user.action</filename> - is intended to be for local site 
1368      preferences and exceptions. As an example, if your ISP or your bank
1369      has specific requirements, and need special handling, this kind of 
1370      thing should go here. This file will not be upgraded.
1371     </para>
1372   </listitem> 
1373    <listitem>
1374     <para>
1375      <filename>standard.action</filename> - is used by the web based editor, 
1376      to set various pre-defined sets of rules for the default actions section
1377      in <filename>default.action</filename>. These have increasing levels of
1378      aggressiveness <emphasis>and have no influence on your browsing unless
1379      you select them explicitly in the editor</emphasis>. It is not recommend
1380      to edit this file.
1381     </para>
1382    </listitem> 
1383   </itemizedlist>
1384  </para> 
1385
1386 <para>
1387  The list of actions files to be used are defined in the main configuration 
1388  file, and are processed in the order they are defined. The content of these
1389  can all be viewed and edited from <ulink
1390  url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>.
1391 </para>
1392
1393 <para>
1394  An actions file typically has multiple sections. If you want to use
1395  <quote>aliases</quote> in an actions file, you have to place the (optional)
1396  <link linkend="aliases">alias section</link> at the top of that file.
1397  Then comes the default set of rules which will apply universally to all
1398  sites and pages (be <emphasis>very careful</emphasis> with using such a
1399  universal set in <filename>user.action</filename> or any other actions file after 
1400  <filename>default.action</filename>, because it will override the result
1401  from consulting any previous file). And then below that,
1402  exceptions to the defined universal policies. You can regard
1403  <filename>user.action</filename> as an appendix to <filename>default.action</filename>,
1404  with the advantage that is a separate file, which makes preserving your
1405  personal settings across <application>Privoxy</application> upgrades easier.
1406 </para>
1407
1408 <para> 
1409  Actions can be used to block anything you want, including ads, banners, or
1410  just some obnoxious URL that you would rather not see. Cookies can be accepted
1411  or rejected, or accepted only during the current browser session (i.e. not
1412  written to disk), content can be modified, JavaScripts tamed, user-tracking
1413  fooled, and much more. See below for a <link linkend="actions">complete list
1414  of actions</link>.
1415 </para>
1416
1417 <!--   ~~~~~       New section      ~~~~~     -->
1418 <sect2>
1419 <title>Finding the Right Mix</title>
1420 <para>
1421  Note that some <link linkend="actions">actions</link>, like cookie suppression
1422  or script disabling, may render some sites unusable that rely on these
1423  techniques to work properly. Finding the right mix of actions is not always easy and
1424  certainly a matter of personal taste. In general, it can be said that the more
1425  <quote>aggressive</quote> your default settings (in the top section of the
1426  actions file) are, the more exceptions for <quote>trusted</quote> sites you
1427  will have to make later. If, for example, you want to kill popup windows per
1428  default, you'll have to make exceptions from that rule for sites that you
1429  regularly use and that require popups for actually useful content, like maybe
1430  your bank, favorite shop, or newspaper.
1431 </para>
1432
1433 <para>
1434  We have tried to provide you with reasonable rules to start from in the
1435  distribution actions files. But there is no general rule of thumb on these
1436  things. There just are too many variables, and sites are constantly changing.
1437  Sooner or later you will want to change the rules (and read this chapter again :).
1438 </para>
1439 </sect2>
1440
1441 <!--   ~~~~~       New section      ~~~~~     -->
1442 <sect2>
1443 <title>How to Edit</title>
1444 <para>
1445  The easiest way to edit the actions files is with a browser by
1446  using our browser-based editor, which can be reached from <ulink
1447  url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>.
1448  The editor allows both fine-grained control over every single feature on a
1449  per-URL basis, and easy choosing from wholesale sets of defaults like
1450  <quote>Cautious</quote>, <quote>Medium</quote> or <quote>Advanced</quote>.
1451 </para>
1452
1453 <para>
1454  If you prefer plain text editing to GUIs, you can of course also directly edit the
1455  the actions files. Look at <filename>default.action</filename> which is richly
1456  commented.
1457 </para>
1458 </sect2>
1459
1460
1461 <sect2 id="actions-apply">
1462 <title>How Actions are Applied to URLs</title>
1463 <para>
1464  Actions files are divided into sections. There are special sections,
1465  like the <quote><link linkend="aliases">alias</link></quote> sections which will
1466  be discussed later. For now let's concentrate on regular sections: They have a
1467  heading line (often split up to multiple lines for readability) which consist
1468  of a list of actions, separated by whitespace and enclosed in curly braces.
1469  Below that, there is a list of URL patterns, each on a separate line.
1470 </para>
1471
1472 <para>
1473  To determine which actions apply to a request, the URL of the request is
1474  compared to all patterns in each action file file. Every time it matches, the list of
1475  applicable actions for the URL is incrementally updated, using the heading
1476  of the section in which the pattern is located. If multiple matches for
1477  the same URL set the same action differently, the last match wins. If not, 
1478  the effects are aggregated. E.g. a URL might match a regular section with 
1479  a heading line of <literal>{ 
1480  +<ulink url="actions-file.html#HANDLE-AS-IMAGE">handle-as-image</ulink> }</literal>,
1481  then later another one with just <literal>{
1482  +<ulink url="actions-file.html#BLOCK">block</ulink> }</literal>, resulting
1483  in <emphasis>both</emphasis> actions to apply.
1484 </para>
1485
1486 <para>
1487  You can trace this process for any given URL by visiting <ulink
1488  url="http://config.privoxy.org/show-url-info">http://config.privoxy.org/show-url-info</ulink>.
1489 </para>
1490
1491 <para>
1492  More detail on this is provided in the Appendix, <link linkend="ACTIONSANAT">
1493  Anatomy of an Action</link>.
1494 </para>
1495 </sect2>
1496
1497 <!--   ~~~~~       New section      ~~~~~     -->
1498 <sect2 id="af-patterns">
1499 <title>Patterns</title>
1500 <para>
1501  Generally, a pattern has the form <literal>&lt;domain&gt;/&lt;path&gt;</literal>,
1502  where both the <literal>&lt;domain&gt;</literal> and <literal>&lt;path&gt;</literal>
1503  are optional. (This is why the pattern <literal>/</literal> matches all URLs).
1504 </para>
1505
1506 <variablelist>
1507  <varlistentry>
1508   <term><literal>www.example.com/</literal></term>
1509   <listitem>
1510    <para>
1511     is a domain-only pattern and will match any request to <literal>www.example.com</literal>,
1512     regardless of which document on that server is requested.
1513    </para>
1514   </listitem>
1515  </varlistentry>
1516  <varlistentry>
1517   <term><literal>www.example.com</literal></term>
1518   <listitem>
1519    <para>
1520     means exactly the same. For domain-only patterns, the trailing <literal>/</literal> may
1521     be omitted.
1522    </para>
1523   </listitem>
1524  </varlistentry>
1525  <varlistentry>
1526   <term><literal>www.example.com/index.html</literal></term>
1527   <listitem>
1528    <para>
1529     matches only the single document <literal>/index.html</literal>
1530     on <literal>www.example.com</literal>.
1531    </para>
1532   </listitem>
1533  </varlistentry>
1534  <varlistentry>
1535   <term><literal>/index.html</literal></term>
1536   <listitem>
1537    <para>
1538     matches the document <literal>/index.html</literal>, regardless of the domain,
1539     i.e. on <emphasis>any</emphasis> web server.
1540    </para>
1541   </listitem>
1542  </varlistentry>
1543  <varlistentry>
1544   <term><literal>index.html</literal></term>
1545   <listitem>
1546    <para>
1547     matches nothing, since it would be  interpreted as a domain name and
1548     there is no top-level domain called <literal>.html</literal>.
1549    </para>
1550   </listitem>
1551  </varlistentry>
1552 </variablelist>
1553
1554
1555 <!--   ~~~~~       New section      ~~~~~     -->
1556 <sect3><title>The Domain Pattern</title>
1557
1558 <para>
1559  The matching of the domain part offers some flexible options: if the
1560  domain starts or ends with a dot, it becomes unanchored at that end. 
1561  For example:
1562 </para>
1563
1564 <variablelist>
1565  <varlistentry>
1566   <term><literal>.example.com</literal></term>
1567   <listitem>
1568    <para>
1569     matches any domain that <emphasis>ENDS</emphasis> in
1570     <literal>.example.com</literal>
1571    </para>
1572   </listitem>
1573  </varlistentry>
1574  <varlistentry>
1575   <term><literal>www.</literal></term>
1576   <listitem>
1577    <para>
1578     matches any domain that <emphasis>STARTS</emphasis> with
1579     <literal>www.</literal>
1580    </para>
1581   </listitem>
1582  </varlistentry>
1583  <varlistentry>
1584   <term><literal>.example.</literal></term>
1585   <listitem>
1586    <para>
1587     matches any domain that <emphasis>CONTAINS</emphasis> <literal>.example.</literal>
1588     (Correctly speaking: It matches any FQDN that contains <literal>example</literal> as a domain.)
1589    </para>
1590   </listitem>
1591  </varlistentry>
1592 </variablelist>
1593
1594 <para>
1595  Additionally, there are wild-cards that you can use in the domain names
1596  themselves. They work pretty similar to shell wild-cards: <quote>*</quote>
1597  stands for zero or more arbitrary characters, <quote>?</quote> stands for
1598  any single character, you can define character classes in square
1599  brackets and all of that can be freely mixed:
1600 </para>
1601
1602 <variablelist>
1603  <varlistentry>
1604   <term><literal>ad*.example.com</literal></term>
1605   <listitem>
1606    <para>
1607     matches <quote>adserver.example.com</quote>, 
1608     <quote>ads.example.com</quote>, etc but not <quote>sfads.example.com</quote>
1609    </para>
1610   </listitem>
1611  </varlistentry>
1612  <varlistentry>
1613   <term><literal>*ad*.example.com</literal></term>
1614   <listitem>
1615    <para>
1616     matches all of the above, and then some.
1617    </para>
1618   </listitem>
1619  </varlistentry>
1620  <varlistentry>
1621   <term><literal>.?pix.com</literal></term>
1622   <listitem>
1623    <para>
1624     matches <literal>www.ipix.com</literal>,
1625     <literal>pictures.epix.com</literal>, <literal>a.b.c.d.e.upix.com</literal> etc. 
1626    </para>
1627   </listitem>
1628  </varlistentry>
1629  <varlistentry>
1630   <term><literal>www[1-9a-ez].example.c*</literal></term>
1631   <listitem>
1632    <para>
1633      matches <literal>www1.example.com</literal>, 
1634      <literal>www4.example.cc</literal>, <literal>wwwd.example.cy</literal>, 
1635      <literal>wwwz.example.com</literal> etc., but <emphasis>not</emphasis> 
1636      <literal>wwww.example.com</literal>.
1637    </para>
1638   </listitem>
1639  </varlistentry>
1640 </variablelist>
1641
1642 </sect3>
1643
1644 <!--  ~  End section  ~  -->
1645
1646
1647 <!--   ~~~~~       New section      ~~~~~     -->
1648 <sect3><title>The Path Pattern</title>
1649
1650 <para>
1651  <application>Privoxy</application> uses Perl compatible regular expressions
1652  (through the <ulink url="http://www.pcre.org/">PCRE</ulink> library) for
1653  matching the path.
1654 </para>
1655
1656 <para>
1657  There is an <link linkend="regex">Appendix</link> with a brief quick-start into regular
1658  expressions, and full (very technical) documentation on PCRE regex syntax is available on-line
1659  at <ulink url="http://www.pcre.org/man.txt">http://www.pcre.org/man.txt</ulink>.
1660  You might also find the Perl man page on regular expressions (<literal>man perlre</literal>)
1661  useful, which is available on-line at <ulink
1662  url="http://www.perldoc.com/perl5.6/pod/perlre.html">http://www.perldoc.com/perl5.6/pod/perlre.html</ulink>.
1663 </para>
1664
1665 <para>
1666  Note that the path pattern is automatically left-anchored at the <quote>/</quote>,
1667  i.e. it matches as if it would start with a <quote>^</quote> (regular expression speak 
1668  for the beginning of a line).
1669 </para>
1670
1671 <para>
1672  Please also note that matching in the path is <emphasis>CASE INSENSITIVE</emphasis>
1673  by default, but you can switch to case sensitive at any point in the pattern by using the 
1674  <quote>(?-i)</quote> switch: <literal>www.example.com/(?-i)PaTtErN.*</literal> will match
1675  only documents whose path starts with <literal>PaTtErN</literal> in
1676  <emphasis>exactly</emphasis> this capitalization.
1677 </para>
1678 </sect3>
1679
1680 </sect2>
1681
1682 <!--  ~  End section  ~  -->
1683
1684
1685 <!--   ~~~~~       New section      ~~~~~     -->
1686
1687 <sect2 id="actions">
1688 <title>Actions</title>
1689 <para>
1690  All actions are disabled by default, until they are explicitly enabled
1691  somewhere in an actions file. Actions are turned on if preceded with a
1692  <quote>+</quote>, and turned off if preceded with a <quote>-</quote>. So a
1693  <literal>+action</literal> means <quote>do that action</quote>, e.g.
1694  <literal>+block</literal> means <quote>please block URLs that match the
1695  following patterns</quote>, and <literal>-block</literal> means <quote>don't
1696  block URLs that match the following patterns, even if <literal>+block</literal>
1697  previously applied.</quote>
1698
1699 </para>
1700
1701 <para> 
1702  Again, actions are invoked by placing them on a line, enclosed in curly braces and
1703  separated by whitespace, like in 
1704  <literal>{+some-action -some-other-action{some-parameter}}</literal>,
1705  followed by a list of URL patterns, one per line, to which they apply.
1706  Together, the actions line and the following pattern lines make up a section
1707  of the actions file. 
1708 </para>
1709
1710 <para> 
1711  There are three classes of actions:
1712 </para>
1713
1714 <para>
1715  <itemizedlist>
1716  <listitem>
1717   <para>  
1718    Boolean, i.e the action can only be <quote>enabled</quote> or
1719    <quote>disabled</quote>. Syntax:
1720   </para>
1721   <para>
1722    <screen>
1723   +<replaceable class="function">name</replaceable>        # enable action <replaceable class="parameter">name</replaceable>
1724   -<replaceable class="function">name</replaceable>        # disable action <replaceable class="parameter">name</replaceable></screen>
1725   </para>
1726   <para>  
1727    Example: <literal>+block</literal>
1728   </para>
1729  </listitem>
1730
1731
1732  <listitem>
1733   <para>  
1734    Parameterized, where some value is required in order to enable this type of action.
1735    Syntax:
1736   </para>
1737   <para>
1738    <screen>
1739   +<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>}  # enable action and set parameter to <replaceable class="parameter">param</replaceable>,
1740                # overwriting parameter from previous match if necessary
1741   -<replaceable class="function">name</replaceable>         # disable action. The parameter can be omitted</screen>
1742   </para>
1743   <para>
1744    Note that if the URL matches multiple positive forms of a parameterized action,
1745    the last match wins, i.e. the params from earlier matches are simply ignored.
1746   </para>
1747   <para>  
1748    Example: <literal>+hide-user-agent{ Mozilla 1.0 }</literal>
1749   </para>
1750  </listitem>
1751  
1752  <listitem>
1753   <para>  
1754    Multi-value. These look exactly like parameterized actions,
1755    but they behave differently: If the action applies multiple times to the
1756    same URL, but with different parameters, <emphasis>all</emphasis> the parameters
1757    from <emphasis>all</emphasis> matches are remembered. This is used for actions
1758    that can be executed for the same request repeatedly, like adding multiple
1759    headers, or filtering through multiple filters. Syntax:
1760   </para>
1761   <para>
1762    <screen>
1763   +<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>}   # enable action and add <replaceable class="parameter">param</replaceable> to the list of parameters
1764   -<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>}   # remove the parameter <replaceable class="parameter">param</replaceable> from the list of parameters
1765                 # If it was the last one left, disable the action.
1766   <replaceable class="parameter">-name</replaceable>          # disable this action completely and remove all parameters from the list</screen>
1767   </para>
1768   <para>  
1769    Examples: <literal>+add-header{X-Fun-Header: Some text}</literal> and
1770    <literal>+filter{html-annoyances}</literal>
1771   </para>
1772  </listitem>
1773
1774  </itemizedlist>
1775 </para>
1776
1777 <para>
1778  If nothing is specified in any actions file, no <quote>actions</quote> are
1779  taken. So in this case <application>Privoxy</application> would just be a
1780  normal, non-blocking, non-anonymizing proxy. You must specifically enable the
1781  privacy and blocking features you need (although the provided default actions
1782  files will give a good starting point).
1783 </para>
1784
1785 <para>
1786  Later defined actions always over-ride earlier ones.  So exceptions 
1787  to any rules you make, should come in the latter part of the file (or 
1788  in a file that is processed later when using multiple actions files). For
1789  multi-valued actions, the actions are applied in the order they are specified.
1790  Actions files are processed in the order they are defined in
1791  <filename>config</filename> (the default installation has three actions
1792  files). It also quite possible for any given URL pattern to match more than
1793  one pattern and thus more than one set of actions!
1794 </para>
1795
1796 <!-- start actions listing -->
1797 <para>
1798  The list of valid <application>Privoxy</application> actions are:
1799 </para>
1800
1801
1802 <!-- ********************************************************** -->
1803 <!-- Please note the below defined actions use id's that are    -->
1804 <!-- probably linked from other places, so please don't change. -->
1805 <!--                                                            -->
1806 <!-- ********************************************************** -->
1807
1808
1809 <!--   ~~~~~       New section      ~~~~~     -->
1810
1811 <sect3 renderas="sect4" id="add-header">
1812 <title>add-header</title>
1813
1814 <variablelist>
1815  <varlistentry>
1816   <term>Typical use:</term>
1817   <listitem>
1818    <para>Confuse log analysis, custom applications</para>
1819   </listitem>
1820  </varlistentry>
1821
1822  <varlistentry>
1823   <term>Effect:</term>
1824   <listitem>
1825    <para>
1826     Sends a user defined HTTP header to the web server.
1827    </para>
1828   </listitem>
1829  </varlistentry>
1830
1831  <varlistentry>
1832   <term>Type:</term>
1833   <!-- boolean, parameterized, Multi-value -->
1834   <listitem>
1835    <para>Multi-value.</para>
1836   </listitem>
1837  </varlistentry>
1838  
1839  <varlistentry>
1840   <term>Parameter:</term>
1841   <listitem>
1842    <para>
1843     Any string value is possible. Validity of the defined HTTP headers is not checked.
1844     It is recommended that you use the <quote><literal>X-</literal></quote> prefix
1845     for custom headers.
1846    </para>
1847   </listitem>
1848  </varlistentry>
1849  
1850 <varlistentry>
1851   <term>Notes:</term>
1852   <listitem>
1853    <para>
1854     This action may be specified multiple times, in order to define multiple 
1855     headers. This is rarely needed for the typical user. If you don't know what 
1856     <quote>HTTP headers</quote> are, you definitely don't need to worry about this 
1857     one.
1858    </para>
1859   </listitem>
1860  </varlistentry>
1861
1862  <varlistentry>
1863   <term>Example usage:</term>
1864   <listitem>
1865     <para>
1866      <screen>+add-header{X-User-Tracking: sucks}</screen>
1867    </para>
1868   </listitem>
1869  </varlistentry>
1870 </variablelist>
1871 </sect3>
1872
1873
1874 <!--   ~~~~~       New section      ~~~~~     -->
1875 <sect3 renderas="sect4" id="block">
1876 <title>block</title>
1877
1878 <variablelist>
1879  <varlistentry>
1880   <term>Typical use:</term>
1881   <listitem>
1882    <para>Block ads or other obnoxious content</para>
1883   </listitem>
1884  </varlistentry>
1885
1886  <varlistentry>
1887   <term>Effect:</term>
1888   <listitem>
1889    <para>
1890     Requests for URLs to which this action applies are blocked, i.e. the requests are not
1891     forwarded to the remote server, but answered locally with a substitute page or image,
1892     as determined by the <literal><link linkend="handle-as-image">handle-as-image</link></literal>
1893     and <literal><link linkend="set-image-blocker">set-image-blocker</link></literal> actions.
1894    </para>
1895   </listitem>
1896  </varlistentry>
1897
1898  <varlistentry>
1899   <term>Type:</term>
1900   <!-- boolean, parameterized, Multi-value -->
1901   <listitem>
1902    <para>Boolean.</para>
1903   </listitem>
1904  </varlistentry>
1905
1906  <varlistentry>
1907   <term>Parameter:</term>
1908   <listitem>
1909    <para>N/A</para>
1910   </listitem>
1911  </varlistentry>
1912  
1913 <varlistentry>
1914   <term>Notes:</term>
1915   <listitem>
1916    <para>
1917     <application>Privoxy</application> sends a special <quote>BLOCKED</quote> page
1918     for requests to blocked pages. This page contains links to find out why the request
1919     was blocked, and a click-through to the blocked content (the latter only if compiled with the
1920     force feature enabled). The <quote>BLOCKED</quote> page adapts to the available
1921     screen space -- it displays full-blown if space allows, or miniaturized and text-only
1922     if loaded into a small frame or window. If you are using <application>Privoxy</application>
1923     right now, you can take a look at the 
1924     <ulink url="http://ads.bannerserver.example.com/nasty-ads/sponsor.html"><quote>BLOCKED</quote>
1925     page</ulink>.
1926    </para>
1927    <para> 
1928     A very important exception occurs if <emphasis>both</emphasis> 
1929     <literal>block</literal> and <literal><link linkend="handle-as-image">handle-as-image</link></literal>,
1930     apply to the same request: it will then be replaced by an image. If 
1931     <literal><link linkend="set-image-blocker">set-image-blocker</link></literal>
1932     (see below) also applies, the type of image will be determined by its parameter,
1933     if not, the standard checkerboard pattern is sent.
1934    </para>
1935    <para>
1936     It is important to understand this process, in order 
1937     to understand how <application>Privoxy</application> deals with 
1938     ads and other unwanted content.
1939    </para>
1940    <para>
1941     The <literal><link linkend="filter">filter</link></literal>
1942     action can perform a very similar task, by <quote>blocking</quote>
1943     banner images and other content through rewriting the relevant URLs in the
1944     document's HTML source, so they don't get requested in the first place.
1945     Note that this is a totally different technique, and it's easy to confuse the two.
1946    </para>
1947   </listitem>
1948  </varlistentry>
1949
1950  <varlistentry>
1951   <term>Example usage (section):</term>
1952   <listitem>
1953     <para>
1954      <screen>{+block}      # Block and replace with "blocked" page
1955 .nasty-stuff.example.com
1956
1957 {+block +handle-as-image} # Block and replace with image
1958 .ad.doubleclick.net
1959 .ads.r.us</screen>
1960     </para>
1961   </listitem>
1962  </varlistentry>
1963
1964
1965 </variablelist>
1966 </sect3>
1967
1968 <!--   ~~~~~       New section      ~~~~~     -->
1969 <sect3 renderas="sect4" id="crunch-incoming-cookies">
1970 <title>crunch-incoming-cookies</title>
1971
1972 <variablelist>
1973  <varlistentry>
1974   <term>Typical use:</term>
1975   <listitem>
1976    <para>
1977     Prevent the web server from setting any cookies on your system
1978    </para>
1979   </listitem>
1980  </varlistentry>
1981
1982  <varlistentry>
1983   <term>Effect:</term>
1984   <listitem>
1985    <para>
1986     Deletes any <quote>Set-Cookie:</quote> HTTP headers from server replies.
1987    </para>
1988   </listitem>
1989  </varlistentry>
1990
1991  <varlistentry>
1992   <term>Type:</term>
1993   <!-- Boolean, Parameterized, Multi-value -->
1994   <listitem>
1995    <para>Boolean.</para>
1996   </listitem>
1997  </varlistentry>
1998
1999  <varlistentry>
2000   <term>Parameter:</term>
2001   <listitem>
2002    <para>
2003     N/A
2004    </para>
2005   </listitem>
2006  </varlistentry>
2007  
2008  <varlistentry>
2009   <term>Notes:</term>
2010   <listitem>
2011    <para>
2012     This action is only concerned with <emphasis>incoming</emphasis> cookies. For
2013     <emphasis>outgoing</emphasis> cookies, use
2014     <literal><link linkend="crunch-outgoing-cookies">crunch-outgoing-cookies</link></literal>.
2015     Use <emphasis>both</emphasis> to disable cookies completely.
2016    </para>
2017    <para>
2018     It makes <emphasis>no sense at all</emphasis> to use this action in conjunction
2019     with the <literal><link linkend="session-cookies-only">session-cookies-only</link></literal> action,
2020     since it would prevent the session cookies from being set.
2021    </para>
2022   </listitem>
2023  </varlistentry>
2024
2025  <varlistentry>
2026   <term>Example usage:</term>
2027   <listitem>
2028    <para>
2029     <screen>+crunch-incoming-cookies</screen>
2030    </para>
2031   </listitem>
2032  </varlistentry>
2033 </variablelist>
2034 </sect3>
2035
2036
2037 <!--   ~~~~~       New section      ~~~~~     -->
2038 <sect3 renderas="sect4" id="crunch-outgoing-cookies">
2039 <title>crunch-outgoing-cookies</title>
2040
2041 <variablelist>
2042  <varlistentry>
2043   <term>Typical use:</term>
2044   <listitem>
2045    <para>
2046     Prevent the web server from reading any cookies from your system
2047    </para>
2048   </listitem>
2049  </varlistentry>
2050
2051  <varlistentry>
2052   <term>Effect:</term>
2053   <listitem>
2054    <para>
2055     Deletes any <quote>Cookie:</quote> HTTP headers from client requests.
2056    </para>
2057   </listitem>
2058  </varlistentry>
2059
2060  <varlistentry>
2061   <term>Type:</term>
2062   <!-- Boolean, Parameterized, Multi-value -->
2063   <listitem>
2064    <para>Boolean.</para>
2065   </listitem>
2066  </varlistentry>
2067
2068  <varlistentry>
2069   <term>Parameter:</term>
2070   <listitem>
2071    <para>
2072     N/A
2073    </para>
2074   </listitem>
2075  </varlistentry>
2076  
2077  <varlistentry>
2078   <term>Notes:</term>
2079   <listitem>
2080    <para>
2081     This action is only concerned with <emphasis>outgoing</emphasis> cookies. For
2082     <emphasis>incoming</emphasis> cookies, use
2083     <literal><link linkend="crunch-incoming-cookies">crunch-incoming-cookies</link></literal>.
2084     Use <emphasis>both</emphasis> to disable cookies completely.
2085    </para>
2086    <para>
2087     It makes <emphasis>no sense at all</emphasis> to use this action in conjunction
2088     with the <literal><link linkend="session-cookies-only">session-cookies-only</link></literal> action,
2089     since it would prevent the session cookies from being read.
2090    </para>
2091   </listitem>
2092  </varlistentry>
2093
2094  <varlistentry>
2095   <term>Example usage:</term>
2096   <listitem>
2097    <para>
2098     <screen>+crunch-outgoing-cookies</screen>
2099    </para>
2100   </listitem>
2101  </varlistentry>
2102
2103 </variablelist>
2104 </sect3>
2105
2106
2107 <!--   ~~~~~       New section      ~~~~~     -->
2108 <sect3 renderas="sect4" id="deanimate-gifs">
2109 <title>deanimate-gifs</title>
2110
2111 <variablelist>
2112  <varlistentry>
2113   <term>Typical use:</term>
2114   <listitem>
2115    <para>Stop those annoying, distracting animated GIF images.</para>
2116   </listitem>
2117  </varlistentry>
2118
2119  <varlistentry>
2120   <term>Effect:</term>
2121   <listitem>
2122    <para>
2123     De-animate GIF animations, i.e. reduce them to their first or last image.
2124    </para>
2125   </listitem>
2126  </varlistentry>
2127
2128  <varlistentry>
2129   <term>Type:</term>
2130   <!-- boolean, parameterized, Multi-value -->
2131   <listitem>
2132    <para>Parameterized.</para>
2133   </listitem>
2134  </varlistentry>
2135
2136  <varlistentry>
2137   <term>Parameter:</term>
2138   <listitem>
2139    <para>
2140     <quote>last</quote> or <quote>first</quote>
2141    </para>
2142   </listitem>
2143  </varlistentry>
2144  
2145  <varlistentry>
2146   <term>Notes:</term>
2147   <listitem>
2148    <para>
2149     This will also shrink the images considerably (in bytes, not pixels!). If
2150     the option <quote>first</quote> is given, the first frame of the animation
2151     is used as the replacement. If <quote>last</quote> is given, the last
2152     frame of the animation is used instead, which probably makes more sense for
2153     most banner animations, but also has the risk of not showing the entire
2154     last frame (if it is only a delta to an earlier frame).
2155    </para>
2156    <para>
2157     You can safely use this action with patterns that will also match non-GIF
2158     objects, because no attempt will be made at anything that doesn't look like
2159     a GIF.
2160    </para>
2161   </listitem>
2162  </varlistentry>
2163
2164  <varlistentry>
2165   <term>Example usage:</term>
2166   <listitem>
2167     <para>
2168       <screen>+deanimate-gifs{last}</screen>
2169     </para>
2170   </listitem>
2171  </varlistentry>
2172 </variablelist>
2173 </sect3>
2174
2175 <!--   ~~~~~       New section      ~~~~~     -->
2176 <sect3 renderas="sect4" id="downgrade-http-version">
2177 <title>downgrade-http-version</title>
2178
2179 <variablelist>
2180  <varlistentry>
2181   <term>Typical use:</term>
2182   <listitem>
2183    <para>Work around (very rare) problems with HTTP/1.1</para>
2184   </listitem>
2185  </varlistentry>
2186
2187  <varlistentry>
2188   <term>Effect:</term>
2189   <listitem>
2190    <para>
2191     Downgrades HTTP/1.1 client requests and server replies to HTTP/1.0.
2192    </para>
2193   </listitem>
2194  </varlistentry>
2195
2196  <varlistentry>
2197   <term>Type:</term>
2198   <!-- boolean, parameterized, Multi-value -->
2199   <listitem>
2200    <para>Boolean.</para>
2201   </listitem>
2202  </varlistentry>
2203
2204  <varlistentry>
2205   <term>Parameter:</term>
2206   <listitem>
2207    <para>
2208     N/A
2209    </para>
2210   </listitem>
2211  </varlistentry>
2212  
2213 <varlistentry>
2214   <term>Notes:</term>
2215   <listitem>
2216    <para>
2217     This is a left-over from the time when <application>Privoxy</application>
2218     didn't support important HTTP/1.1 features well. It is left here for the
2219     unlikely case that you experience HTTP/1.1 related problems with some server
2220     out there. Not all (optional) HTTP/1.1 features are supported yet, so there
2221     is a chance you might need this action.
2222    </para>
2223   </listitem>
2224  </varlistentry>
2225
2226  <varlistentry>
2227   <term>Example usage (section):</term>
2228   <listitem>
2229     <para>
2230      <screen>{+downgrade-http-version}
2231 problem-host.example.com</screen>
2232     </para>
2233   </listitem>
2234  </varlistentry>
2235
2236 </variablelist>
2237 </sect3>
2238
2239 <!--   ~~~~~       New section      ~~~~~     -->
2240 <sect3 renderas="sect4" id="fast-redirects">
2241 <title>fast-redirects</title>
2242
2243 <variablelist>
2244  <varlistentry>
2245   <term>Typical use:</term>
2246   <listitem>
2247    <para>Fool some click-tracking scripts and speed up indirect links</para>
2248   </listitem>
2249  </varlistentry>
2250
2251  <varlistentry>
2252   <term>Effect:</term>
2253   <listitem>
2254    <para>
2255     Cut off all but the last valid URL from requests.
2256    </para>
2257   </listitem>
2258  </varlistentry>
2259
2260  <varlistentry>
2261   <term>Type:</term>
2262   <!-- boolean, parameterized, Multi-value -->
2263   <listitem>
2264    <para>Boolean.</para>
2265   </listitem>
2266  </varlistentry>
2267
2268  <varlistentry>
2269   <term>Parameter:</term>
2270   <listitem>
2271    <para>
2272     N/A
2273    </para>
2274   </listitem>
2275  </varlistentry>
2276
2277  <varlistentry>
2278   <term>Notes:</term>
2279   <listitem>
2280    <para>  
2281     Many sites, like yahoo.com, don't just link to other sites. Instead, they
2282     will link to some script on their own servers, giving the destination as a
2283     parameter, which will then redirect you to the final target. URLs
2284     resulting from this scheme typically look like:
2285     <emphasis>http://some.place/click-tracker.cgi?target=http://some.where.else</emphasis>.
2286   </para>
2287    <para>
2288     Sometimes, there are even multiple consecutive redirects encoded in the
2289     URL. These redirections via scripts make your web browsing more traceable,
2290     since the server from which you follow such a link can see where you go
2291     to. Apart from that, valuable bandwidth and time is wasted, while your
2292     browser ask the server for one redirect after the other. Plus, it feeds
2293     the advertisers.
2294    </para>
2295    <para>
2296     This feature is currently not very smart and is scheduled for improvement.
2297     It is likely to break some sites. You should expect to need possibly 
2298     many exceptions to this action, if it is enabled by default in
2299     <filename>default.action</filename>. Some sites just don't work without 
2300     it.
2301    </para>
2302   </listitem>
2303  </varlistentry>
2304
2305  <varlistentry>
2306   <term>Example usage:</term>
2307   <listitem>
2308     <para>
2309      <screen>{+fast-redirects}</screen>
2310     </para>
2311   </listitem>
2312  </varlistentry>
2313
2314 </variablelist>
2315 </sect3>
2316
2317
2318 <!--   ~~~~~       New section      ~~~~~     -->
2319 <sect3 renderas="sect4" id="filter">
2320 <title>filter</title>
2321
2322 <variablelist>
2323  <varlistentry>
2324   <term>Typical use:</term>
2325   <listitem>
2326    <para>Get rid of HTML and JavaScript annoyances, banner advertisements (by size), do fun text replacements, etc.</para>
2327   </listitem>
2328  </varlistentry>
2329
2330  <varlistentry>
2331   <term>Effect:</term>
2332   <listitem>
2333    <para>
2334     Text documents, including HTML and JavaScript, to which this action
2335     applies, are filtered on-the-fly through the specified regular expression
2336     based substitutions.
2337    </para>
2338   </listitem>
2339  </varlistentry>
2340
2341  <varlistentry>
2342   <term>Type:</term>
2343   <!-- boolean, parameterized, Multi-value -->
2344   <listitem>
2345    <para>Parameterized.</para>
2346   </listitem>
2347  </varlistentry>
2348
2349  <varlistentry>
2350   <term>Parameter:</term>
2351   <listitem>
2352    <para>
2353     The name of a filter, as defined in the <link linkend="filter-file">filter file</link>
2354     (typically <filename>default.filter</filename>, set by the
2355     <literal><link linkend="filterfile">filterfile</link></literal>
2356     option in the <link linkend="config">config file</link>). Filtering 
2357     can be completely disabled without the use of parameters. Example:
2358    </para>
2359    <para>
2360     <screen>  { -filter }
2361      .example.com</screen>
2362    </para>
2363    <para>
2364     Disables filters for that site.
2365    </para>
2366   </listitem>
2367  </varlistentry>
2368  
2369  <varlistentry>
2370   <term>Notes:</term>
2371   <listitem>
2372    <para>
2373     For your convenience, there are a number of pre-defined filters available 
2374     in the distribution filter file that you can use. See the examples below for
2375     a list.
2376    </para>
2377    <para>
2378     This is potentially a very powerful feature!  But <quote>rolling your own</quote>
2379     filters requires a knowledge of regular expressions and HTML.
2380    </para>
2381    <para>
2382     Filtering requires buffering the page content, which may appear to
2383     slow down page rendering since nothing is displayed until all content has
2384     passed the filters. (It does not really take longer, but seems that way
2385     since the page is not incrementally displayed.) This effect will be more
2386     noticeable on slower connections.
2387    </para>
2388    <para>
2389     The amount of data that can be filtered is limited to the 
2390     <literal><link linkend="buffer-limit">buffer-limit</link></literal>
2391     option in the main <link linkend="config">config file</link>. The 
2392     default is 4096 KB (4 Megs). Once this limit is exceeded, the buffered
2393     data, and all pending data, is passed through unfiltered.
2394    </para>
2395    <para>
2396     At this time, <application>Privoxy</application> cannot (yet!) uncompress compressed
2397     documents. If you want filtering to work on all documents, even those that
2398     would normally be sent compressed, use the
2399     <literal><link linkend="prevent-compression">prevent-compression</link></literal>
2400     action in conjunction with <literal>filter</literal>.
2401    </para>
2402    <para>
2403     Filtering can achieve some of the same effects as the 
2404     <literal><link linkend="block">block</link></literal>
2405     action, i.e. it can be used to block ads and banners. But the mechanism 
2406     works quite differently. One effective use, is to block ad banners 
2407     based on their size (see below), since many of these seem to be somewhat 
2408     standardized.
2409    </para>
2410    <para>
2411     <link linkend="contact">Feedback</link> with suggestions for new or
2412     improved filters is particularly welcome!
2413    </para>
2414   </listitem>
2415  </varlistentry>
2416
2417  <varlistentry>
2418   <term>Example usage (with filters from the distribution <filename>default.filter</filename> file):</term>
2419   <listitem>
2420    <para>
2421     <anchor id="filter-html-annoyances">
2422     <screen>+filter{html-annoyances}     # Get rid of particularly annoying HTML abuse.</screen>
2423    </para>
2424    <para>
2425     <anchor id="filter-js-annoyances">
2426     <screen>+filter{js-annoyances}       # Get rid of particularly annoying JavaScript abuse</screen>
2427    </para>
2428    <para>
2429     <anchor id="filter-banners-by-size">
2430     <screen>+filter{banners-by-size}     # Kill banners based on their size for this page (<emphasis>very</emphasis> efficient!)</screen>
2431    </para>
2432    <para>
2433     <anchor id="filter-content-cookies">
2434     <screen>+filter{content-cookies}     # Kill cookies that come sneaking in the HTML or JS content</screen>
2435    </para>
2436    <para>
2437     <anchor id="filter-popups">
2438     <screen>+filter{popups}              # Kill all popups in JS and HTML</screen>
2439    </para>
2440    <para>
2441     <anchor id="filter-webbugs">
2442     <screen>+filter{webbugs}             # Squish WebBugs (1x1 invisible GIFs used for user tracking)</screen>
2443    </para>
2444    <para>
2445     <anchor id="filter-fun">
2446     <screen>+filter{fun}                 # Text replacements for subversive browsing fun!</screen>
2447    </para>
2448    <para>
2449     <anchor id="filter-frameset-borders">
2450     <screen>+filter{frameset-borders}    # Give frames a border and make them resizeable</screen> 
2451    </para>
2452    <para>
2453     <anchor id="filter-refresh-tags">
2454     <screen>+filter{refresh-tags}        # Kill automatic refresh tags (for dial-on-demand setups)</screen>
2455    </para>
2456    <para>
2457     <anchor id="filter-nimda">
2458     <screen>+filter{nimda}               # Remove Nimda (virus) code.</screen>
2459    </para>
2460    <para>
2461     <anchor id="filter-shockwave-flash">
2462     <screen>+filter{shockwave-flash}     # Kill embedded Shockwave Flash objects</screen>
2463    </para>
2464    <para>
2465     <anchor id="filter-crude-parental">
2466     <screen>+filter{crude-parental}      # Kill all web pages that contain the words "sex" or "warez"</screen>
2467    </para>
2468   </listitem>
2469  </varlistentry>
2470 </variablelist>
2471 </sect3>
2472
2473
2474 <!--   ~~~~~       New section      ~~~~~     -->
2475 <sect3 renderas="sect4" id="handle-as-image">
2476 <title>handle-as-image</title>
2477
2478 <variablelist>
2479  <varlistentry>
2480   <term>Typical use:</term>
2481   <listitem>
2482    <para>Mark URLs as belonging to images (so they'll be replaced by images <emphasis>if they get blocked</emphasis>)</para>
2483   </listitem>
2484  </varlistentry>
2485
2486  <varlistentry>
2487   <term>Effect:</term>
2488   <listitem>
2489    <para>
2490     This action alone doesn't do anything noticeable. It just marks URLs as images.
2491     If the <literal><link linkend="block">block</link></literal> action <emphasis>also applies</emphasis>,
2492     the presence or absence of this mark decides whether an HTML <quote>blocked</quote>
2493     page, or a replacement image (as determined by the <literal><link
2494     linkend="set-image-blocker">set-image-blocker</link></literal> action) will be sent to the
2495     client as a substitute for the blocked content.
2496    </para>
2497   </listitem>
2498  </varlistentry>
2499
2500  <varlistentry>
2501   <term>Type:</term>
2502   <!-- Boolean, Parameterized, Multi-value -->
2503   <listitem>
2504    <para>Boolean.</para>
2505   </listitem>
2506  </varlistentry>
2507
2508  <varlistentry>
2509   <term>Parameter:</term>
2510   <listitem>
2511    <para>
2512     N/A
2513    </para>
2514   </listitem>
2515  </varlistentry>
2516  
2517  <varlistentry>
2518   <term>Notes:</term>
2519   <listitem>
2520    <para>
2521     The below generic example section is actually part of <filename>default.action</filename>.
2522     It marks all URLs with well-known image file name extensions as images and should
2523     be left intact. 
2524    </para>
2525    <para>
2526     Users will probably only want to use the handle-as-image action in conjunction with
2527     <literal><link linkend="block">block</link></literal>, to block sources of banners, whose URLs don't
2528     reflect the file type, like in the second example section.
2529    </para>
2530    <para>
2531     Note that you cannot treat HTML pages as images in most cases. For instance, (in-line) ad
2532     frames require an HTML page to be sent, or they won't display properly.
2533     Forcing <literal>handle-as-image</literal> in this situation will not replace the
2534     ad frame with an image, but lead to error messages.
2535    </para>
2536   </listitem>
2537  </varlistentry>
2538
2539  <varlistentry>
2540   <term>Example usage (sections):</term>
2541   <listitem>
2542    <para>
2543      <screen># Generic image extensions:
2544 #
2545 {+handle-as-image}
2546 /.*\.(gif|jpg|jpeg|png|bmp|ico)$
2547
2548 # These don't look like images, but they're banners and should be
2549 # blocked as images:
2550 #
2551 {+block +handle-as-image}
2552 some.nasty-banner-server.com/junk.cgi?output=trash
2553
2554 # Banner source! Who cares if they also have non-image content?
2555 ad.doubleclick.net 
2556 </screen>
2557    </para>
2558   </listitem>
2559  </varlistentry>
2560 </variablelist>
2561 </sect3>
2562
2563
2564 <!--   ~~~~~       New section      ~~~~~     -->
2565 <sect3 renderas="sect4" id="hide-forwarded-for-headers">
2566 <title>hide-forwarded-for-headers</title>
2567
2568 <variablelist>
2569  <varlistentry>
2570   <term>Typical use:</term>
2571   <listitem>
2572    <para>Improve privacy by hiding the true source of the request</para>
2573   </listitem>
2574  </varlistentry>
2575
2576  <varlistentry>
2577   <term>Effect:</term>
2578   <listitem>
2579    <para>
2580     Deletes any existing <quote>X-Forwarded-for:</quote> HTTP header from client requests,
2581     and prevents adding a new one.
2582    </para>
2583   </listitem>
2584  </varlistentry>
2585
2586  <varlistentry>
2587   <term>Type:</term>
2588   <!-- Boolean, Parameterized, Multi-value -->
2589   <listitem>
2590    <para>Boolean.</para>
2591   </listitem>
2592  </varlistentry>
2593
2594  <varlistentry>
2595   <term>Parameter:</term>
2596   <listitem>
2597    <para>
2598     N/A
2599    </para>
2600   </listitem>
2601  </varlistentry>
2602  
2603  <varlistentry>
2604   <term>Notes:</term>
2605   <listitem>
2606    <para>
2607     It is fairly safe to leave this on.
2608    </para>
2609    <para>
2610     This action is scheduled for improvement: It should be able to generate forged 
2611     <quote>X-Forwarded-for:</quote> headers using random IP addresses from a specified network,
2612     to make successive requests from the same client look like requests from a pool of different
2613     users sharing the same proxy.
2614    </para>
2615   </listitem>
2616  </varlistentry>
2617
2618  <varlistentry>
2619   <term>Example usage:</term>
2620   <listitem>
2621     <para>
2622      <screen>+hide-forwarded-for-headers</screen>
2623    </para>
2624   </listitem>
2625  </varlistentry>
2626 </variablelist>
2627 </sect3>
2628
2629
2630 <!--   ~~~~~       New section      ~~~~~     -->
2631 <sect3 renderas="sect4" id="hide-from-header">
2632 <title>hide-from-header</title>
2633
2634 <variablelist>
2635  <varlistentry>
2636   <term>Typical use:</term>
2637   <listitem>
2638    <para>Keep your (old and ill) browser from telling web servers your email address</para>
2639   </listitem>
2640  </varlistentry>
2641
2642  <varlistentry>
2643   <term>Effect:</term>
2644   <listitem>
2645    <para>
2646     Deletes any existing <quote>From:</quote> HTTP header, or replaces it with the
2647     specified string.
2648    </para>
2649   </listitem>
2650  </varlistentry>
2651
2652  <varlistentry>
2653   <term>Type:</term>
2654   <!-- Boolean, Parameterized, Multi-value -->
2655   <listitem>
2656    <para>Parameterized.</para>
2657   </listitem>
2658  </varlistentry>
2659
2660  <varlistentry>
2661   <term>Parameter:</term>
2662   <listitem>
2663    <para>
2664     Keyword: <quote>block</quote>, or any user defined value.
2665    </para>
2666   </listitem>
2667  </varlistentry>
2668  
2669  <varlistentry>
2670   <term>Notes:</term>
2671   <listitem>
2672    <para>
2673     The keyword <quote>block</quote> will completely remove the header 
2674     (not to be confused with the <literal><link linkend="block">block</link></literal>
2675     action).
2676    </para>
2677    <para>
2678     Alternately, you can specify any value you prefer to be sent to the web
2679     server. If you do, it is a matter of fairness not to use any address that
2680     is actually used by a real person.
2681    </para>
2682    <para>
2683     This action is rarely needed, as modern web browsers don't send
2684     <quote>From:</quote> headers anymore.
2685    </para>
2686   </listitem>
2687  </varlistentry>
2688
2689  <varlistentry>
2690   <term>Example usage:</term>
2691   <listitem>
2692    <para>
2693     <screen>+hide-from-header{block}</screen> or
2694     <screen>+hide-from-header{spam-me-senseless@sittingduck.example.com}</screen>
2695    </para>
2696   </listitem>
2697  </varlistentry>
2698 </variablelist>
2699 </sect3>
2700
2701
2702 <!--   ~~~~~       New section      ~~~~~     -->
2703 <sect3 renderas="sect4" id="hide-referrer">
2704 <title>hide-referrer</title>
2705 <anchor id="hide-referer">
2706 <variablelist>
2707  <varlistentry>
2708   <term>Typical use:</term>
2709   <listitem>
2710    <para>Conceal which link you followed to get to a particular site</para>
2711   </listitem>
2712  </varlistentry>
2713
2714  <varlistentry>
2715   <term>Effect:</term>
2716   <listitem>
2717    <para>
2718     Deletes the <quote>Referer:</quote> (sic) HTTP header from the client request,
2719     or replaces it with a forged one.
2720    </para>
2721   </listitem>
2722  </varlistentry>
2723
2724  <varlistentry>
2725   <term>Type:</term>
2726   <!-- Boolean, Parameterized, Multi-value -->
2727   <listitem>
2728    <para>Parameterized.</para>
2729   </listitem>
2730  </varlistentry>
2731
2732  <varlistentry>
2733   <term>Parameter:</term>
2734   <listitem>
2735    <itemizedlist>
2736     <listitem>
2737      <para><quote>block</quote> to delete the header completely.</para>
2738     </listitem>
2739     <listitem>
2740      <para><quote>forge</quote> to pretend to be coming from the homepage of the server we are talking to.</para>
2741     </listitem>
2742     <listitem>
2743      <para>Any other string to set a user defined referrer.</para>
2744     </listitem>
2745    </itemizedlist>
2746   </listitem>
2747  </varlistentry>
2748  
2749  <varlistentry>
2750   <term>Notes:</term>
2751   <listitem>
2752    <para>
2753     <quote>forge</quote> is the preferred option here, since some servers will
2754     not send images back otherwise, in an attempt to prevent their valuable
2755     content from being embedded elsewhere (and hence, without being surrounded
2756     by <emphasis>their</emphasis> banners).
2757    </para>
2758   <para>  
2759    <literal>hide-referer</literal> is an alternate spelling of
2760    <literal>hide-referrer</literal> and the two can be can be freely
2761    substituted with each other. (<quote>referrer</quote> is the
2762    correct English spelling, however the HTTP specification has a bug - it
2763    requires it to be spelled as <quote>referer</quote>.) 
2764   </para>
2765   </listitem>
2766  </varlistentry>
2767
2768  <varlistentry>
2769   <term>Example usage:</term>
2770   <listitem>
2771    <para>
2772      <screen>+hide-referrer{forge}</screen> or
2773      <screen>+hide-referrer{http://www.yahoo.com/}</screen>
2774    </para>
2775   </listitem>
2776  </varlistentry>
2777 </variablelist>
2778 </sect3>
2779
2780
2781 <!--   ~~~~~       New section      ~~~~~     -->
2782 <sect3 renderas="sect4" id="hide-user-agent">
2783 <title>hide-user-agent</title>
2784
2785 <variablelist>
2786  <varlistentry>
2787   <term>Typical use:</term>
2788   <listitem>
2789    <para>Conceal your type of browser and client operating system</para>
2790   </listitem>
2791  </varlistentry>
2792
2793  <varlistentry>
2794   <term>Effect:</term>
2795   <listitem>
2796    <para>
2797     Replaces the value of the <quote>User-Agent:</quote> HTTP header
2798     in client requests with the specified value.
2799    </para>
2800   </listitem>
2801  </varlistentry>
2802
2803  <varlistentry>
2804   <term>Type:</term>
2805   <!-- Boolean, Parameterized, Multi-value -->
2806   <listitem>
2807    <para>Parameterized.</para>
2808   </listitem>
2809  </varlistentry>
2810
2811  <varlistentry>
2812   <term>Parameter:</term>
2813   <listitem>
2814    <para>
2815     Any user-defined string.
2816    </para>
2817   </listitem>
2818  </varlistentry>
2819  
2820  <varlistentry>
2821   <term>Notes:</term>
2822   <listitem>
2823    <warning> 
2824     <para>
2825      This breaks many web sites that depend on looking at this header in order
2826      to customize their content for different browsers (which, by the
2827      way, is <emphasis>NOT</emphasis> a <ulink
2828      url="http://www.javascriptkit.com/javaindex.shtml">smart way to do
2829      that</ulink>!).
2830     </para>
2831    </warning>
2832    <para>
2833     Using this action in multi-user setups or wherever different types of
2834     browsers will access the same <application>Privoxy</application> is
2835     <emphasis>not recommended</emphasis>. In single-user, single-browser
2836     setups, you might use it to delete your OS version information from
2837     the headers, because it is an invitation to exploit known bugs for your
2838     OS. It is also occasionally useful to forge this in order to access 
2839     sites that won't let you in otherwise (though there may be a good 
2840     reason in some cases). Example of this: some MSN sites will not 
2841     let <application>Mozilla</application> enter, yet forging to a 
2842     <application>Netscape 6.1</application> user-agent works just fine.
2843     (Must be just a silly MS goof, I'm sure :-).
2844    </para>
2845    <para>
2846     This action is scheduled for improvement.
2847    </para>
2848    </listitem>
2849  </varlistentry>
2850
2851  <varlistentry>
2852   <term>Example usage:</term>
2853   <listitem>
2854    <para>
2855      <screen>+hide-user-agent{Netscape 6.1 (X11; I; Linux 2.4.18 i686)}</screen>
2856    </para>
2857   </listitem>
2858  </varlistentry>
2859 </variablelist>
2860 </sect3>
2861
2862
2863 <!--   ~~~~~       New section      ~~~~~     -->
2864 <sect3 renderas="sect4" id="kill-popups">
2865 <title>kill-popups<anchor id="kill-popup"></title>
2866
2867 <variablelist>
2868  <varlistentry>
2869   <term>Typical use:</term>
2870   <listitem>
2871    <para>Eliminate those annoying pop-up windows</para>
2872   </listitem>
2873  </varlistentry>
2874
2875  <varlistentry>
2876   <term>Effect:</term>
2877   <listitem>
2878    <para>
2879     While loading the document, replace JavaScript code that opens
2880     pop-up windows with (syntactically neutral) dummy code on the fly.
2881    </para>
2882   </listitem>
2883  </varlistentry>
2884
2885  <varlistentry>
2886   <term>Type:</term>
2887   <!-- Boolean, Parameterized, Multi-value -->
2888   <listitem>
2889    <para>Boolean.</para>
2890   </listitem>
2891  </varlistentry>
2892
2893  <varlistentry>
2894   <term>Parameter:</term>
2895   <listitem>
2896    <para>
2897     N/A
2898    </para>
2899   </listitem>
2900  </varlistentry>
2901  
2902  <varlistentry>
2903   <term>Notes:</term>
2904   <listitem>
2905    <para>
2906     This action is easily confused with the built-in, hardwired <literal><link linkend="filter">filter</link></literal>
2907     action, but there are important differences: For <literal>kill-popups</literal>,
2908     the document need not be buffered, so it can be incrementally rendered while
2909     downloading. But <literal>kill-popups</literal> doesn't catch as many pop-ups as
2910     <literal><link
2911     linkend="filter">filter</link>{<replaceable>popups</replaceable>}</literal>
2912     does. 
2913    </para>
2914    <para>
2915     Think of it as a fast and efficient replacement for a filter that you
2916     can use if you don't want any filtering at all. Note that it doesn't make
2917     sense to combine it with any <literal><link linkend="filter">filter</link></literal> action,
2918     since as soon as one <literal><link linkend="filter">filter</link></literal> applies,
2919     the whole document needs to be buffered anyway, which destroys the advantage of
2920     the <literal>kill-popups</literal> action over its filter equivalent.
2921    </para>
2922    <para>
2923     Killing all pop-ups is a dangerous business. Many shops and banks rely on
2924     pop-ups to display forms, shopping carts etc, and killing only the unwanted pop-ups 
2925     would require artificial intelligence in <application>Privoxy</application>.
2926     If the only kind of pop-ups that you want to kill are exit consoles (those
2927     <emphasis>really nasty</emphasis> windows that appear when you close an other
2928     one), you might want to use
2929     <literal><link
2930     linkend="filter">filter</link>{<replaceable>js-annoyances</replaceable>}</literal>
2931     instead. 
2932    </para>
2933
2934   <!-- 
2935    <para>
2936     An alternate spelling is <literal>+kill-popup</literal>, which is 
2937     interchangeable.
2938    </para>
2939  --> 
2940   </listitem>
2941  </varlistentry>
2942
2943  <varlistentry>
2944   <term>Example usage:</term>
2945   <listitem>
2946    <para><screen>+kill-popups</screen></para>
2947   </listitem>
2948  </varlistentry>
2949 </variablelist>
2950 </sect3>
2951
2952
2953 <!--   ~~~~~       New section      ~~~~~     -->
2954 <sect3 renderas="sect4" id="limit-connect">
2955 <title>limit-connect</title>
2956
2957 <variablelist>
2958  <varlistentry>
2959   <term>Typical use:</term>
2960   <listitem>
2961    <para>Prevent abuse of <application>Privoxy</application> as a TCP proxy relay</para>
2962   </listitem>
2963  </varlistentry>
2964
2965  <varlistentry>
2966   <term>Effect:</term>
2967   <listitem>
2968    <para>
2969     Specifies to which ports HTTP CONNECT requests are allowable.
2970    </para>
2971   </listitem>
2972  </varlistentry>
2973
2974  <varlistentry>
2975   <term>Type:</term>
2976   <!-- Boolean, Parameterized, Multi-value -->
2977   <listitem>
2978    <para>Parameterized.</para>
2979   </listitem>
2980  </varlistentry>
2981
2982  <varlistentry>
2983   <term>Parameter:</term>
2984   <listitem>
2985    <para>
2986     A comma-separated list of ports or port ranges (the latter using dashes, with the minimum
2987     defaulting to 0 and the maximum to 65K).
2988    </para>
2989   </listitem>
2990  </varlistentry>
2991  
2992  <varlistentry>
2993   <term>Notes:</term>
2994   <listitem>
2995    <para>
2996     By default, i.e. if no <literal>limit-connect</literal> action applies,
2997     <application>Privoxy</application> only allows HTTP CONNECT
2998     requests to port 443 (the standard, secure HTTPS port). Use 
2999     <literal>limit-connect</literal> if more fine-grained control is desired
3000     for some or all destinations.
3001    </para>
3002    <para>
3003     The CONNECT methods exists in HTTP to allow access to secure websites
3004     (<quote>https://</quote> URLs) through proxies. It works very simply:
3005     the proxy connects to the server on the specified port, and then
3006     short-circuits its connections to the client and to the remote server.
3007     This can be a big security hole, since CONNECT-enabled proxies can be
3008     abused as TCP relays very easily.
3009   </para>
3010   <para>
3011    If you don't know what any of this means, there probably is no reason to 
3012    change this one, since the default is already very restrictive.
3013   </para>
3014   </listitem>
3015  </varlistentry>
3016
3017  <varlistentry>
3018   <term>Example usages:</term>
3019   <listitem>
3020    <!-- I had trouble getting the spacing to look right in my browser -->
3021    <!-- I probably have the wrong font setup, bollocks. -->
3022    <!-- Apparently the emphasis tag uses a proportional font no matter what -->
3023     <para>
3024      <screen>+limit-connect{443}                   # This is the default and need not be specified.
3025 +limit-connect{80,443}                # Ports 80 and 443 are OK.
3026 +limit-connect{-3, 7, 20-100, 500-}   # Ports less than 3, 7, 20 to 100 and above 500 are OK.
3027 +limit-connect{-}                     # All ports are OK (gaping security hole!)</screen>
3028    </para>
3029   </listitem>
3030  </varlistentry>
3031 </variablelist>
3032 </sect3>
3033
3034 <!--   ~~~~~       New section      ~~~~~     -->
3035 <sect3 renderas="sect4" id="prevent-compression">
3036 <title>prevent-compression</title>
3037
3038 <variablelist>
3039  <varlistentry>
3040   <term>Typical use:</term>
3041   <listitem>
3042    <para>
3043     Ensure that servers send the content uncompressed, so it can be
3044     passed through <literal><link linkend="filter">filter</link></literal>s
3045    </para>
3046   </listitem>
3047  </varlistentry>
3048
3049  <varlistentry>
3050   <term>Effect:</term>
3051   <listitem>
3052    <para>
3053     Adds a header to the request that asks for uncompressed transfer.
3054    </para>
3055   </listitem>
3056  </varlistentry>
3057
3058  <varlistentry>
3059   <term>Type:</term>
3060   <!-- Boolean, Parameterized, Multi-value -->
3061   <listitem>
3062    <para>Boolean.</para>
3063   </listitem>
3064  </varlistentry>
3065
3066  <varlistentry>
3067   <term>Parameter:</term>
3068   <listitem>
3069    <para>
3070     N/A
3071    </para>
3072   </listitem>
3073  </varlistentry>
3074  
3075  <varlistentry>
3076   <term>Notes:</term>
3077   <listitem>
3078    <para>
3079     More and more websites send their content compressed by default, which
3080     is generally a good idea and saves bandwidth. But for the <literal><link
3081     linkend="filter">filter</link></literal>, <literal><link linkend="deanimate-gifs">deanimate-gifs</link></literal>
3082     and <literal><link linkend="kill-popups">kill-popups</link></literal> actions to work,
3083     <application>Privoxy</application> needs access to the  uncompressed data.
3084     Unfortunately, <application>Privoxy</application> can't yet(!)  uncompress, filter, and
3085     re-compress the content on the fly. So if you want to ensure that all websites, including
3086     those that normally compress, can be filtered, you need to use this action.
3087    </para>
3088    <para>
3089     This will slow down transfers from those websites, though. If you use any of the above-mentioned
3090     actions, you will typically want to use <literal>prevent-compression</literal> in conjunction
3091     with them.
3092    </para>
3093    <para>
3094     Note that some (rare) ill-configured sites don't handle requests for uncompressed
3095     documents correctly (they send an empty document body). If you use <literal>prevent-compression</literal>
3096     per default, you'll have to add exceptions for those sites. See the example for how to do that.
3097    </para>
3098   </listitem>
3099  </varlistentry>
3100
3101  <varlistentry>
3102   <term>Example usage (sections):</term>
3103   <listitem>
3104    <para>
3105     <screen># Set default:
3106 #
3107 {+prevent-compression}
3108 / # Match all sites
3109
3110 # Make exceptions for ill sites:
3111 #
3112 {-prevent-compression}
3113 www.debianhelp.org
3114 www.pclinuxonline.com</screen>
3115    </para>
3116   </listitem>
3117  </varlistentry>
3118
3119 </variablelist>
3120 </sect3>
3121
3122
3123 <!--   ~~~~~       New section      ~~~~~     -->
3124 <sect3 renderas="sect4" id="send-vanilla-wafer">
3125 <title>send-vanilla-wafer</title>
3126
3127 <variablelist>
3128  <varlistentry>
3129   <term>Typical use:</term>
3130   <listitem>
3131    <para>
3132     Feed log analysis scripts with useless data.
3133    </para>
3134   </listitem>
3135  </varlistentry>
3136
3137  <varlistentry>
3138   <term>Effect:</term>
3139   <listitem>
3140    <para>
3141     Sends a cookie with each request stating that you do not accept any copyright
3142     on cookies sent to you, and asking the site operator not to track you.
3143    </para>
3144   </listitem>
3145  </varlistentry>
3146
3147  <varlistentry>
3148   <term>Type:</term>
3149   <!-- Boolean, Parameterized, Multi-value -->
3150   <listitem>
3151    <para>Boolean.</para>
3152   </listitem>
3153  </varlistentry>
3154
3155  <varlistentry>
3156   <term>Parameter:</term>
3157   <listitem>
3158    <para>
3159     N/A
3160    </para>
3161   </listitem>
3162  </varlistentry>
3163  
3164  <varlistentry>
3165   <term>Notes:</term>
3166   <listitem>
3167    <para>
3168     The vanilla wafer is a (relatively) unique header and could conceivably be used to track you.
3169    </para>
3170    <para>
3171     This action is rarely used and not enabled in the default configuration.
3172    </para>
3173   </listitem>
3174  </varlistentry>
3175
3176  <varlistentry>
3177   <term>Example usage:</term>
3178   <listitem>
3179    <para>
3180      <screen>+send-vanilla-wafer</screen>
3181    </para>
3182   </listitem>
3183  </varlistentry>
3184
3185 </variablelist>
3186 </sect3>
3187
3188
3189 <!--   ~~~~~       New section      ~~~~~     -->
3190 <sect3 renderas="sect4" id="send-wafer">
3191 <title>send-wafer</title>
3192
3193 <variablelist>
3194  <varlistentry>
3195   <term>Typical use:</term>
3196   <listitem>
3197    <para>
3198     Send custom cookies or feed log analysis scripts with even more useless data.
3199    </para>
3200   </listitem>
3201  </varlistentry>
3202
3203  <varlistentry>
3204   <term>Effect:</term>
3205   <listitem>
3206    <para>
3207     Sends a custom, user-defined cookie with each request.
3208    </para>
3209   </listitem>
3210  </varlistentry>
3211
3212  <varlistentry>
3213   <term>Type:</term>
3214   <!-- Boolean, Parameterized, Multi-value -->
3215   <listitem>
3216    <para>Multi-value.</para>
3217   </listitem>
3218  </varlistentry>
3219
3220  <varlistentry>
3221   <term>Parameter:</term>
3222   <listitem>
3223    <para>
3224     A string of the form <quote><replaceable class="option">name</replaceable>=<replaceable
3225     class="parameter">value</replaceable></quote>.
3226    </para>
3227   </listitem>
3228  </varlistentry>
3229  
3230  <varlistentry>
3231   <term>Notes:</term>
3232   <listitem>
3233    <para>
3234     Being multi-valued, multiple instances of this action can apply to the same request,
3235     resulting in multiple cookies being sent.
3236    </para>
3237    <para>
3238     This action is rarely used and not enabled in the default configuration.
3239    </para>
3240   </listitem>
3241  </varlistentry>
3242  <varlistentry>
3243   <term>Example usage (section):</term>
3244   <listitem>
3245    <para>
3246     <screen>{+send-wafer{UsingPrivoxy=true}}
3247 my-internal-testing-server.void</screen>
3248    </para>
3249   </listitem>
3250  </varlistentry>
3251 </variablelist>
3252 </sect3>
3253
3254
3255 <!--   ~~~~~       New section      ~~~~~     -->
3256 <sect3 renderas="sect4" id="session-cookies-only">
3257 <title>session-cookies-only</title>
3258
3259 <variablelist>
3260  <varlistentry>
3261   <term>Typical use:</term>
3262   <listitem>
3263    <para>
3264     Allow only temporary <quote>session</quote> cookies (for the current browser session <emphasis>only</emphasis>).
3265    </para>
3266   </listitem>
3267  </varlistentry>
3268
3269  <varlistentry>
3270   <term>Effect:</term>
3271   <listitem>
3272    <para>
3273     Deletes the <quote>expires</quote> field from <quote>Set-Cookie:</quote> server headers.
3274     Most browsers will not store such cookies permanently and forget them in between sessions.
3275    </para>
3276   </listitem>
3277  </varlistentry>
3278
3279 <varlistentry>
3280   <term>Type:</term>
3281   <!-- Boolean, Parameterized, Multi-value -->
3282   <listitem>
3283    <para>Boolean.</para>
3284   </listitem>
3285  </varlistentry>
3286
3287  <varlistentry>
3288   <term>Parameter:</term>
3289   <listitem>
3290    <para>
3291     N/A
3292    </para>
3293   </listitem>
3294  </varlistentry>
3295  
3296  <varlistentry>
3297   <term>Notes:</term>
3298   <listitem>
3299    <para>
3300     This is less strict than <literal><link linkend="crunch-incoming-cookies">crunch-incoming-cookies</link></literal> / 
3301     <literal><link linkend="crunch-outgoing-cookies">crunch-outgoing-cookies</link></literal> and allows you to browse
3302     websites that insist or rely on setting cookies, without compromising your privacy too badly.
3303    </para>
3304    <para>
3305     Most browsers will not permanently store cookies that have been processed by
3306     <literal>session-cookies-only</literal> and will forget about them between sessions.
3307     This makes profiling cookies useless, but won't break sites which require cookies so
3308     that you can log in for transactions. This is generally turned on for all 
3309     sites, and is the recommended setting.
3310    </para>
3311    <para>
3312     It makes <emphasis>no sense at all</emphasis> to use <literal>session-cookies-only</literal>
3313     together with <literal><link linkend="crunch-incoming-cookies">crunch-incoming-cookies</link></literal> or
3314     <literal><link linkend="crunch-outgoing-cookies">crunch-outgoing-cookies</link></literal>. If you do, cookies
3315     will be plainly killed.
3316    </para>
3317    <para>
3318     Note that it is up to the browser how it handles such cookies without an <quote>expires</quote>
3319     field. If you use an exotic browser, you might want to try it out to be sure.
3320    </para>
3321   </listitem>
3322  </varlistentry>
3323
3324  <varlistentry>
3325   <term>Example usage:</term>
3326   <listitem>
3327    <para>
3328      <screen>+session-cookies-only</screen>
3329    </para>
3330   </listitem>
3331  </varlistentry>
3332 </variablelist>
3333 </sect3>
3334
3335
3336 <!--   ~~~~~       New section      ~~~~~     -->
3337 <sect3 renderas="sect4" id="set-image-blocker">
3338 <title>set-image-blocker</title>
3339
3340 <variablelist>
3341  <varlistentry>
3342   <term>Typical use:</term>
3343   <listitem>
3344    <para>Choose the replacement for blocked images</para>
3345   </listitem>
3346  </varlistentry>
3347
3348  <varlistentry>
3349   <term>Effect:</term>
3350   <listitem>
3351    <para>
3352      This action alone doesn't do anything noticeable. If <emphasis>both</emphasis>
3353      <literal><link linkend="block">block</link></literal> <emphasis>and</emphasis> <literal><link
3354      linkend="handle-as-image">handle-as-image</link></literal> <emphasis>also</emphasis>
3355      apply, i.e. if the request is to be blocked as an image,
3356      <emphasis>then</emphasis> the parameter of this action decides what will be
3357      sent as a replacement.
3358    </para>
3359   </listitem>
3360  </varlistentry>
3361
3362  <varlistentry>
3363   <term>Type:</term>
3364   <!-- Boolean, Parameterized, Multi-value -->
3365   <listitem>
3366    <para>Parameterized.</para>
3367   </listitem>
3368  </varlistentry>
3369
3370  <varlistentry>
3371   <term>Parameter:</term>
3372   <listitem>
3373    <itemizedlist>
3374     <listitem>
3375      <para>
3376       <quote>pattern</quote> to send a built-in checkerboard pattern image. The image is visually
3377       decent, scales very well, and makes it obvious where banners were busted.
3378      </para>
3379     </listitem>
3380     <listitem>
3381      <para>
3382       <quote>blank</quote> to send a built-in transparent image. This makes banners disappear
3383       completely, but makes it hard to detect where <application>Privoxy</application> has blocked
3384       images on a given page and complicates troubleshooting if <application>Privoxy</application>
3385       has blocked innocent images, like navigation icons.
3386      </para>
3387     </listitem>
3388     <listitem>
3389      <para>
3390       <quote><replaceable class="parameter">target-url</replaceable></quote> to
3391       send a redirect to <replaceable class="parameter">target-url</replaceable>. You can redirect
3392       to any image anywhere, even in your local filesystem (via <quote>file:///</quote> URL).
3393      </para>
3394      <para>
3395       A good application of redirects is to use special <application>Privoxy</application>-built-in
3396       URLs, which send the built-in images, as <replaceable class="parameter">target-url</replaceable>.
3397       This has the same visual effect as specifying <quote>blank</quote> or <quote>pattern</quote> in
3398       the first place, but enables your browser to cache the replacement image, instead of requesting
3399       it over and over again.
3400      </para>
3401     </listitem>
3402    </itemizedlist>
3403   </listitem>
3404  </varlistentry>
3405
3406  <varlistentry>
3407   <term>Notes:</term>
3408   <listitem>
3409    <para>
3410     The URLs for the built-in images are <quote>http://config.privoxy.org/send-banner?type=<replaceable
3411     class="parameter">type</replaceable></quote>, where <replaceable class="parameter">type</replaceable> is
3412     either <quote>blank</quote> or <quote>pattern</quote>.
3413    </para>
3414    <para>
3415     There is a third (advanced) type, called <quote>auto</quote>. It is <emphasis>NOT</emphasis> to be
3416     used in <literal>set-image-blocker</literal>, but meant for use from <link linkend="filter-file">filters</link>.
3417     Auto will select the type of image that would have applied to the referring page, had it been an image.
3418    </para>
3419   </listitem>
3420  </varlistentry>
3421
3422  <varlistentry>
3423   <term>Example usage:</term>
3424   <listitem>
3425    <para>
3426     Built-in pattern:
3427    </para>
3428    <para>
3429     <screen>+set-image-blocker{pattern}</screen>
3430    </para>
3431    <para>
3432     Redirect to the BSD devil:
3433    </para>
3434    <para>
3435     <screen>+set-image-blocker{http://www.freebsd.org/gifs/dae_up3.gif}</screen>
3436    </para>
3437    <para>
3438     Redirect to the built-in pattern for better caching:
3439    </para>
3440    <para>
3441     <screen>+set-image-blocker{http://config.privoxy.org/send-banner?type=pattern}</screen>
3442    </para>
3443   </listitem>
3444  </varlistentry>
3445 </variablelist>
3446 </sect3>
3447
3448
3449 <!--   ~~~~~       New section      ~~~~~     -->
3450 <sect3>
3451 <title>Summary</title>
3452 <para>
3453  Note that many of these actions have the potential to cause a page to
3454  misbehave, possibly even not to display at all. There are many ways 
3455  a site designer may choose to design his site, and what HTTP header 
3456  content, and other criteria, he may depend on. There is no way to have hard
3457  and fast rules for all sites. See the <link
3458  linkend="ACTIONSANAT">Appendix</link> for a brief example on troubleshooting
3459  actions.
3460 </para>
3461 </sect3>
3462 </sect2>
3463
3464 <!--   ~~~~~       New section      ~~~~~     -->
3465 <sect2 id="aliases">
3466 <title>Aliases</title>
3467 <para>
3468  Custom <quote>actions</quote>, known to <application>Privoxy</application>
3469  as <quote>aliases</quote>, can be defined by combining other actions.
3470  These can in turn be invoked just like the built-in actions.
3471  Currently, an alias name can contain any character except space, tab,
3472  <quote>=</quote>,
3473  <quote>{</quote> and <quote>}</quote>, but we <emphasis>strongly 
3474  recommend</emphasis> that you only use <quote>a</quote> to <quote>z</quote>,
3475  <quote>0</quote> to <quote>9</quote>, <quote>+</quote>, and <quote>-</quote>.
3476  Alias names are not case sensitive, and are not required to start with a
3477  <quote>+</quote> or <quote>-</quote> sign, since they are merely textually
3478  expanded.
3479 </para>
3480 <para>
3481  Aliases can be used throughout the actions file, but they <emphasis>must be
3482  defined in a special section at the top of the file!</emphasis>
3483  And there can only be one such section per actions file. Each actions file may
3484  have its own alias section, and the aliases defined in it are only visible
3485  within that file.
3486 </para>
3487 <para>
3488  There are two main reasons to use aliases: One is to save typing for frequently
3489  used combinations of actions, the other one is a gain in flexibility: If you
3490  decide once how you want to handle shops by defining an alias called
3491  <quote>shop</quote>, you can later change your policy on shops in
3492  <emphasis>one</emphasis> place, and your changes will take effect everywhere
3493  in the actions file where the <quote>shop</quote> alias is used. Calling aliases
3494  by their purpose also makes your actions files more readable.
3495 </para>
3496 <para>
3497  Currently, there is one big drawback to using aliases, though:
3498  <application>Privoxy</application>'s built-in web-based action file
3499  editor honors aliases when reading the actions files, but it expands
3500  them before writing. So the effects of your aliases are of course preserved,
3501  but the aliases themselves are lost when you edit sections that use aliases
3502  with it.
3503  This is likely to change in future versions of <application>Privoxy</application>.
3504 </para>
3505
3506 <para>
3507  Now let's define some aliases...
3508 </para>
3509
3510 <para>
3511  <screen>
3512  # Useful custom aliases we can use later.
3513  #
3514  # Note the (required!) section header line and that this section
3515  # must be at the top of the actions file!
3516  #
3517  {{alias}}
3518
3519  # These aliases just save typing later:
3520  # (Note that some already use other aliases!)
3521  #
3522  +crunch-all-cookies = +crunch-incoming-cookies +crunch-outgoing-cookies
3523  -crunch-all-cookies = -crunch-incoming-cookies -crunch-outgoing-cookies
3524  block-as-image      = +block +handle-as-image
3525  mercy-for-cookies   = -crunch-all-cookies -session-cookies-only
3526
3527  # These aliases define combinations of actions
3528  # that are useful for certain types of sites:
3529  #
3530  fragile     = -block -crunch-all-cookies -filter -fast-redirects -hide-referer -kill-popups
3531  shop        = -crunch-all-cookies -filter{popups} -kill-popups
3532
3533  # Short names for other aliases, for really lazy people ;-)
3534  #
3535  c0 = +crunch-all-cookies
3536  c1 = -crunch-all-cookies</screen>
3537 </para>
3538
3539 <para>
3540  ...and put them to use. These sections would appear in the lower part of an 
3541  actions file and define exceptions to the default actions (as specified further
3542  up for the <quote>/</quote> pattern):
3543 </para>
3544
3545 <para>
3546  <screen>
3547  # These sites are either very complex or very keen on
3548  # user data and require minimal interference to work:
3549  #
3550  {fragile}
3551  .office.microsoft.com
3552  .windowsupdate.microsoft.com
3553  .nytimes.com
3554
3555  # Shopping sites:
3556  # Allow cookies (for setting and retrieving your customer data)
3557  #           
3558  {shop}
3559  .quietpc.com
3560  .worldpay.com   # for quietpc.com
3561  .scan.co.uk
3562
3563  # These shops require pop-ups:
3564  #
3565  {shop -kill-popups -filter{popups}}
3566   .dabs.com
3567   .overclockers.co.uk</screen>
3568 </para>
3569
3570 <para>
3571  Aliases like <quote>shop</quote> and <quote>fragile</quote> are often used for 
3572  <quote>problem</quote> sites that require some actions to be disabled 
3573  in order to function properly.
3574 </para>
3575 </sect2>
3576
3577 <!--   ~~~~~       New section      ~~~~~     -->
3578 <sect2 id="act-examples">
3579 <title>Actions Files Tutorial</title>
3580 <para>
3581  The above chapters have shown <link linkend="actions-file">which actions files
3582  there are and how they are organized</link>, how actions are <link
3583  linkend="actions">specified</link> and <link linkend="actions-apply">applied
3584  to URLs</link>, how <link linkend="af-patterns">patterns</link> work, and how to
3585  define and use <link linkend="aliases">aliases</link>. Now, let's look at an
3586  example <filename>default.action</filename> and <filename>user.action</filename>
3587  file and see how all these pieces come together:
3588 </para>
3589
3590 <sect3><title>default.action</title>
3591
3592 <para>
3593 Every config file should start with a short comment stating its purpose:
3594 </para>
3595
3596 <para>
3597  <screen># Sample default.action file &lt;developers@privoxy.org&gt;</screen>
3598 </para>
3599
3600 <para>
3601 Then, since this is the <filename>default.action</filename> file, the
3602 first section is a special section for internal use that you needn't
3603 change or worry about:
3604 </para>
3605
3606 <para>
3607  <screen>
3608 ##########################################################################
3609 # Settings -- Don't change! For internal Privoxy use ONLY.
3610 ##########################################################################
3611
3612 {{settings}}
3613 for-privoxy-version=3.0</screen>
3614 </para>
3615
3616 <para>
3617 After that comes the (optional) alias section. We'll use the example
3618 section from the above <link linkend="aliases">chapter on aliases</link>,
3619 that also explains why and how aliases are used:
3620 </para>
3621
3622 <para>
3623  <screen>
3624 ##########################################################################
3625 # Aliases
3626 ##########################################################################
3627 {{alias}}
3628
3629 # These aliases just save typing later:
3630 # (Note that some already use other aliases!)
3631 #
3632 +crunch-all-cookies = +crunch-incoming-cookies +crunch-outgoing-cookies
3633 -crunch-all-cookies = -crunch-incoming-cookies -crunch-outgoing-cookies
3634 block-as-image      = +block +handle-as-image
3635 mercy-for-cookies   = -crunch-all-cookies -session-cookies-only
3636
3637 # These aliases define combinations of actions
3638 # that are useful for certain types of sites:
3639 #
3640 fragile     = -block -crunch-all-cookies -filter -fast-redirects -hide-referer -kill-popups
3641 shop        = mercy-for-cookies -filter{popups} -kill-popups</screen>
3642 </para>
3643
3644 <para>
3645  Now come the regular sections, i.e. sets of actions, accompanied
3646  by URL patterns to which they apply. Remember <emphasis>all actions
3647  are disabled when matching starts</emphasis>, so we have to explicitly
3648  enable the ones we want.
3649 </para>
3650
3651 <para>
3652  The first regular section is probably the most important. It has only
3653  one pattern, <quote><literal>/</literal></quote>, but this pattern
3654  <link linkend="af-patterns">matches all URLs</link>. Therefore, the
3655  set of actions used in this <quote>default</quote> section <emphasis>will
3656  be applied to all requests as a start</emphasis>. It can  be partly or
3657  wholly overridden by later matches further down this file, or in user.action,
3658  but it will still be largely responsible for your overall browsing
3659  experience.
3660 </para>
3661
3662 <para>
3663  Again, at the start of matching, all actions are disabled, so there is
3664  no real need to disable any actions here, but we will do that nonetheless,
3665  to have a complete listing for your reference. (Remember: a <quote>+</quote>
3666  preceding the action name enables the action, a <quote>-</quote> disables!).
3667  Also note how this long line has been made more readable by splitting it into
3668  multiple lines with line continuation.
3669 </para> 
3670
3671 <para>
3672  <screen>
3673 ##########################################################################
3674 # "Defaults" section:
3675 ##########################################################################
3676  { \
3677  -<link linkend="ADD-HEADER">add-header</link> \
3678  -<link linkend="BLOCK">block</link> \
3679  -<link linkend="CRUNCH-INCOMING-COOKIES">crunch-incoming-cookies</link> \
3680  -<link linkend="CRUNCH-OUTGOING-COOKIES">crunch-outgoing-cookies</link> \
3681  +<link linkend="DEANIMATE-GIFS">deanimate-gifs</link> \
3682  -<link linkend="DOWNGRADE-HTTP-VERSION">downgrade-http-version</link> \
3683  +<link linkend="FAST-REDIRECTS">fast-redirects</link> \
3684  +<link linkend="FILTER-HTML-ANNOYANCES">filter{html-annoyances}</link> \
3685  +<link linkend="FILTER-JS-ANNOYANCES">filter{js-annoyances}</link> \
3686  -<link linkend="FILTER-CONTENT-COOKIES">filter{content-cookies}</link> \
3687  +<link linkend="FILTER-POPUPS">filter{popups}</link> \
3688  +<link linkend="FILTER-WEBBUGS">filter{webbugs}</link> \
3689  -<link linkend="FILTER-REFRESH-TAGS">filter{refresh-tags}</link> \
3690  -<link linkend="FILTER-FUN">filter{fun}</link> \
3691  +<link linkend="FILTER-NIMDA">filter{nimda}</link> \
3692  +<link linkend="FILTER-BANNERS-BY-SIZE">filter{banners-by-size}</link> \
3693  -<link linkend="FILTER-SHOCKWAVE-FLASH">filter{shockwave-flash}</link> \
3694  -<link linkend="FILTER-CRUDE-PARENTAL">filter{crude-parental}</link> \
3695  -<link linkend="HANDLE-AS-IMAGE">handle-as-image</link> \
3696  +<link linkend="HIDE-FORWARDED-FOR-HEADERS">hide-forwarded-for-headers</link> \
3697  +<link linkend="HIDE-FROM-HEADER">hide-from-header{block}</link> \
3698  +<link linkend="HIDE-REFERER">hide-referrer{forge}</link> \
3699  -<link linkend="HIDE-USER-AGENT">hide-user-agent</link> \
3700  -<link linkend="KILL-POPUPS">kill-popups</link> \
3701  -<link linkend="LIMIT-CONNECT">limit-connect</link> \
3702  +<link linkend="PREVENT-COMPRESSION">prevent-compression</link> \
3703  -<link linkend="SEND-VANILLA-WAFER">send-vanilla-wafer</link> \
3704  -<link linkend="SEND-WAFER">send-wafer</link> \
3705  +<link linkend="SESSION-COOKIES-ONLY">session-cookies-only</link> \
3706  +<link linkend="SET-IMAGE-BLOCKER">set-image-blocker{pattern}</link> \
3707  }
3708  / # forward slash will match *all* potential URL patterns.</screen>
3709 </para>
3710
3711 <para>
3712  The default behavior is now set. Note that some actions, like not hiding
3713  the user agent, are part of a <quote>general policy</quote> that applies
3714  universally and won't get any exceptions defined later. Other choices,
3715  like not blocking (which is <emphasis>understandably</emphasis> the
3716  default!) need exceptions, i.e. we need to specify explicitly what we
3717  want to block in later sections.
3718  We will also want to make exceptions from our general pop-up-killing,
3719  and use our defined aliases for that.
3720 </para>
3721
3722 <para>
3723  The first of our specialized sections is concerned with <quote>fragile</quote>
3724  sites, i.e. sites that require minimum interference, because they are either
3725  very complex or very keen on tracking you (and have mechanisms in place that
3726  make them unusable for people who avoid being tracked). We will simply use
3727  our pre-defined <literal>fragile</literal> alias instead of stating the list
3728  of actions explicitly:
3729 </para>
3730
3731 <para>
3732  <screen>
3733 ##########################################################################
3734 # Exceptions for sites that'll break under the default action set:
3735 ##########################################################################
3736
3737 # "Fragile" Use a minimum set of actions for these sites (see alias above):
3738 #
3739 { fragile }
3740 .office.microsoft.com           # surprise, surprise!
3741 .windowsupdate.microsoft.com</screen>
3742 </para>
3743
3744 <para>
3745  Shopping sites are not as fragile, but they typically
3746  require cookies to log in, and pop-up windows for shopping
3747  carts or item details. Again, we'll use a pre-defined alias:
3748 </para>
3749  
3750 <para>
3751  <screen>
3752 # Shopping sites:
3753 #
3754 { shop }
3755 .quietpc.com 
3756 .worldpay.com   # for quietpc.com
3757 .jungle.com
3758 .scan.co.uk</screen>
3759 </para>
3760
3761 <para>
3762  Then, there are sites which rely on pop-up windows (yuck!) to work.
3763  Since we made pop-up-killing our default above, we need to make exceptions
3764  now. <ulink url="http://www.mozilla.org/">Mozilla</ulink> users, who
3765  can turn on smart handling of unwanted pop-ups in their browsers, can
3766  safely choose
3767  -<literal><link linkend="FILTER-POPUPS">filter{popups}</link></literal> (and
3768  -<literal><link linkend="KILL-POPUPS">kill-popups</link></literal>) above
3769  and hence don't need this section. Anyway, disabling an already disabled
3770  action doesn't hurt, so we'll define our exceptions regardless of what was
3771  chosen in the defaults section:
3772 </para>
3773
3774 <para>
3775  <screen>
3776 # These sites require pop-ups too :( 
3777 #
3778 { -<link linkend="KILL-POPUPS">kill-popups</link> -<link linkend="FILTER-POPUPS">filter{popups}</link> }
3779 .dabs.com
3780 .overclockers.co.uk
3781 .deutsche-bank-24.de</screen>
3782 </para>
3783
3784 <para>
3785  The <literal><link linkend="FAST-REDIRECTS">fast-redirects</link></literal>
3786  action, which we enabled per default above,  breaks some sites. So disable
3787  it for popular sites where we know it misbehaves:
3788 </para>
3789
3790 <para>
3791  <screen>
3792 { -<link linkend="FAST-REDIRECTS">fast-redirects</link> }
3793 login.yahoo.com
3794 edit.*.yahoo.com
3795 .google.com
3796 .altavista.com/.*(like|url|link):http
3797 .altavista.com/trans.*urltext=http
3798 .nytimes.com</screen>
3799 </para>
3800
3801 <para>
3802  It is important that <application>Privoxy</application> knows which
3803  URLs belong to images, so that <emphasis>if</emphasis> they are to
3804  be blocked, a substitute image can be sent, rather than an HTML page.
3805  Contacting the remote site to find out is not an option, since it
3806  would destroy the loading time advantage of banner blocking, and it
3807  would feed the advertisers (in terms of money <emphasis>and</emphasis>
3808  information). We can mark any URL as an image with the <literal><link
3809  linkend="handle-as-image">handle-as-image</link></literal> action,
3810  and marking all URLs that end in a known image file extension is a
3811  good start:
3812 </para>
3813
3814 <para>
3815  <screen>
3816 ##########################################################################
3817 # Images:
3818 ##########################################################################
3819
3820 # Define which file types will be treated as images, in case they get
3821 # blocked further down this file:
3822 #
3823 { +<link linkend="HANDLE-AS-IMAGE">handle-as-image</link> }
3824 /.*\.(gif|jpe?g|png|bmp|ico)$</screen>
3825 </para>
3826
3827 <para>
3828  And then there are known banner sources. They often use scripts to
3829  generate the banners, so it won't be visible from the URL that the
3830  request is for an image. Hence we block them <emphasis>and</emphasis>
3831  mark them as images in one go, with the help of our
3832  <literal>block-as-image</literal> alias defined above. (We could of
3833  course just as well use <literal>+<link linkend="block">block</link>
3834  +<link linkend="handle-as-image">handle-as-image</link></literal> here.)
3835  Remember that the type of the replacement image is chosen by the
3836  <literal><link linkend="set-image-blocker">set-image-blocker</link></literal>
3837  action. Since all URLs have matched the default section with its
3838  <literal>+<link linkend="set-image-blocker">set-image-blocker</link>{pattern}</literal>
3839  action before, it still applies and needn't be repeated:
3840 </para>
3841
3842 <para>
3843  <screen>
3844 # Known ad generators:
3845 #
3846 { block-as-image }
3847 ar.atwola.com 
3848 .ad.doubleclick.net
3849 .ad.*.doubleclick.net
3850 .a.yimg.com/(?:(?!/i/).)*$
3851 .a[0-9].yimg.com/(?:(?!/i/).)*$
3852 bs*.gsanet.com
3853 bs*.einets.com
3854 .qkimg.net</screen>
3855 </para>
3856
3857 <para>
3858  One of the most important jobs of <application>Privoxy</application>
3859  is to block banners. A huge bunch of them are already <quote>blocked</quote>
3860  by the <literal><link linkend="filter">filter</link>{banners-by-size}</literal>
3861  action, which we enabled above, and which deletes the references to banner
3862  images from the pages while they are loaded, so the browser doesn't request
3863  them anymore, and hence they don't need to be blocked here. But this naturally
3864  doesn't catch all banners, and some people choose not to use filters, so we
3865  need a comprehensive list of patterns for banner URLs here, and apply the
3866  <literal><link linkend="block">block</link></literal> action to them.
3867 </para>
3868 <para>
3869  First comes a bunch of generic patterns, which do most of the work, by
3870  matching typical domain and path name components of banners. Then comes
3871  a list of individual patterns for specific sites, which is omitted here
3872  to keep the example short:
3873 </para>
3874
3875 <para>
3876  <screen>
3877 ##########################################################################
3878 # Block these fine banners:
3879 ##########################################################################
3880 { <link linkend="BLOCK">+block</link> }
3881
3882 # Generic patterns:
3883
3884 ad*.
3885 .*ads.
3886 banner?.
3887 count*.
3888 /.*count(er)?\.(pl|cgi|exe|dll|asp|php[34]?)
3889 /(?:.*/)?(publicite|werbung|rekla(ma|me|am)|annonse|maino(kset|nta|s)?)/
3890
3891 # Site-specific patterns (abbreviated):
3892 #
3893 .hitbox.com</screen>
3894 </para>
3895
3896 <para>
3897  You wouldn't believe how many advertisers actually call their banner
3898  servers ads.<replaceable>company</replaceable>.com, or call the directory
3899  in which the banners are stored simply <quote>banners</quote>. So the above
3900  generic patterns are surprisingly effective.
3901 </para>
3902 <para>
3903  But being very generic, they necessarily also catch URLs that we don't want
3904  to block. The pattern <literal>.*ads.</literal> e.g. catches 
3905  <quote>nasty-<emphasis>ads</emphasis>.nasty-corp.com</quote> as intended,
3906  but also <quote>downlo<emphasis>ads</emphasis>.sourcefroge.net</quote> or
3907  <quote><emphasis>ads</emphasis>l.some-provider.net.</quote> So here come some
3908  well-known exceptions to the <literal>+<link linkend="BLOCK">block</link></literal>
3909  section above.
3910 </para>
3911 <para>
3912  Note that these are exceptions to exceptions from the default! Consider the URL
3913  <quote>downloads.sourcefroge.net</quote>: Initially, all actions are deactivated,
3914  so it wouldn't get blocked. Then comes the defaults section, which matches the
3915  URL, but just deactivates the <literal><link linkend="BLOCK">block</link></literal>
3916  action once again. Then it matches <literal>.*ads.</literal>, an exception to the
3917  general non-blocking policy, and suddenly
3918  <literal><link linkend="BLOCK">+block</link></literal> applies. And now, it'll match
3919  <literal>.*loads.</literal>, where <literal><link linkend="BLOCK">-block</link></literal>
3920  applies, so (unless it matches <emphasis>again</emphasis> further down) it ends up
3921  with no <literal><link linkend="BLOCK">block</link></literal> action applying.
3922 </para>
3923
3924 <para>
3925  <screen>
3926 ##########################################################################
3927 # Save some innocent victims of the above generic block patterns:
3928 ##########################################################################
3929
3930 # By domain:
3931
3932 { -<link linkend="BLOCK">block</link> }
3933 adv[io]*.  # (for advogato.org and advice.*)
3934 adsl.      # (has nothing to do with ads)
3935 ad[ud]*.   # (adult.* and add.*)
3936 .edu       # (universities don't host banners (yet!))
3937 .*loads.   # (downloads, uploads etc)
3938
3939 # By path:
3940 #
3941 /.*loads/
3942
3943 # Site-specific:
3944 #
3945 www.globalintersec.com/adv # (adv = advanced)
3946 www.ugu.com/sui/ugu/adv</screen>
3947 </para>
3948
3949 <para>
3950  Filtering source code can have nasty side effects,
3951  so make an exception for our friends at sourceforge.net,
3952  and all paths with <quote>cvs</quote> in them. Note that
3953  <literal>-<link linkend="FILTER">filter</link></literal>
3954  disables <emphasis>all</emphasis> filters in one fell swoop!
3955 </para>
3956
3957 <para>
3958  <screen>
3959 # Don't filter code!
3960 #
3961 { -<link linkend="FILTER">filter</link> }
3962 /.*cvs
3963 .sourceforge.net</screen>
3964 </para>
3965
3966 <para>
3967  The actual <filename>default.action</filename> is of course more
3968  comprehensive, but we hope this example made clear how it works.
3969 </para>
3970
3971 </sect3>
3972
3973 <sect3><title>user.action</title>
3974
3975 <para>
3976  So far we are painting with a broad brush by setting general policies,
3977  which would be a reasonable starting point for many people. Now, 
3978  you might want to be more specific and have customized rules that
3979  are more suitable to your personal habits and preferences. These would
3980  be for narrowly defined situations like your ISP or your bank, and should
3981  be placed in <filename>user.action</filename>, which is parsed after all other 
3982  actions files and hence has the last word, over-riding any previously
3983  defined actions. <filename>user.action</filename> is also a 
3984  <emphasis>safe</emphasis> place for your personal settings, since
3985  <filename>default.action</filename> is actively maintained by the
3986  <application>Privoxy</application> developers and you'll probably want
3987  to install updated versions from time to time.
3988 </para>
3989
3990 <para>
3991  So let's look at a few examples of things that one might typically do in
3992  <filename>user.action</filename>: 
3993 </para>
3994
3995
3996 <!-- brief sample user.action here -->
3997
3998 <para>
3999  <screen>
4000 # My user.action file. &lt;fred@foobar.com&gt;</screen>
4001 </para>
4002
4003 <para>
4004  As <link linkend="aliases">aliases</link> are local to the actions
4005  file that they are defined in, you can't use the ones from
4006  <filename>default.action</filename>, unless you repeat them here:
4007 </para>
4008
4009 <para>
4010  <screen>
4011 # (Re-)define aliases for this file:
4012 #
4013 {{alias}}
4014 -crunch-all-cookies = -crunch-incoming-cookies -crunch-outgoing-cookies
4015 mercy-for-cookies   = -crunch-all-cookies -session-cookies-only
4016 fragile     = -block -crunch-all-cookies -filter -fast-redirects -hide-referer -kill-popups
4017 shop        = mercy-for-cookies -filter{popups} -kill-popups
4018 allow-ads   = -block -filter{banners-by-size} # (see below)</screen>
4019  
4020 </para>
4021
4022 <para>
4023  Say you have accounts on some sites that you visit regularly, and
4024  you don't want to have to log in manually each time. So you'd like
4025  to allow persistent cookies for these sites. The
4026  <literal>mercy-for-cookies</literal> alias defined above does exactly
4027  that, i.e. it disables crunching of cookies in any direction, and
4028  processing of cookies to make them temporary.
4029 </para>
4030
4031 <para>
4032  <screen>
4033 { mercy-for-cookies }
4034 sunsolve.sun.com
4035 slashdot.org
4036 .yahoo.com
4037 .msdn.microsoft.com
4038 .redhat.com</screen>
4039 </para>
4040
4041 <para>
4042  Your bank needs popups and is allergic to some filter, but you don't
4043  know which, so you disable them all:
4044 </para>
4045
4046 <para>
4047  <screen>
4048 { -<link linkend="FILTER">filter</link> -<link linkend="KILL-POPUPS">kill-popups</link> }
4049 .your-home-banking-site.com</screen>
4050 </para>
4051
4052 <para>
4053  While browsing the web with <application>Privoxy</application> you
4054  noticed some ads that sneaked through, but you were too lazy to
4055  report them through our fine and easy <link linkend="contact">feedback</link>
4056  system, so you have added them here:
4057 </para>
4058
4059 <para>
4060  <screen>
4061 { +<link linkend="BLOCK">block</link> }
4062 www.a-popular-site.com/some/unobvious/path
4063 another.popular.site.net/more/junk/here/</screen>
4064 </para>
4065
4066 <para>
4067  Note that, assuming the banners in the above example have regular image
4068  extensions (most do),
4069  <literal>+<link linkend="HANDLE-AS-IMAGE">handle-as-image</link></literal>
4070  need not be specified, since all URLs ending in these extensions will
4071  already have been tagged as images in the relevant section of 
4072  <filename>default.action</filename> by now.
4073 </para>
4074
4075 <para>
4076  Then you noticed that the default configuration breaks Forbes Magazine,
4077  but you were too lazy to find out which action is the culprit, and you
4078  were again too lazy to give <link linkend="contact">feedback</link>, so
4079  you just used the <literal>fragile</literal> alias on the site, and
4080  -- whoa! -- it worked:
4081 </para>
4082
4083 <para>
4084 <screen>
4085 { fragile }
4086 .forbes.com</screen>
4087 </para>
4088
4089 <para>
4090  You like the <quote>fun</quote> text replacements in <filename>default.filter</filename>,
4091  but it is disabled in the distributed actions file. (My colleagues on the team just
4092  don't have a sense of humour, that's why! ;-). So you'd like to turn it on in your private,
4093  update-safe config, once and for all:
4094 </para>
4095
4096 <para>
4097 <screen>
4098 { +<link linkend="filter-fun">filter{fun}</link> }
4099 / # For ALL sites!</screen>
4100 </para>
4101
4102 <para>
4103  Note that the above is not really a good idea: There are exceptions
4104  to the filters in <filename>default.action</filename> for things that
4105  really shouldn't be filtered, like code on CVS->Web interfaces. Since
4106  <filename>user.action</filename> has the last word, these exceptions
4107  won't be valid for the <quote>fun</quote> filtering specified here.
4108 </para>
4109
4110 <para>
4111  Finally, you might think about how your favourite free websites are
4112  funded, and find that they rely on displaying banner advertisements
4113  to survive. So you might want to specifically allow banners for those
4114  sites that you feel provide value to you:
4115 </para>
4116
4117 <para>
4118 <screen>
4119 { allow-ads }
4120 .sourceforge.net
4121 .slashdot.org
4122 .osdn.net</screen>   
4123 </para>
4124
4125 <para>
4126  Note that <literal>allow-ads</literal> has been aliased to 
4127  <literal>-<link linkend="block">block</link></literal>
4128  <literal>-<link linkend="filter-banners-by-size">filter{banners-by-size}</link></literal>
4129  above.
4130 </para>
4131 </sect3>
4132 </sect2>
4133
4134 <!--  ~  End section  ~  -->
4135
4136 </sect1>
4137
4138 <!--  ~  End section  ~  -->
4139
4140 <!--   ~~~~~~~~       New section Header    ~~~~~~~~~     -->
4141
4142 <sect1 id="filter-file">
4143 <title>The Filter File</title>
4144
4145 <para>
4146  All text substitutions that can be invoked through the
4147  <literal><link linkend="filter">filter</link></literal> action
4148  must first be defined in the filter file, which is typically
4149  called <filename>default.filter</filename> and which can be
4150  selected through the <literal>
4151  <link linkend="filterfile">filterfile</link></literal> config
4152  option.
4153 </para>
4154
4155 <para>
4156  Typical reasons for doing such substitutions are to eliminate
4157  common annoyances in HTML and JavaScript, such as pop-up windows,
4158  exit consoles, crippled windows without navigation tools, the
4159  infamous &lt;BLINK&gt; tag etc, to suppress images with certain
4160  width and height attributes (standard banner sizes or web-bugs),
4161  or just to have fun. The possibilities are endless.
4162 </para>
4163
4164 <para>
4165  Filtering works on any text-based document type, including plain
4166  text, HTML, JavaScript, CSS etc. (all <literal>text/*</literal>
4167  MIME types). Substitutions are made at the source level, so if
4168  you want to <quote>roll your own</quote> filters, you should be
4169  familiar with HTML syntax.
4170 </para>
4171
4172 <para>
4173  Just like the <link linkend="actions-file">actions files</link>, the
4174  filter file is organized in sections, which are called <emphasis>filters</emphasis>
4175  here. Each filter consists of a heading line, that starts with the
4176  <emphasis>keyword</emphasis> <literal>FILTER:</literal>, followed by
4177  the filter's <emphasis>name</emphasis>, and a short (one line) 
4178  <emphasis>description</emphasis> of what it does. Below that line
4179  come the <emphasis>jobs</emphasis>, i.e. lines that define the actual
4180  text substitutions. By convention, the name of a filter
4181  should describe what the filter <emphasis>eliminates</emphasis>. The
4182  comment is used in the <ulink url="http://config.privoxy.org/">web-based
4183  user interface</ulink>.
4184 </para>
4185
4186 <para>
4187  Once a filter called <replaceable>name</replaceable> has been defined
4188  in the filter file, it can be invoked by using an action of the form
4189  +<literal><link linkend="filter">filter</link>{<replaceable>name</replaceable>}</literal>
4190  in any <link linkend="actions-file">actions file</link>.
4191 </para>
4192  
4193 <para>
4194  A filter header line for a filter called <quote>foo</quote> could look
4195  like this:
4196 </para>
4197
4198 <para>
4199  <screen>FILTER: foo Replace all "foo" with "bar"</screen>
4200 </para>
4201
4202 <para>
4203  Below that line, and up to the next header line, come the jobs that
4204  define what text replacements the filter executes. They are specified
4205  in a syntax that imitates <ulink url="http://www.perl.org/">Perl</ulink>'s
4206  <literal>s///</literal> operator. If you are familiar with Perl, you
4207  will find this to be quite intuitive, and may want to look at the
4208  <ulink url="http://www.oesterhelt.org/pcrs/pcrs.3.html">PCRS man page</ulink>
4209  for the subtle differences to Perl behaviour. Most notably, the non-standard
4210  option letter <literal>U</literal> is supported, which turns the default
4211  to ungreedy matching.
4212 </para>
4213
4214 <para>
4215  If you are new to regular expressions, you might want to take a look at
4216  the <link linkend="regex">Appendix on regular expressions</link>, and
4217  see the <ulink url="http://perldoc.com/perl5.6.1/pod/perl.html">Perl
4218  manual</ulink> for
4219  <ulink url="http://perldoc.com/perl5.6.1/pod/perlop.html#s-PATTERN-REPLACEMENT-egimosx">the 
4220  <literal>s///</literal> operator's syntax</ulink> and <ulink
4221  url="http://perldoc.com/perl5.6.1/pod/perlre.html">Perl-style regular
4222  expressions</ulink> in general.
4223  The below examples might also help to get you started.
4224 </para>
4225
4226 <!--   ~~~~~~~~       New section Header    ~~~~~~~~~     -->
4227
4228 <sect2><title>Filter File Tutorial</title>
4229 <para>
4230  Now, let's complete our <quote>foo</quote> filter. We have already defined
4231  the heading, but the jobs are still missing. Since all it does is to replace
4232  <quote>foo</quote> with <quote>bar</quote>, there is only one (trivial) job
4233  needed:
4234 </para>
4235
4236 <para>
4237  <screen>s/foo/bar/</screen>
4238 </para>
4239
4240 <para>
4241  But wait! Didn't the comment say that <emphasis>all</emphasis> occurrences
4242  of <quote>foo</quote> should be replaced? Our current job will only take
4243  care of the first <quote>foo</quote> on each page. For global substitution,
4244  we'll need to add the <literal>g</literal> option:
4245 </para>
4246
4247 <para>
4248  <screen>s/foo/bar/g</screen>
4249 </para>
4250
4251 <para>
4252  Our complete filter now looks like this:
4253 </para>
4254 <para>
4255  <screen>FILTER: foo Replace all "foo" with "bar"
4256 s/foo/bar/g</screen>
4257 </para>
4258
4259 <para>
4260  Let's look at some real filters for more interesting examples. Here you see
4261  a filter that protects against some common annoyances that arise from JavaScript
4262  abuse. Let's look at its jobs one after the other:
4263 </para>
4264
4265
4266 <para>
4267  <screen>
4268 FILTER: js-annoyances Get rid of particularly annoying JavaScript abuse
4269
4270 # Get rid of JavaScript referrer tracking. Test page: http://www.randomoddness.com/untitled.htm
4271 #
4272 s|(&lt;script.*)document\.referrer(.*&lt;/script&gt;)|$1"Not Your Business!"$2|Usg</screen>
4273 </para>
4274
4275 <para>
4276  Following the header line and a comment, you see the job. Note that it uses
4277  <literal>|</literal> as the delimiter instead of <literal>/</literal>, because
4278  the pattern contains a forward slash, which would otherwise have to be escaped
4279  by a backslash (<literal>\</literal>).
4280 </para>
4281
4282 <para>
4283  Now, let's examine the pattern: it starts with the text <literal>&lt;script.*</literal>
4284  enclosed in parentheses. Since the dot matches any character, and <literal>*</literal>
4285  means: <quote>Match an arbitrary number of the element left of myself</quote>, this
4286  matches <quote>&lt;script</quote>, followed by <emphasis>any</emphasis> text, i.e.
4287  it matches the whole page, from the start of the first &lt;script&gt; tag.
4288 </para>
4289
4290 <para>
4291  That's more than we want, but the pattern continues: <literal>document\.referrer</literal>
4292  matches only the exact string <quote>document.referrer</quote>. The dot needed to
4293  be <emphasis>escaped</emphasis>, i.e. preceded by a backslash, to take away its
4294  special meaning as a joker, and make it just a regular dot. So far, the meaning is:
4295  Match from the start of the first &lt;script&gt; tag in a the page, up to, and including,
4296  the text <quote>document.referrer</quote>, if <emphasis>both</emphasis> are present
4297  in the page (and appear in that order).
4298 </para>
4299
4300 <para>
4301  But there's still more pattern to go. The next element, again enclosed in parentheses,
4302  is <literal>.*&lt;/script&gt;</literal>. You already know what <literal>.*</literal>
4303  means, so the whole pattern translates to: Match from the start of the first  &lt;script&gt;
4304  tag in a page to the end of the last &lt;script&gt; tag, provided that the text
4305  <quote>document.referrer</quote> appears somewhere in between.
4306 </para>
4307
4308 <para>
4309  This is still not the whole story, since we have ignored the options and the parentheses:
4310  The portions of the page matched by sub-patterns that are enclosed in parentheses, will be
4311  remembered and be available through the variables <literal>$1, $2, ...</literal> in
4312  the substitute. The <literal>U</literal> option switches to ungreedy matching, which means
4313  that the first <literal>.*</literal> in the pattern will only <quote>eat up</quote> all
4314  text in between <quote>&lt;script</quote> and the <emphasis>first</emphasis> occurrence
4315  of <quote>document.referrer</quote>, and that the second <literal>.*</literal> will
4316  only span the text up to the <emphasis>first</emphasis> <quote>&lt;/script&gt;</quote>
4317  tag. Furthermore, the <literal>s</literal> option says that the match may span
4318  multiple lines in the page, and the <literal>g</literal> option again means that the
4319  substitution is global.
4320 </para>
4321
4322 <para>
4323  So, to summarize, the pattern means: Match all scripts that contain the text
4324  <quote>document.referrer</quote>. Remember the parts of the script from
4325  (and including) the start tag up to (and excluding) the string
4326  <quote>document.referrer</quote> as <literal>$1</literal>, and the part following
4327  that string, up to and including the closing tag, as <literal>$2</literal>.
4328 </para>
4329
4330 <para>
4331  Now the pattern is deciphered, but wasn't this about substituting things? So
4332  lets look at the substitute: <literal>$1"Not Your Business!"$2</literal> is
4333  easy to read: The text remembered as <literal>$1</literal>, followed by 
4334  <literal>"Not Your Business!"</literal> (<emphasis>including</emphasis>
4335  the quotation marks!), followed by the text remembered as <literal>$2</literal>.
4336  This produces an exact copy of the original string, with the middle part
4337  (the <quote>document.referrer</quote>) replaced by <literal>"Not Your
4338  Business!"</literal>.
4339 </para>
4340
4341 <para>
4342  The whole job now reads: Replace <quote>document.referrer</quote> by
4343  <literal>"Not Your Business!"</literal> wherever it appears inside a
4344  &lt;script&gt tag. Note that this job won't break JavaScript syntax,
4345  since both the original and the replacement are syntactically valid
4346  string objects. The script just won't have access to the referrer
4347  information anymore.
4348 </para>
4349
4350 <para>
4351  We'll show you two other jobs from the JavaScript taming department, but
4352  this time only point out the constructs of special interest:
4353 </para>
4354
4355 <para>
4356  <screen>
4357 # The status bar is for displaying link targets, not pointless blahblah
4358 #
4359 s/window\.status\s*=\s*['"].*?['"]/dUmMy=1/ig</screen>
4360 </para>
4361
4362 <para>
4363  <literal>\s</literal> stands for whitespace characters (space, tab, newline,
4364  carriage return, form feed), so that <literal>\s*</literal> means: <quote>zero
4365  or more whitespace</quote>. The <literal>?</literal> in <literal>.*?</literal>
4366  makes this matching of arbitrary text ungreedy. (Note that the <literal>U</literal>
4367  option is not set). The <literal>['"]</literal> construct means: <quote>a single
4368  <emphasis>or</emphasis> a double quote</quote>.
4369 </para>
4370
4371 <para>
4372  So what does this job do? It replaces assignments of single- or double-quoted
4373  strings to the <quote>window.status</quote> object with a dummy assignment
4374  (using a variable name that is hopefully odd enough not to conflict with
4375  real variables in scripts). Thus, it catches many cases where e.g. pointless
4376  descriptions are displayed in the status bar instead of the link target when
4377  you move your mouse over links.
4378 </para>
4379
4380 <para>
4381  <screen>
4382 # Kill OnUnload popups. Yummy. Test: http://www.zdnet.com/zdsubs/yahoo/tree/yfs.html
4383 #
4384 s/(&lt;body .*)onunload(.*&gt;)/$1never$2/iU</screen>
4385 </para>
4386
4387 <para>
4388  Including the
4389  <ulink url="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-eventgroupings-htmlevents">OnUnload
4390  event binding</ulink> in the HTML DOM was a <emphasis>CRIME</emphasis>.
4391  When I close a browser window, I want it to close and die. Basta.
4392  This job replaces the <quote>onunload</quote> attribute in
4393  <quote>&lt;body&gt</quote> tags with the dummy word <literal>never</literal>.
4394  Note that the <literal>i</literal> option makes the pattern matching
4395  case-insensitive.
4396 </para>
4397
4398 <para>
4399  The last example is from the fun department:
4400 </para>
4401
4402 <para>
4403  <screen>
4404 FILTER: fun Fun text replacements
4405
4406 # Spice the daily news:
4407 #
4408 s/microsoft(?!\.com)/MicroSuck/ig</screen>
4409 </para>
4410
4411 <para>
4412  Note the <literal>(?!\.com)</literal> part (a so-called negative lookahead)
4413  in the job's pattern, which means: Don't match, if the string 
4414  <quote>.com</quote> appears directly following <quote>microsoft</quote>
4415  in the page. This prevents links to microsoft.com from being trashed, while
4416  still replacing the word everywhere else.
4417 </para>
4418
4419 <para>
4420  <screen>
4421 # Buzzword Bingo (example for extended regex syntax)
4422 #
4423 s* industry[ -]leading \
4424 |  cutting[ -]edge \
4425 |  award[ -]winning # Comments are OK, too! \
4426 |  high[ -]performance \
4427 |  solutions[ -]based \
4428 |  unmatched \
4429 |  unparalleled \
4430 |  unrivalled \
4431 *&lt;font color="red"&gt;&lt;b&gt;BINGO!&lt;/b&gt;&lt;/font&gt; \
4432 *igx</screen>
4433 </para>
4434
4435 <para>
4436  The <literal>x</literal> option in this job turns on extended syntax, and allows for
4437  e.g. the liberal use of (non-interpreted!) whitespace for nicer formatting.
4438 </para>
4439
4440 <para>
4441  You get the idea?
4442 </para>
4443 </sect2>
4444 </sect1>
4445
4446 <!--  ~  End section  ~  -->
4447
4448
4449
4450 <!--   ~~~~~       New section      ~~~~~     -->
4451
4452 <sect1 id="templates">
4453 <title>Templates</title>
4454 <para>
4455  All <application>Privoxy</application> built-in pages, i.e. error pages such as the 
4456  <ulink url="http://show-the-404-error.page"><quote>404 - No Such Domain</quote>
4457  error page</ulink>, the <ulink
4458  url="http://ads.bannerserver.example.com/nasty-ads/sponsor.html"><quote>BLOCKED</quote>
4459  page</ulink>
4460  and all pages of its <ulink url="http://config.privoxy.org/">web-based
4461  user interface</ulink>, are generated from <emphasis>templates</emphasis>. 
4462  (<application>Privoxy</application> must be running for the above links to work as
4463  intended.)
4464 </para>
4465
4466 <para>
4467  These templates are stored in a subdirectory of the <link linkend="confdir">configuration
4468  directory</link> called <filename>templates</filename>. On Unixish platforms,
4469  this is typically
4470  <ulink url="file:///etc/privoxy/templates/"><filename>/etc/privoxy/templates/</filename></ulink>.
4471 </para>
4472
4473 <para>
4474  The templates are basically normal HTML files, but with place-holders (called symbols
4475  or exports), which <application>Privoxy</application> fills at run time. You can
4476  edit the templates with a normal text editor, should you want to customize them.
4477  (<emphasis>Not recommended for the casual user</emphasis>). Note that
4478  just like in configuration files, lines starting with <literal>#</literal> are
4479  ignored when the templates are filled in.
4480 </para>
4481
4482 <para>
4483  The place-holders are of the form <literal>@name@</literal>, and you will
4484  find a list of available symbols, which vary from template to template,
4485  in the comments at the start of each file. Note that these comments are not
4486  always accurate, and that it's probably best to look at the existing HTML
4487  code to find out which symbols are supported and what they are filled in with.
4488 </para>
4489
4490 <para>
4491  A special application of this substitution mechanism is to make whole
4492  blocks of HTML code disappear when a specific symbol is set. We use this
4493  for many purposes, one of them being to include the beta warning in all
4494  our user interface (CGI) pages when <application>Privoxy</application>
4495  in in an alpha or beta development stage:
4496 </para>
4497
4498 <para>
4499  <screen>
4500 &lt;!-- @if-unstable-start --&gt;
4501
4502   ... beta warning HTML code goes here ...
4503
4504 &lt;!-- if-unstable-end@ --&gt;</screen>
4505 </para>
4506
4507 <para>
4508  If the "unstable" symbol is set, everything in between and including
4509  <literal>@if-unstable-start</literal> and <literal>if-unstable-end@</literal>
4510  will disappear, leaving nothing but an empty comment:
4511 </para>
4512
4513 <para>
4514  <screen>&lt;!--  --&gt;</screen>
4515 </para>
4516
4517 <para>
4518  There's also an if-then-else construct and an <literal>#include</literal>
4519  mechanism, but you'll sure find out if you are inclined to edit the
4520  templates ;-)
4521 </para>
4522
4523 <para>
4524  All templates refer to a style located at
4525  <ulink url="http://config.privoxy.org/send-stylesheet"><literal>http://config.privoxy.org/send-stylesheet</literal></ulink>.
4526  This is, of course, locally served by <application>Privoxy</application>
4527  and the source for it can be found and edited in the
4528  <filename>cgi-style.css</filename> template.
4529 </para>
4530
4531 </sect1>
4532
4533 <!--  ~  End section  ~  -->
4534
4535
4536
4537 <!--   ~~~~~       New section      ~~~~~     -->
4538
4539 <sect1 id="contact"><title>Contacting the Developers, Bug Reporting and Feature
4540 Requests</title>
4541
4542 <!-- Include contacting.sgml boilerplate: -->
4543  &contacting;
4544 <!-- end boilerplate -->
4545
4546 </sect1>
4547
4548 <!--  ~  End section  ~  -->
4549
4550
4551 <!--   ~~~~~       New section      ~~~~~     -->
4552 <sect1 id="copyright"><title><application>Privoxy</application> Copyright, License and History</title>
4553
4554 <!-- Include copyright.sgml: -->
4555  &copyright;
4556 <!-- end copyright -->
4557
4558 <!--   ~~~~~       New section      ~~~~~     -->
4559 <sect2><title>License</title>
4560 <!-- Include copyright.sgml: -->
4561  &license;
4562 <!-- end copyright -->
4563 </sect2>
4564 <!--  ~  End section  ~  -->
4565
4566
4567 <!--   ~~~~~       New section      ~~~~~     -->
4568
4569 <sect2 id="history"><title>History</title>
4570 <!-- Include history.sgml: -->
4571  &history;
4572 <!-- end history -->
4573 </sect2>
4574
4575 <sect2 id="authors"><title>Authors</title>
4576 <!-- Include p-authors.sgml: -->
4577  &p-authors;
4578 <!-- end authors -->
4579 </sect2>
4580
4581 </sect1>
4582
4583 <!--  ~  End section  ~  -->
4584
4585
4586 <!--   ~~~~~       New section      ~~~~~     -->
4587 <sect1 id="seealso"><title>See Also</title>
4588 <!-- Include seealso.sgml: -->
4589  &seealso;
4590 <!-- end seealso -->
4591 </sect1>
4592
4593
4594
4595 <!--   ~~~~~       New section      ~~~~~     -->
4596 <sect1 id="appendix"><title>Appendix</title>
4597
4598
4599 <!--   ~~~~~       New section      ~~~~~     -->
4600 <sect2 id="regex">
4601 <title>Regular Expressions</title>
4602 <para>
4603  <application>Privoxy</application> uses Perl-style <quote>regular
4604  expressions</quote> in its <link linkend="actions-file">actions
4605  files</link> and <link linkend="filter-file">filter file</link>,
4606  through the <ulink url="http://www.pcre.org/">PCRE</ulink> and
4607  <ulink url="http://www.oesterhelt.org/pcrs/">PCRS</ulink> libraries.
4608 </para>
4609
4610 <para>
4611  If you are reading this, you probably don't understand what <quote>regular
4612  expressions</quote> are, or what they can do. So this will be a very brief
4613  introduction only. A full explanation would require a <ulink
4614  url="http://www.oreilly.com/catalog/regex/">book</ulink> ;-)
4615 </para>
4616
4617 <para>
4618  Regular expressions provide a language to describe patterns that can be
4619  run against strings of characters (letter, numbers, etc), to see if they
4620  match the string or not. The  patterns are themselves (sometimes complex)
4621  strings of literal characters, combined with  wild-cards, and other special
4622  characters, called meta-characters. The <quote>meta-characters</quote> have
4623  special meanings and are used to build complex patterns to be matched against.
4624  Perl Compatible Regular Expressions are an especially convenient
4625  <quote>dialect</quote> of the regular expression language.
4626 </para>
4627
4628 <para>
4629  To make a simple analogy, we do something similar when we use wild-card
4630  characters when listing files with the <command>dir</command> command in DOS. 
4631  <literal>*.*</literal> matches all filenames. The <quote>special</quote>
4632  character here is the asterisk which matches any and all characters. We can be
4633  more specific and use <literal>?</literal> to match just individual
4634  characters. So <quote>dir file?.text</quote> would match
4635  <quote>file1.txt</quote>, <quote>file2.txt</quote>, etc. We are pattern
4636  matching, using a similar technique to <quote>regular expressions</quote>!
4637 </para>
4638
4639 <para>
4640  Regular expressions do essentially the same thing, but are much, much more
4641  powerful. There are many more <quote>special characters</quote> and ways of 
4642  building complex patterns however. Let's look at a few of the common ones,
4643  and then some examples:
4644 </para>
4645
4646 <para><simplelist>
4647  <member>
4648   <emphasis>.</emphasis> - Matches any single character, e.g. <quote>a</quote>,
4649   <quote>A</quote>, <quote>4</quote>, <quote>:</quote>, or <quote>@</quote>.
4650  </member>
4651 </simplelist></para>
4652
4653 <para><simplelist>
4654  <member>
4655   <emphasis>?</emphasis> - The preceding character or expression is matched ZERO or ONE
4656   times. Either/or.
4657  </member>
4658 </simplelist></para>
4659
4660 <para><simplelist>
4661  <member>
4662   <emphasis>+</emphasis> - The preceding character or expression is matched ONE or MORE
4663   times.
4664  </member>
4665 </simplelist></para>
4666
4667 <para><simplelist>
4668  <member>
4669   <emphasis>*</emphasis> - The preceding character or expression is matched ZERO or MORE
4670   times.
4671  </member>
4672 </simplelist></para>
4673
4674 <para><simplelist>
4675  <member>
4676   <emphasis>\</emphasis> - The <quote>escape</quote> character denotes that
4677   the following character should be taken literally. This is used where one of the 
4678   special characters (e.g. <quote>.</quote>) needs to be taken literally and
4679   not as a special meta-character. Example: <quote>example\.com</quote>, makes 
4680   sure the period is recognized only as a period (and not expanded to its 
4681   meta-character meaning of any single character).
4682  </member>
4683 </simplelist></para>
4684
4685 <para><simplelist>
4686  <member>
4687   <emphasis>[]</emphasis> - Characters enclosed in brackets will be matched if
4688   any of the enclosed characters are encountered. For instance, <quote>[0-9]</quote>
4689   matches any numeric digit (zero through nine). As an example, we can combine 
4690   this with <quote>+</quote> to match any digit one of more times: <quote>[0-9]+</quote>.
4691  </member>
4692 </simplelist></para>
4693
4694 <para><simplelist>
4695  <member>
4696   <emphasis>()</emphasis> - parentheses are used to group a sub-expression,
4697   or multiple sub-expressions.
4698  </member>
4699 </simplelist></para>
4700
4701 <para><simplelist>
4702  <member>
4703   <emphasis>|</emphasis> - The <quote>bar</quote> character works like an
4704   <quote>or</quote> conditional statement. A match is successful if the
4705   sub-expression on either side of <quote>|</quote> matches. As an example:
4706   <quote>/(this|that) example/</quote> uses grouping and the bar character 
4707   and would match either <quote>this example</quote> or <quote>that
4708   example</quote>, and nothing else.
4709  </member>
4710 </simplelist></para>
4711
4712 <para>
4713  These are just some of the ones you are likely to use when matching URLs with 
4714  <application>Privoxy</application>, and is a long way from a definitive
4715  list. This is enough to get us started with a few simple examples which may
4716  be more illuminating:
4717 </para>
4718
4719 <para>
4720  <emphasis><literal>/.*/banners/.*</literal></emphasis> - A  simple example
4721  that uses the common combination of <quote>.</quote> and <quote>*</quote> to 
4722  denote any character, zero or more times. In other words, any string at all.
4723  So we start with a literal forward slash, then our regular expression pattern 
4724  (<quote>.*</quote>) another literal forward slash, the string
4725  <quote>banners</quote>, another forward slash, and lastly another
4726  <quote>.*</quote>. We are building 
4727  a directory path here. This will match any file with the path that has a
4728  directory named <quote>banners</quote> in it. The <quote>.*</quote> matches
4729  any characters, and this could conceivably be more forward slashes, so it
4730  might expand into a much longer looking path. For example, this could match:
4731  <quote>/eye/hate/spammers/banners/annoy_me_please.gif</quote>, or just
4732  <quote>/banners/annoying.html</quote>, or almost an infinite number of other
4733  possible combinations, just so it has <quote>banners</quote> in the path
4734  somewhere.
4735 </para>
4736
4737 <para>
4738  A now something a little more complex:
4739 </para>
4740
4741 <para>
4742  <emphasis><literal>/.*/adv((er)?ts?|ertis(ing|ements?))?/</literal></emphasis> - 
4743  We have several literal forward slashes again (<quote>/</quote>), so we are
4744  building another expression that is a file path statement. We have another 
4745  <quote>.*</quote>, so we are matching against any conceivable sub-path, just so
4746  it matches our expression. The only true literal that <emphasis>must
4747  match</emphasis> our pattern is <application>adv</application>, together with
4748  the forward slashes. What comes after the <quote>adv</quote> string is the
4749  interesting part. 
4750 </para>
4751
4752 <para>
4753  Remember the <quote>?</quote> means the preceding expression (either a
4754  literal character or anything grouped with <quote>(...)</quote> in this case)
4755  can exist or not, since this means either zero or one match. So
4756  <quote>((er)?ts?|ertis(ing|ements?))</quote> is optional, as are the
4757  individual sub-expressions: <quote>(er)</quote>,
4758  <quote>(ing|ements?)</quote>, and the <quote>s</quote>. The <quote>|</quote>
4759  means <quote>or</quote>. We have two of those. For instance, 
4760  <quote>(ing|ements?)</quote>, can expand to match either <quote>ing</quote> 
4761  <emphasis>OR</emphasis> <quote>ements?</quote>. What is being done here, is an
4762  attempt at matching as many variations of <quote>advertisement</quote>, and 
4763  similar, as possible. So this would expand to match just <quote>adv</quote>,
4764  or <quote>advert</quote>, or <quote>adverts</quote>, or
4765  <quote>advertising</quote>, or <quote>advertisement</quote>, or
4766  <quote>advertisements</quote>. You get the idea. But it would not match 
4767  <quote>advertizements</quote> (with a <quote>z</quote>). We could fix that by
4768  changing our regular expression to: 
4769  <quote>/.*/adv((er)?ts?|erti(s|z)(ing|ements?))?/</quote>, which would then match
4770  either spelling.
4771 </para>
4772
4773 <para>
4774  <emphasis><literal>/.*/advert[0-9]+\.(gif|jpe?g)</literal></emphasis> - Again 
4775  another path statement with forward slashes. Anything in the square brackets 
4776  <quote>[]</quote> can be matched. This is using <quote>0-9</quote> as a
4777  shorthand expression to mean any digit one through nine. It is the same as
4778  saying <quote>0123456789</quote>. So any digit matches. The <quote>+</quote>
4779  means one or more of the preceding expression must be included. The preceding 
4780  expression here is what is in the square brackets -- in this case, any digit 
4781  one through nine. Then, at the end, we have a grouping: <quote>(gif|jpe?g)</quote>. 
4782  This includes a <quote>|</quote>, so this needs to match the expression on
4783  either side of that bar character also. A simple <quote>gif</quote> on one side, and the other
4784  side will in turn match either <quote>jpeg</quote> or <quote>jpg</quote>,
4785  since the <quote>?</quote> means the letter <quote>e</quote> is optional and
4786  can be matched once or not at all. So we are building an expression here to
4787  match image GIF or JPEG type image file. It must include the literal
4788  string <quote>advert</quote>, then one or more digits, and a <quote>.</quote>
4789  (which is now a literal, and not a special character, since it is escaped
4790  with <quote>\</quote>), and lastly either <quote>gif</quote>, or
4791  <quote>jpeg</quote>, or <quote>jpg</quote>. Some possible matches would
4792  include: <quote>//advert1.jpg</quote>,
4793  <quote>/nasty/ads/advert1234.gif</quote>,
4794  <quote>/banners/from/hell/advert99.jpg</quote>. It would not match
4795  <quote>advert1.gif</quote> (no leading slash), or
4796  <quote>/adverts232.jpg</quote> (the expression does not include an
4797  <quote>s</quote>), or <quote>/advert1.jsp</quote> (<quote>jsp</quote> is not
4798  in the expression anywhere).
4799 </para>
4800
4801 <para>
4802  We are barely scratching the surface of regular expressions here so that you
4803  can understand the default <application>Privoxy</application>
4804  configuration files, and maybe use this knowledge to customize your own
4805  installation. There is much, much more that can be done with regular
4806  expressions. Now that you know enough to get started, you can learn more on
4807  your own :/
4808 </para>
4809
4810 <para>
4811  More reading on Perl Compatible Regular expressions: 
4812  <ulink url="http://www.perldoc.com/perl5.6/pod/perlre.html">http://www.perldoc.com/perl5.6/pod/perlre.html</ulink>
4813 </para>
4814
4815 <para>
4816  For information on regular expression based substitutions and their applications
4817  in filters, please see the <link linkend="filter-file">filter file tutorial</link>
4818  in this manual.
4819 </para>
4820 </sect2>
4821
4822 <!--  ~  End section  ~  -->
4823
4824
4825 <!--   ~~~~~       New section      ~~~~~     -->
4826 <sect2>
4827 <title><application>Privoxy</application>'s Internal Pages</title>
4828
4829 <para>
4830  Since <application>Privoxy</application> proxies each requested 
4831  web page, it is easy for <application>Privoxy</application> to 
4832  trap certain special URLs. In this way, we can talk directly to
4833  <application>Privoxy</application>, and see how it is 
4834  configured, see how our rules are being applied, change these 
4835  rules and other configuration options, and even turn
4836  <application>Privoxy's</application> filtering off, all with 
4837  a web browser.
4838
4839 </para>
4840
4841 <para>
4842  The URLs listed below are the special ones that allow direct access 
4843  to <application>Privoxy</application>. Of course,
4844  <application>Privoxy</application> must be running to access these. If 
4845  not, you will get a friendly error message. Internet access is not 
4846  necessary either.
4847 </para>
4848
4849 <para>
4850  <itemizedlist>
4851
4852  <listitem>
4853   <para>  
4854    Privoxy main page: 
4855   </para>
4856   <blockquote>
4857    <para> 
4858      <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
4859    </para>
4860   </blockquote>
4861   <para>
4862    There is a shortcut: <ulink url="http://p.p/">http://p.p/</ulink> (But it
4863    doesn't provide a fall-back to a real page, in case the request is not
4864    sent through <application>Privoxy</application>)
4865   </para>
4866  </listitem>
4867
4868  <listitem>
4869   <para>  
4870     Show information about the current configuration, including viewing and 
4871     editing of actions files:
4872   </para>
4873    <blockquote>
4874    <para> 
4875     <ulink url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
4876    </para>
4877   </blockquote>
4878  </listitem>
4879  
4880  <listitem>
4881   <para>  
4882     Show the source code version numbers:
4883   </para>
4884   <blockquote>
4885    <para> 
4886     <ulink url="http://config.privoxy.org/show-version">http://config.privoxy.org/show-version</ulink>
4887    </para>
4888   </blockquote>
4889  </listitem>
4890  
4891  <listitem>
4892   <para>  
4893    Show the browser's request headers:
4894   </para>
4895   <blockquote>
4896    <para> 
4897     <ulink url="http://config.privoxy.org/show-request">http://config.privoxy.org/show-request</ulink>
4898    </para>
4899   </blockquote>
4900  </listitem>
4901  
4902  <listitem>
4903   <para>  
4904    Show which actions apply to a URL and why:
4905   </para>
4906    <blockquote>
4907    <para> 
4908     <ulink url="http://config.privoxy.org/show-url-info">http://config.privoxy.org/show-url-info</ulink>
4909    </para>
4910   </blockquote>
4911  </listitem>
4912  
4913  <listitem>
4914   <para>  
4915    Toggle Privoxy on or off. In this case, <quote>Privoxy</quote> continues 
4916    to run, but only as a pass-through proxy, with no actions taking place:
4917   </para>
4918    <blockquote>
4919    <para> 
4920     <ulink url="http://config.privoxy.org/toggle">http://config.privoxy.org/toggle</ulink>
4921    </para>
4922   </blockquote>
4923   <para>
4924    Short cuts. Turn off, then on: 
4925   </para>
4926    <blockquote>
4927    <para> 
4928      <ulink url="http://config.privoxy.org/toggle?set=disable">http://config.privoxy.org/toggle?set=disable</ulink>
4929    </para>
4930   </blockquote>
4931    <blockquote>
4932    <para> 
4933      <ulink url="http://config.privoxy.org/toggle?set=enable">http://config.privoxy.org/toggle?set=enable</ulink>
4934    </para>
4935   </blockquote>
4936  </listitem>
4937  
4938  </itemizedlist>
4939 </para>
4940
4941 <para>
4942  These may be bookmarked for quick reference. See next.
4943
4944 </para>
4945
4946 <sect3 id="bookmarklets">
4947 <title>Bookmarklets</title>
4948 <para>
4949  Below are some <quote>bookmarklets</quote> to allow you to easily access a
4950  <quote>mini</quote> version of some of <application>Privoxy's</application>
4951  special pages. They are designed for MS Internet Explorer, but should work
4952  equally well in Netscape, Mozilla, and other browsers which support
4953  JavaScript. They are designed to run directly from your bookmarks - not by
4954  clicking the links below (although that should work for testing).
4955 </para>
4956 <para>
4957  To save them, right-click the link and choose <quote>Add to Favorites</quote>
4958  (IE) or <quote>Add Bookmark</quote> (Netscape). You will get a warning that
4959  the bookmark <quote>may not be safe</quote> - just click OK. Then you can run the
4960  Bookmarklet directly from your favorites/bookmarks. For even faster access,
4961  you can put them on the <quote>Links</quote> bar (IE) or the <quote>Personal
4962  Toolbar</quote> (Netscape), and run them with a single click. 
4963 </para>
4964
4965 <para>
4966  <itemizedlist>
4967
4968   <listitem>
4969    <para>
4970     <ulink
4971     url="javascript:void(window.open('http://config.privoxy.org/toggle?mini=y&#38;set=enabled','ijbstatus','width=250,height=100,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Enable</ulink>
4972    </para>
4973   </listitem> 
4974
4975   <listitem>
4976    <para>
4977     <ulink
4978     url="javascript:void(window.open('http://config.privoxy.org/toggle?mini=y&#38;set=disabled','ijbstatus','width=250,height=100,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Disable</ulink>
4979    </para>
4980   </listitem> 
4981
4982   <listitem>
4983    <para>
4984     <ulink
4985     url="javascript:void(window.open('http://config.privoxy.org/toggle?mini=y&#38;set=toggle','ijbstatus','width=250,height=100,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Toggle Privoxy</ulink> (Toggles between enabled and disabled)
4986    </para>
4987   </listitem> 
4988
4989   <listitem>
4990    <para>
4991     <ulink
4992     url="javascript:void(window.open('http://config.privoxy.org/toggle?mini=y','ijbstatus','width=250,height=2,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy- View Status</ulink>
4993    </para>
4994   </listitem> 
4995
4996   <listitem>
4997    <para>
4998     <ulink url="javascript:w=Math.floor(screen.width/2);h=Math.floor(screen.height*0.9);void(window.open('http://www.privoxy.org/actions/index.php?url='+escape(location.href),'Feedback','screenx='+w+',width='+w+',height='+h+',scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Submit Actions File Feedback</ulink>
4999    </para>
5000   </listitem> 
5001   <listitem>
5002    <para>
5003     <ulink url="javascript:void(window.open('http://config.privoxy.org/show-url-info?url='+escape(location.href),'Why').focus());">Privoxy - Why?</ulink>
5004    </para>
5005   </listitem> 
5006  </itemizedlist>
5007 </para>
5008
5009 <para>
5010  Credit: The site which gave us the general idea for these bookmarklets is
5011  <ulink url="http://www.bookmarklets.com">www.bookmarklets.com</ulink>. They
5012  have more information about bookmarklets. 
5013 </para>
5014
5015
5016 </sect3>
5017
5018 </sect2>
5019
5020
5021 <!--   ~~~~~       New section      ~~~~~     -->
5022 <sect2 id="chain">
5023 <title>Chain of Events</title>
5024 <para>
5025  Let's take a quick look at the basic sequence of events when a web page is 
5026  requested by your browser and <application>Privoxy</application> is on duty:
5027 </para>
5028
5029 <para>
5030  <itemizedlist>
5031  <listitem>
5032   <para>
5033    First, your web browser requests a web page. The browser knows to send 
5034    the request to <application>Privoxy</application>, which will in turn, 
5035    relay the request to the remote web server after passing the following 
5036    tests: 
5037   </para>
5038  </listitem> 
5039  <listitem>
5040   <para>
5041    <application>Privoxy</application> traps any request for its own internal CGI 
5042    pages (e.g http://p.p/) and sends the CGI page back to the browser.
5043   </para>
5044  </listitem> 
5045  <listitem>
5046   <para>
5047    Next, <application>Privoxy</application> checks to see if the URL 
5048    matches any <link
5049    linkend="BLOCK"><quote>+block</quote></link> patterns. If
5050    so, the URL is then blocked, and the remote web server will not be contacted.
5051    <link linkend="HANDLE-AS-IMAGE"><quote>+handle-as-image</quote></link> 
5052    is then checked and if it does not match, an 
5053    HTML <quote>BLOCKED</quote> page is sent back. Otherwise, if it does match,
5054    an image is returned. The type of image depends on the setting of <link
5055    linkend="SET-IMAGE-BLOCKER"><quote>+set-image-blocker</quote></link>
5056    (blank, checkerboard pattern, or an HTTP redirect to an image elsewhere).
5057   </para>
5058  </listitem> 
5059  <listitem>
5060   <para>
5061    Untrusted URLs are blocked. If URLs are being added to the
5062    <filename>trust</filename> file, then that is done.
5063   </para>
5064  </listitem> 
5065  <listitem>
5066   <para>
5067    If the URL pattern matches the <link
5068    linkend="FAST-REDIRECTS"><quote>+fast-redirects</quote></link> action,
5069    it is then processed. Unwanted parts of the requested URL are stripped.
5070   </para>
5071  </listitem> 
5072  <listitem>
5073   <para>
5074    Now the rest of the client browser's request headers are processed. If any
5075    of these match any of the relevant actions (e.g. <link
5076    linkend="HIDE-USER-AGENT"><quote>+hide-user-agent</quote></link>,
5077    etc.), headers are suppressed or forged as determined by these actions and
5078    their parameters.
5079   </para>
5080  </listitem> 
5081  <listitem>
5082   <para>
5083    Now the web server starts sending its response back (i.e. typically a web page and related 
5084    data).
5085   </para>
5086  </listitem> 
5087  <listitem>
5088   <para>
5089    First, the server headers are read and processed to determine, among other
5090    things, the MIME type (document type) and encoding. The headers are then
5091    filtered as deterimined by the 
5092    <link linkend="CRUNCH-INCOMING-COOKIES"><quote>+crunch-incoming-cookies</quote></link>,
5093    <link linkend="SESSION-COOKIES-ONLY"><quote>+session-cookies-only</quote></link>,
5094    and <link linkend="DOWNGRADE-HTTP-VERSION"><quote>+downgrade-http-version</quote></link>
5095    actions.
5096   </para>
5097  </listitem> 
5098  <listitem>
5099   <para>
5100    If the <link linkend="KILL-POPUPS"><quote>+kill-popups</quote></link>
5101    action applies, and it is an HTML or JavaScript document, the popup-code in the
5102    response is filtered on-the-fly as it is received.
5103   </para>
5104  </listitem> 
5105  <listitem>
5106   <para>
5107    If a <link linkend="FILTER"><quote>+filter</quote></link>
5108    or <link
5109    linkend="DEANIMATE-GIFS"><quote>+deanimate-gifs</quote></link>
5110    action applies (and the document type fits the action), the rest of the page is
5111    read into memory (up to a configurable limit). Then the filter rules (from
5112    <filename>default.filter</filename>) are processed against the buffered
5113    content. Filters are applied in the order they are specified in the
5114    <filename>default.filter</filename> file. Animated GIFs, if present, are
5115    reduced to either the first or last frame, depending on the action
5116    setting.The entire page, which is now filtered, is then sent by
5117    <application>Privoxy</application> back to your browser. 
5118   </para>
5119   <para>
5120    If neither <link linkend="FILTER"><quote>+filter</quote></link>
5121    or <link
5122    linkend="DEANIMATE-GIFS"><quote>+deanimate-gifs</quote></link>
5123    matches, then <application>Privoxy</application> passes the raw data through 
5124    to the client browser as it becomes available.
5125   </para>
5126  </listitem> 
5127  <listitem>
5128   <para>
5129    As the browser receives the now (probably filtered) page content, it 
5130    reads and then requests any URLs that may be embedded within the page
5131    source, e.g. ad images, stylesheets, JavaScript, other HTML documents (e.g.
5132    frames), sounds, etc. For each of these objects, the browser issues a new
5133    request. And each such request is in turn processed as above. Note that a
5134    complex web page may have many such embedded URLs.
5135   </para>
5136  </listitem> 
5137  
5138  </itemizedlist>
5139 </para>
5140
5141 </sect2>
5142
5143
5144 <!--   ~~~~~       New section      ~~~~~     -->
5145 <sect2 id="actionsanat">
5146 <title>Anatomy of an Action</title>
5147
5148 <para>
5149  The way <application>Privoxy</application> applies 
5150  <link linkend="ACTIONS">actions</link> and <link linkend="FILTER">filters</link>
5151  to any given URL can be complex, and not always so
5152  easy to understand what is happening. And sometimes we need to be able to
5153  <emphasis>see</emphasis> just what <application>Privoxy</application> is
5154  doing. Especially, if something <application>Privoxy</application> is doing
5155  is causing us a problem inadvertently. It can be a little daunting to look at
5156  the actions and filters files themselves, since they tend to be filled with
5157  <link linkend="regex">regular expressions</link> whose consequences are not
5158  always so obvious. 
5159 </para>
5160
5161 <para>
5162  One quick test to see if <application>Privoxy</application> is causing a problem 
5163  or not, is to disable it temporarily. This should be the first troubleshooting 
5164  step. See <link linkend="bookmarklets">the Bookmarklets</link> section on a quick 
5165  and easy way to do this (be sure to flush caches afterward!). Looking at the 
5166  logs is a good idea too.
5167 </para>
5168
5169 <para>
5170  <application>Privoxy</application> also provides the 
5171  <ulink url="http://config.privoxy.org/show-url-info">http://config.privoxy.org/show-url-info</ulink>
5172  page that can show us very specifically how <application>actions</application>
5173  are being applied to any given URL. This is a big help for troubleshooting.
5174 </para>
5175
5176 <para>
5177  First, enter one URL (or partial URL) at the prompt, and then
5178  <application>Privoxy</application> will tell us 
5179  how the current configuration will handle it. This will not
5180  help with filtering effects (i.e. the <link
5181  linkend="FILTER"><quote>+filter</quote></link> action) from
5182  the <filename>default.filter</filename> file since this is handled very
5183  differently and not so easy to trap! It also will not tell you about any other
5184  URLs that may be embedded within the URL you are testing. For instance, images
5185  such as ads are expressed as URLs within the raw page source of HTML pages. So
5186  you will only get info for the actual URL that is pasted into the prompt area
5187  -- not any sub-URLs. If you want to know about embedded URLs like ads, you
5188  will have to dig those out of the HTML source. Use your browser's <quote>View
5189  Page Source</quote> option for this. Or right click on the ad, and grab the
5190  URL.
5191 </para>
5192
5193 <para>
5194  Let's try an example, <ulink url="http://google.com">google.com</ulink>, 
5195  and look at it one section at a time:
5196 </para>
5197
5198 <para>
5199  <screen>
5200  Matches for http://google.com:
5201
5202  In file: default.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibutton>
5203
5204 {-add-header 
5205  -block 
5206  -crunch-outgoing-cookies 
5207  -crunch-incoming-cookies 
5208  +deanimate-gifs{last} 
5209  -downgrade-http-version 
5210  +fast-redirects 
5211  -filter{popups} 
5212  -filter{fun} 
5213  -filter{shockwave-flash} 
5214  -filter{crude-parental} 
5215  +filter{html-annoyances} 
5216  +filter{js-annoyances} 
5217  +filter{content-cookies} 
5218  +filter{webbugs} 
5219  +filter{refresh-tags} 
5220  +filter{nimda} 
5221  +filter{banners-by-size} 
5222  +hide-forwarded-for-headers 
5223  +hide-from-header{block} 
5224  +hide-referer{forge} 
5225  -hide-user-agent 
5226  -handle-as-image 
5227  -kill-popups 
5228  -limit-connect 
5229  +prevent-compression 
5230  -send-vanilla-wafer 
5231  -send-wafer 
5232  +session-cookies-only 
5233  +set-image-blocker{pattern} }
5234 /
5235
5236  { -session-cookies-only }
5237  .google.com
5238
5239  { -fast-redirects }
5240  .google.com
5241
5242 In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibutton>
5243 (no matches in this file)  
5244 </screen>
5245 </para>
5246
5247 <para>
5248  This tells us how we have defined our 
5249  <link linkend="ACTIONS"><quote>actions</quote></link>, and
5250  which ones match for our example, <quote>google.com</quote>. The first listing
5251  is any matches for the <filename>standard.action</filename> file. No hits at
5252  all here on <quote>standard</quote>. Then next is <quote>default</quote>, or
5253  our <filename>default.action</filename> file. The large, multi-line listing,
5254  is how the actions are set to match for all URLs, i.e. our default settings.
5255  If you look at your <quote>actions</quote> file, this would be the section
5256  just below the <quote>aliases</quote> section near the top. This will apply to
5257  all URLs as signified by the single forward slash at the end of the listing
5258  -- <quote>/</quote>.
5259 </para>
5260
5261 <para>
5262  But we can define additional actions that would be exceptions to these general
5263  rules, and then list specific URLs (or patterns) that these exceptions would
5264  apply to. Last match wins. Just below this then are two explicit matches for
5265  <quote>.google.com</quote>. The first is negating our previous cookie setting, 
5266  which was for <link
5267  linkend="SESSION-COOKIES-ONLY"><quote>+session-cookies-only</quote></link>
5268  (i.e. not persistent). So we will allow persistent cookies for google. The
5269  second turns <emphasis>off</emphasis> any 
5270  <link
5271  linkend="FAST-REDIRECTS"><quote>+fast-redirects</quote></link>
5272  action, allowing this to take place unmolested. Note that there is a leading
5273  dot here -- <quote>.google.com</quote>. This will match any hosts and
5274  sub-domains, in the google.com domain also, such as
5275  <quote>www.google.com</quote>. So, apparently, we have these two actions
5276  defined somewhere in the lower part of our <filename>default.action</filename>
5277  file, and <quote>google.com</quote> is referenced somewhere in these latter
5278  sections.
5279 </para>
5280
5281 <para>
5282  Then, for our <filename>user.action</filename> file, we again have no hits.
5283 </para>
5284
5285 <para>
5286  And finally we pull it all together in the bottom section and summarize how
5287  <application>Privoxy</application> is applying all its <quote>actions</quote> 
5288  to <quote>google.com</quote>:
5289
5290 </para>
5291
5292 <para>
5293  <screen>
5294
5295  Final results:
5296  
5297  -add-header 
5298  -block 
5299  -crunch-outgoing-cookies 
5300  -crunch-incoming-cookies 
5301  +deanimate-gifs{last} 
5302  -downgrade-http-version 
5303  -fast-redirects 
5304  -filter{popups} 
5305  -filter{fun} 
5306  -filter{shockwave-flash} 
5307  -filter{crude-parental} 
5308  +filter{html-annoyances} 
5309  +filter{js-annoyances} 
5310  +filter{content-cookies} 
5311  +filter{webbugs} 
5312  +filter{refresh-tags} 
5313  +filter{nimda} 
5314  +filter{banners-by-size} 
5315  +hide-forwarded-for-headers 
5316  +hide-from-header{block} 
5317  +hide-referer{forge} 
5318  -hide-user-agent 
5319  -handle-as-image 
5320  -kill-popups 
5321  -limit-connect 
5322  +prevent-compression 
5323  -send-vanilla-wafer 
5324  -send-wafer
5325  -session-cookies-only 
5326  +set-image-blocker{pattern} 
5327 </screen>
5328 </para>
5329
5330 <para>
5331  Notice the only difference here to the previous listing, is to 
5332  <quote>fast-redirects</quote> and <quote>session-cookies-only</quote>.
5333 </para>
5334
5335 <para>
5336  Now another example, <quote>ad.doubleclick.net</quote>:
5337 </para>
5338
5339 <para>
5340  <screen>
5341
5342  { +block +handle-as-image }
5343   .ad.doubleclick.net
5344
5345  { +block +handle-as-image }
5346   ad*.
5347
5348  { +block +handle-as-image }
5349   .doubleclick.net
5350 </screen>
5351 </para>
5352
5353 <para>
5354  We'll just show the interesting part here, the explicit matches. It is 
5355  matched three different times. Each as an <quote>+block +handle-as-image</quote>,
5356  which is the expanded form of one of our aliases that had been defined as: 
5357  <quote>+imageblock</quote>. (<link
5358  linkend="ALIASES"><quote>Aliases</quote></link> are defined in
5359  the first section of the actions file and typically used to combine more 
5360  than one action.)
5361 </para>
5362
5363 <para>
5364  Any one of these would have done the trick and blocked this as an unwanted 
5365  image. This is unnecessarily redundant since the last case effectively 
5366  would also cover the first. No point in taking chances with these guys 
5367  though ;-) Note that if you want an ad or obnoxious 
5368  URL to be invisible, it should be defined as <quote>ad.doubleclick.net</quote>
5369  is done here -- as both a <link
5370  linkend="BLOCK"><quote>+block</quote></link>
5371  <emphasis>and</emphasis> an 
5372  <link
5373  linkend="HANDLE-AS-IMAGE"><quote>+handle-as-image</quote></link>.
5374  The custom alias <quote>+imageblock</quote> just simplifies the process and make 
5375  it more readable.
5376 </para>
5377
5378 <para>
5379  One last example. Let's try <quote>http://www.rhapsodyk.net/adsl/HOWTO/</quote>.
5380  This one is giving us problems. We are getting a blank page. Hmmm ...
5381 </para>
5382
5383 <para>
5384  <screen>
5385
5386  Matches for http://www.rhapsodyk.net/adsl/HOWTO/:
5387
5388  In file: default.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibutton>
5389
5390  {-add-header 
5391   -block 
5392   -crunch-incoming-cookies 
5393   -crunch-outgoing-cookies 
5394   +deanimate-gifs 
5395   -downgrade-http-version 
5396   +fast-redirects 
5397   +filter{html-annoyances} 
5398   +filter{js-annoyances} 
5399   +filter{kill-popups} 
5400   +filter{webbugs} 
5401   +filter{nimda} 
5402   +filter{banners-by-size} 
5403   +filter{hal} 
5404   +filter{fun} 
5405   +hide-forwarded-for-headers 
5406   +hide-from-header{block} 
5407   +hide-referer{forge} 
5408   -hide-user-agent 
5409   -handle-as-image 
5410   +kill-popups 
5411   +prevent-compression 
5412   -send-vanilla-wafer 
5413   -send-wafer 
5414   +session-cookies-only 
5415   +set-image-blocker{blank} }
5416    /
5417
5418  { +block +handle-as-image }
5419   /ads
5420 </screen>
5421 </para>
5422
5423 <para>
5424  Ooops, the <quote>/adsl/</quote> is matching <quote>/ads</quote>! But 
5425  we did not want this at all! Now we see why we get the blank page. We could
5426  now add a new action below this that explicitly does <emphasis>not</emphasis>
5427  block (<quote>{-block}</quote>) paths with <quote>adsl</quote>. There are
5428  various ways to handle such exceptions. Example:
5429 </para>
5430
5431 <para>
5432  <screen>
5433
5434  { -block }
5435   /adsl
5436 </screen>
5437 </para>
5438
5439 <para>
5440  Now the page displays ;-) Be sure to flush your browser's caches when 
5441  making such changes. Or, try using <literal>Shift+Reload</literal>.
5442 </para>
5443
5444 <para>
5445  But now what about a situation where we get no explicit matches like 
5446  we did with:
5447 </para>
5448
5449 <para>
5450  <screen>
5451
5452  { +block +handle-as-image }
5453  /ads
5454 </screen>
5455 </para>
5456
5457 <para>
5458  That actually was very telling and pointed us quickly to where the problem
5459  was. If you don't get this kind of match, then it means one of the default 
5460  rules in the first section is causing the problem. This would require some 
5461  guesswork, and maybe a little trial and error to isolate the offending rule.
5462  One likely cause would be one of the <quote>{+filter}</quote> actions. These 
5463  tend to be harder to troubleshoot. Try adding the URL for the site to one of
5464  aliases that turn off <quote>+filter</quote>:
5465 </para>
5466
5467 <para>
5468  <screen>
5469
5470  {shop}
5471  .quietpc.com
5472  .worldpay.com   # for quietpc.com
5473  .jungle.com
5474  .scan.co.uk
5475  .forbes.com
5476 </screen>
5477 </para>
5478
5479 <para>
5480  <quote>{shop}</quote> is an <quote>alias</quote> that expands to 
5481  <quote>{ -filter -session-cookies-only }</quote>.
5482  Or you could do your own exception to negate filtering:
5483
5484 </para>
5485
5486 <para>
5487  <screen>
5488
5489  {-filter}
5490  .forbes.com
5491 </screen>
5492 </para>
5493
5494 <para>
5495  This would turn off all filtering for that site. This would probably be most
5496  appropriately put in <filename>user.action</filename>, for local site
5497  exceptions.
5498 </para>
5499
5500 <para>
5501  Images that are inexplicably being blocked, may well be hitting the 
5502  <quote>+filter{banners-by-size}</quote> rule, which assumes 
5503  that images of certain sizes are ad banners (works well most of the time 
5504  since these tend to be standardized).
5505 </para>
5506
5507 <para>
5508  <quote>{fragile}</quote> is an alias that disables most actions. This can be 
5509  used as a last resort for problem sites. Remember to flush caches! If this 
5510  still does not work, you will have to go through the remaining actions one by
5511  one to find which one(s) is causing the problem.
5512 </para>
5513
5514 </sect2>
5515
5516 </sect1>
5517
5518  <!--
5519
5520  This program is free software; you can redistribute it 
5521  and/or modify it under the terms of the GNU General
5522  Public License as published by the Free Software
5523  Foundation; either version 2 of the License, or (at
5524  your option) any later version.
5525
5526  This program is distributed in the hope that it will
5527  be useful, but WITHOUT ANY WARRANTY; without even the
5528  implied warranty of MERCHANTABILITY or FITNESS FOR A
5529  PARTICULAR PURPOSE.  See the GNU General Public
5530  License for more details.
5531
5532  The GNU General Public License should be included with
5533  this file.  If not, you can view it at
5534  http://www.gnu.org/copyleft/gpl.html
5535  or write to the Free Software Foundation, Inc., 59
5536  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
5537
5538  $Log: user-manual.sgml,v $
5539  Revision 1.123.2.6  2002/06/06 23:11:03  hal9
5540  Fix broken link. Linkchecked all docs.
5541
5542  Revision 1.123.2.5  2002/05/29 02:01:02  hal9
5543  This is break out of the entire config section from u-m, so it can
5544  eventually be used to generate the comments, etc in the main config file
5545  so that these are in sync with each other.
5546
5547  Revision 1.123.2.4  2002/05/27 03:28:45  hal9
5548  Ooops missed something from David.
5549
5550  Revision 1.123.2.3  2002/05/27 03:23:17  hal9
5551  Fix FIXMEs for OS2 and OSX startup. Fix Redhat typos (should be Red Hat).
5552  That's a wrap, I think.
5553
5554  Revision 1.123.2.2  2002/05/26 19:02:09  hal9
5555  Move Amiga stuff around to take of FIXME in start up section.
5556
5557  Revision 1.123.2.1  2002/05/26 17:04:25  hal9
5558  -Spellcheck, very minor edits, and sync across branches
5559
5560  Revision 1.123  2002/05/24 23:19:23  hal9
5561  Include new image (Proxy setup). More fun with guibutton.
5562  Minor corrections/clarifications here and there.
5563
5564  Revision 1.122  2002/05/24 13:24:08  oes
5565  Added Bookmarklet for one-click pre-filled access to show-url-info
5566
5567  Revision 1.121  2002/05/23 23:20:17  oes
5568   - Changed more (all?) references to actions to the
5569     <literal><link> style.
5570   - Small fixes in the actions chapter
5571   - Small clarifications in the quickstart to ad blocking
5572   - Removed <emphasis> from <title>s since the new doc CSS
5573     renders them red (bad in TOC).
5574
5575  Revision 1.120  2002/05/23 19:16:43  roro
5576  Correct Debian specials (installation and startup).
5577
5578  Revision 1.119  2002/05/22 17:17:05  oes
5579  Added Security hint
5580
5581  Revision 1.118  2002/05/21 04:54:55  hal9
5582  -New Section: Quickstart to Ad Blocking
5583  -Reformat Actions Anatomy to match new CGI layout
5584
5585  Revision 1.117  2002/05/17 13:56:16  oes
5586   - Reworked & extended Templates chapter
5587   - Small changes to Regex appendix
5588   - #included authors.sgml into (C) and hist chapter
5589
5590  Revision 1.116  2002/05/17 03:23:46  hal9
5591  Fixing merge conflict in Quickstart section.
5592
5593  Revision 1.115  2002/05/16 16:25:00  oes
5594  Extended the Filter File chapter & minor fixes
5595
5596  Revision 1.114  2002/05/16 09:42:50  oes
5597  More ulink->link, added some hints to Quickstart section
5598
5599  Revision 1.113  2002/05/15 21:07:25  oes
5600  Extended and further commented the example actions files
5601
5602  Revision 1.112  2002/05/15 03:57:14  hal9
5603  Spell check. A few minor edits here and there for better syntax and
5604  clarification.
5605
5606  Revision 1.111  2002/05/14 23:01:36  oes
5607  Fixing the fixes   
5608
5609  Revision 1.110  2002/05/14 19:10:45  oes
5610  Restored alphabetical order of actions
5611
5612  Revision 1.109  2002/05/14 17:23:11  oes
5613  Renamed the prevent-*-cookies actions, extended aliases section and moved it before the example AFs
5614
5615  Revision 1.108  2002/05/14 15:29:12  oes
5616  Completed proofreading the actions chapter
5617
5618  Revision 1.107  2002/05/12 03:20:41  hal9
5619  Small clarifications for 127.0.0.1 vs localhost for listen-address since this
5620  apparently an important distinction for some OS's.
5621
5622  Revision 1.106  2002/05/10 01:48:20  hal9
5623  This is mostly proposed copyright/licensing additions and changes. Docs
5624  are still GPL, but licensing and copyright are more visible. Also, copyright
5625  changed in doc header comments (eliminate references to JB except FAQ).
5626
5627  Revision 1.105  2002/05/05 20:26:02  hal9
5628  Sorting out license vs copyright in these docs.
5629
5630  Revision 1.104  2002/05/04 08:44:45  swa
5631  bumped version
5632
5633  Revision 1.103  2002/05/04 00:40:53  hal9
5634  -Remove the TOC first page kludge. It's fixed proper now in ldp.dsl.in.
5635  -Some minor additions to Quickstart.
5636
5637  Revision 1.102  2002/05/03 17:46:00  oes
5638  Further proofread & reactivated short build instructions
5639
5640  Revision 1.101  2002/05/03 03:58:30  hal9
5641  Move the user-manual config directive to top of section. Add note about
5642  Privoxy needing read permissions for configs, and write for logs.
5643
5644  Revision 1.100  2002/04/29 03:05:55  hal9
5645  Add clarification on differences of new actions files.
5646
5647  Revision 1.99  2002/04/28 16:59:05  swa
5648  more structure in starting section
5649
5650  Revision 1.98  2002/04/28 05:43:59  hal9
5651  This is the break up of configuration.html into multiple files. This
5652  will probably break links elsewhere :(
5653
5654  Revision 1.97  2002/04/27 21:04:42  hal9
5655  -Rewrite of Actions File example.
5656  -Add section for user-manual directive in config.
5657
5658  Revision 1.96  2002/04/27 05:32:00  hal9
5659  -Add short section to Filter Files to tie in with +filter action.
5660  -Start rewrite of examples in Actions Examples (not finished).
5661
5662  Revision 1.95  2002/04/26 17:23:29  swa
5663  bookmarks cleaned, changed structure of user manual, screen and programlisting cleanups, and numerous other changes that I forgot
5664
5665  Revision 1.94  2002/04/26 05:24:36  hal9
5666  -Add most of Andreas suggestions to Chain of Events section.
5667  -A few other minor corrections and touch up.
5668
5669  Revision 1.92  2002/04/25 18:55:13  hal9
5670  More catchups on new actions files, and new actions names.
5671  Other assorted cleanups, and minor modifications.
5672
5673  Revision 1.91  2002/04/24 02:39:31  hal9
5674  Add 'Chain of Events' section.
5675
5676  Revision 1.90  2002/04/23 21:41:25  hal9
5677  Linuxconf is deprecated on RH, substitute chkconfig.
5678
5679  Revision 1.89  2002/04/23 21:05:28  oes
5680  Added hint for startup on Red Hat
5681
5682  Revision 1.88  2002/04/23 05:37:54  hal9
5683  Add AmigaOS install stuff.
5684
5685  Revision 1.87  2002/04/23 02:53:15  david__schmidt
5686  Updated OSX installation section
5687  Added a few English tweaks here an there
5688
5689  Revision 1.86  2002/04/21 01:46:32  hal9
5690  Re-write actions section.
5691
5692  Revision 1.85  2002/04/18 21:23:23  hal9
5693  Fix ugly typo (mine).
5694
5695  Revision 1.84  2002/04/18 21:17:13  hal9
5696  Spell Redhat correctly (ie Red Hat). A few minor grammar corrections.
5697
5698  Revision 1.83  2002/04/18 18:21:12  oes
5699  Added RPM install detail
5700
5701  Revision 1.82  2002/04/18 12:04:50  oes
5702  Cosmetics
5703
5704  Revision 1.81  2002/04/18 11:50:24  oes
5705  Extended Install section - needs fixing by packagers
5706
5707  Revision 1.80  2002/04/18 10:45:19  oes
5708  Moved text to buildsource.sgml, renamed some filters, details
5709
5710  Revision 1.79  2002/04/18 03:18:06  hal9
5711  Spellcheck, and minor touchups.
5712
5713  Revision 1.78  2002/04/17 18:04:16  oes
5714  Proofreading part 2
5715
5716  Revision 1.77  2002/04/17 13:51:23  oes
5717  Proofreading, part one
5718
5719  Revision 1.76  2002/04/16 04:25:51  hal9
5720  -Added 'Note to Upgraders' and re-ordered the 'Quickstart' section.
5721  -Note about proxy may need requests to re-read config files.
5722
5723  Revision 1.75  2002/04/12 02:08:48  david__schmidt
5724  Remove OS/2 building info... it is already in the developer-manual
5725
5726  Revision 1.74  2002/04/11 00:54:38  hal9
5727  Add small section on submitting actions.
5728
5729  Revision 1.73  2002/04/10 18:45:15  swa
5730  generated
5731
5732  Revision 1.72  2002/04/10 04:06:19  hal9
5733  Added actions feedback  to Bookmarklets section
5734
5735  Revision 1.71  2002/04/08 22:59:26  hal9
5736  Version update. Spell chkconfig correctly :)
5737
5738  Revision 1.70  2002/04/08 20:53:56  swa
5739  ?
5740
5741  Revision 1.69  2002/04/06 05:07:29  hal9
5742  -Add privoxy-man-page.sgml, for man page.
5743  -Add authors.sgml for AUTHORS (and p-authors.sgml)
5744  -Reworked various aspects of various docs.
5745  -Added additional comments to sub-docs.
5746
5747  Revision 1.68  2002/04/04 18:46:47  swa
5748  consistent look. reuse of copyright, history et. al.
5749
5750  Revision 1.67  2002/04/04 17:27:57  swa
5751  more single file to be included at multiple points. make maintaining easier
5752
5753  Revision 1.66  2002/04/04 06:48:37  hal9
5754  Structural changes to allow for conditional inclusion/exclusion of content
5755  based on entity toggles, e.g. 'entity % p-not-stable  "INCLUDE"'. And
5756  definition of internal entities, e.g. 'entity p-version "2.9.13"' that will
5757  eventually be set by Makefile.
5758  More boilerplate text for use across multiple docs.
5759
5760  Revision 1.65  2002/04/03 19:52:07  swa
5761  enhance squid section due to user suggestion
5762
5763  Revision 1.64  2002/04/03 03:53:43  hal9
5764  A few minor bug fixes, and touch ups. Ready for review.
5765
5766  Revision 1.63  2002/04/01 16:24:49  hal9
5767  Define entities to include boilerplate text. See doc/source/*.
5768
5769  Revision 1.62  2002/03/30 04:15:53  hal9
5770  - Fix privoxy.org/config links.
5771  - Paste in Bookmarklets from Toggle page.
5772  - Move Quickstart nearer top, and minor rework.
5773
5774  Revision 1.61  2002/03/29 01:31:08  hal9
5775  Minor update.
5776
5777  Revision 1.60  2002/03/27 01:57:34  hal9
5778  Added more to Anatomy section.
5779
5780  Revision 1.59  2002/03/27 00:54:33  hal9
5781  Touch up intro for new name.
5782
5783  Revision 1.58  2002/03/26 22:29:55  swa
5784  we have a new homepage!
5785
5786  Revision 1.57  2002/03/24 20:33:30  hal9
5787  A few minor catch ups with name change.
5788
5789  Revision 1.56  2002/03/24 16:17:06  swa
5790  configure needs to be generated.
5791
5792  Revision 1.55  2002/03/24 16:08:08  swa
5793  we are too lazy to make a block-built
5794  privoxy logo. hence removed the option.
5795
5796  Revision 1.54  2002/03/24 15:46:20  swa
5797  name change related issue.
5798
5799  Revision 1.53  2002/03/24 11:51:00  swa
5800  name change. changed filenames.
5801
5802  Revision 1.52  2002/03/24 11:01:06  swa
5803  name change
5804
5805  Revision 1.51  2002/03/23 15:13:11  swa
5806  renamed every reference to the old name with foobar.
5807  fixed "application foobar application" tag, fixed
5808  "the foobar" with "foobar". left junkbustser in cvs
5809  comments and remarks to history untouched.
5810
5811  Revision 1.50  2002/03/23 05:06:21  hal9
5812  Touch up.
5813
5814  Revision 1.49  2002/03/21 17:01:05  hal9
5815  New section in Appendix.
5816
5817  Revision 1.48  2002/03/12 06:33:01  hal9
5818  Catching up to Andreas and re_filterfile changes.
5819
5820  Revision 1.47  2002/03/11 13:13:27  swa
5821  correct feedback channels
5822
5823  Revision 1.46  2002/03/10 00:51:08  hal9
5824  Added section on JB internal pages in Appendix.
5825
5826  Revision 1.45  2002/03/09 17:43:53  swa
5827  more distros
5828
5829  Revision 1.44  2002/03/09 17:08:48  hal9
5830  New section on Jon's actions file editor, and move some stuff around.
5831
5832  Revision 1.43  2002/03/08 00:47:32  hal9
5833  Added imageblock{pattern}.
5834
5835  Revision 1.42  2002/03/07 18:16:55  swa
5836  looks better
5837
5838  Revision 1.41  2002/03/07 16:46:43  hal9
5839  Fix a few markup problems for jade.
5840
5841  Revision 1.40  2002/03/07 16:28:39  swa
5842  provide correct feedback channels
5843
5844  Revision 1.39  2002/03/06 16:19:28  hal9
5845  Note on perceived filtering slowdown per FR.
5846
5847  Revision 1.38  2002/03/05 23:55:14  hal9
5848  Stupid I did it again. Double hyphen in comment breaks jade.
5849
5850  Revision 1.37  2002/03/05 23:53:49  hal9
5851  jade barfs on '- -' embedded in comments. - -user option broke it.
5852
5853  Revision 1.36  2002/03/05 22:53:28  hal9
5854  Add new - - user option.
5855
5856  Revision 1.35  2002/03/05 00:17:27  hal9
5857  Added section on command line options.
5858
5859  Revision 1.34  2002/03/04 19:32:07  oes
5860  Changed default port to 8118
5861
5862  Revision 1.33  2002/03/03 19:46:13  hal9
5863  Emphasis on where/how to report bugs, etc
5864
5865  Revision 1.32  2002/03/03 09:26:06  joergs
5866  AmigaOS changes, config is now loaded from PROGDIR: instead of
5867  AmiTCP:db/junkbuster/ if no configuration file is specified on the
5868  command line.
5869
5870  Revision 1.31  2002/03/02 22:45:52  david__schmidt
5871  Just tweaking
5872
5873  Revision 1.30  2002/03/02 22:00:14  hal9
5874  Updated 'New Features' list. Ran through spell-checker.
5875
5876  Revision 1.29  2002/03/02 20:34:07  david__schmidt
5877  Update OS/2 build section
5878
5879  Revision 1.28  2002/02/24 14:34:24  jongfoster
5880  Formatting changes.  Now changing the doctype to DocBook XML 4.1
5881  will work - no other changes are needed.
5882
5883  Revision 1.27  2002/01/11 14:14:32  hal9
5884  Added a very short section on Templates
5885
5886  Revision 1.26  2002/01/09 20:02:50  hal9
5887  Fix bug re: auto-detect config file changes.
5888
5889  Revision 1.25  2002/01/09 18:20:30  hal9
5890  Touch ups for *.action files.
5891
5892  Revision 1.24  2001/12/02 01:13:42  hal9
5893  Fix typo.
5894
5895  Revision 1.23  2001/12/02 00:20:41  hal9
5896  Updates for recent changes.
5897
5898  Revision 1.22  2001/11/05 23:57:51  hal9
5899  Minor update for startup now daemon mode.
5900
5901  Revision 1.21  2001/10/31 21:11:03  hal9
5902  Correct 2 minor errors
5903
5904  Revision 1.18  2001/10/24 18:45:26  hal9
5905  *** empty log message ***
5906
5907  Revision 1.17  2001/10/24 17:10:55  hal9
5908  Catching up with Jon's recent work, and a few other things.
5909
5910  Revision 1.16  2001/10/21 17:19:21  swa
5911  wrong url in documentation
5912
5913  Revision 1.15  2001/10/14 23:46:24  hal9
5914  Various minor changes. Fleshed out SEE ALSO section.
5915
5916  Revision 1.13  2001/10/10 17:28:33  hal9
5917  Very minor changes.
5918
5919  Revision 1.12  2001/09/28 02:57:04  hal9
5920  Ditto :/
5921
5922  Revision 1.11  2001/09/28 02:25:20  hal9
5923  Ditto.
5924
5925  Revision 1.9  2001/09/27 23:50:29  hal9
5926  A few changes. A short section on regular expression in appendix.
5927
5928  Revision 1.8  2001/09/25 00:34:59  hal9
5929  Some additions, and re-arranging.
5930
5931  Revision 1.7  2001/09/24 14:31:36  hal9
5932  Diddling.
5933
5934  Revision 1.6  2001/09/24 14:10:32  hal9
5935  Including David's OS/2 installation instructions.
5936
5937  Revision 1.2  2001/09/13 15:27:40  swa
5938  cosmetics
5939
5940  Revision 1.1  2001/09/12 15:36:41  swa
5941  source files for junkbuster documentation
5942
5943  Revision 1.3  2001/09/10 17:43:59  swa
5944  first proposal of a structure.
5945
5946  Revision 1.2  2001/06/13 14:28:31  swa
5947  docs should have an author.
5948
5949  Revision 1.1  2001/06/13 14:20:37  swa
5950  first import of project's documentation for the webserver.
5951
5952  -->
5953
5954 </article>