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