<!--
- File : $Source: /cvsroot/ijbswa/current/doc/source/p-config.sgml,v $
+ File : $Source: /cvsroot/ijbswa/current/doc/source/Attic/p-config.sgml,v $
Purpose : Used with other docs and files only.
- $Id: p-config.sgml,v 1.0 2002/05/27 02:36:57 hal9 Exp $
+ $Id: p-config.sgml,v 1.1.2.1 2002/05/29 02:01:02 hal9 Exp $
Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
See LICENSE.
This file contains all the config file comments and options. It used to
- build both user-manual config sections, and all of config (yes, the main
+ build both the user-manual config sections, and all of config (yes, the main
config file) itself.
Rationale: This is broken up into two files since a file with a prolog
OPTIONS: The actual options are included in this file and prefixed with
'@@', and processed by the Makefile to strip the '@@'. Default options
- that should appear commented out should be listed as: '@@#OPTION'.
+ that should appear commented out should be listed as: '@@#OPTION'.
+ Otherwise, as '@@OPTION'. Example:
+
+ @@listen-address 127.0.0.1:8118
+
+ The Makefile does significant other processing too. The final results
+ should be checked to make sure that the perl processing does not
+ fubar something!!! Makefile processing requires w3m, fmt (shell line
+ formatter), and perl.
+
This file is included into:
]]>
+
<![%config-file;[
<!-- This part only goes into the config file -->
<sect1 id="config">
-<title>Sample Configuration File for Privoxy v&p-version;</title>
+<title>
+ @@TITLE<!-- between the @@ is stripped by Makefile -->@@
+ Sample Configuration File for Privoxy v&p-version;
+</title>
<para>
Copyright (C) 2001, 2002 Privoxy Developers http://privoxy.org
</para>
<para>
-$Id: config,v 1.39 2002/05/12 03:21:21 hal9 Exp $
+$Id: p-config.sgml,v 1.1.2.1 2002/05/29 02:01:02 hal9 Exp $
</para>
<para>
]]>
-<!-- *************************************** -->
-<!-- The following is common to both outputs -->
-<!-- *************************************** -->
+<!-- ************************************************ -->
+<!-- The following is common to both outputs (mostly) -->
+<!-- ************************************************ -->
<!-- ~~~~~ New section ~~~~~ -->
</para>
<para>
- The user running Privoxy, must have read permission for all
- configuration files, and write permission to any files that would
- be modified, such as log files.
+ The user running <application>Privoxy</application>, must have read
+ permission for all configuration files, and write permission to any files
+ that would be modified, such as log files and actions files.
</para>
+
+<!-- ~~~~~ New section ~~~~~ -->
<sect3 renderas="sect4" id="confdir"><title>confdir</title>
<variablelist>
</sect3>
+<!-- ~~~~~ New section ~~~~~ -->
<sect3 renderas="sect4" id="logdir"><title>logdir</title>
<variablelist>
<![%config-file;[<literallayout>@@logdir .</literallayout>]]>
</sect3>
+
+<!-- ~~~~~ New section ~~~~~ -->
<sect3 renderas="sect4" id="actionsfile"><title>
actionsfile
</title>
</varlistentry>
</variablelist>
+<!-- NOTE: alternate markup to make a simpler list doesn't work due to -->
+<!-- html -> text conversion, blah -->
<![%config-file;[<literallayout>@@actionsfile standard # Internal purpose, recommended</literallayout>]]>
<![%config-file;[<literallayout>@@actionsfile default # Main actions file</literallayout>]]>
<![%config-file;[<literallayout>@@actionsfile user # User customizations</literallayout>]]>
<!-- ~ End section ~ -->
-
<!-- ~~~~~ New section ~~~~~ -->
<sect2 id="local-set-up">
<title>Local Set-up Documentation</title>
<!-- ~ End section ~ -->
<!-- ~~~~~ New section ~~~~~ -->
-
<sect2 id="debugging">
<title>Debugging</title>
debug 8 # show header parsing
debug 16 # log all data into the logfile
debug 32 # debug force feature
- debug 64 # debug regular expression filter
+ debug 64 # debug regular expression filter
debug 128 # debug fast redirects
debug 256 # debug GIF de-animation
debug 512 # Common Log Format
</sect2>
-<!-- ~~~~~ New section ~~~~~ -->
+<!-- ~ End section ~ -->
+
+<!-- ~~~~~ New section ~~~~~ -->
<sect2 id="access-control">
<title>Access Control and Security</title>
<para>
Assuming that <application>Privoxy</application> and <application>squid</application>
- run on the same box, your squid configuration could then look like this:
+ run on the same box, your <application>squid</application> configuration could then look like this:
</para>
<para>
]]>
</sect2>
-
</sect1>
<!-- end config content common to both outputs -->
<anchor id="actions-file">
</sect1>
]]>
+
+<!-- eof p-config.sgml -->