Regenerate docs
[privoxy.git] / doc / webserver / user-manual / introduction.html
index 5378e51..713f82e 100644 (file)
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd">
-
 <html>
 <head>
   <title>Introduction</title>
   <meta name="GENERATOR" content=
   "Modular DocBook HTML Stylesheet Version 1.79">
-  <link rel="HOME" title="Privoxy 3.0.20 User Manual" href="index.html">
-  <link rel="PREVIOUS" title="Privoxy 3.0.20 User Manual" href="index.html">
+  <link rel="HOME" title="Privoxy 3.0.27 User Manual" href="index.html">
+  <link rel="PREVIOUS" title="Privoxy 3.0.27 User Manual" href="index.html">
   <link rel="NEXT" title="Installation" href="installation.html">
   <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
-  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <link rel="STYLESHEET" type="text/css" href="p_doc.css">
-  <style type="text/css">
-body {
-  background-color: #EEEEEE;
-  color: #000000;
-  }
-  :link { color: #0000FF }
-  :visited { color: #840084 }
-  :active { color: #0000FF }
-  span.c2 {font-style: italic}
-  hr.c1 {text-align: left}
-  </style>
 </head>
-
-<body class="SECT1">
+<body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink=
+"#840084" alink="#0000FF">
   <div class="NAVHEADER">
     <table summary="Header navigation table" width="100%" border="0"
     cellpadding="0" cellspacing="0">
       <tr>
-        <th colspan="3" align="center">Privoxy 3.0.20 User Manual</th>
+        <th colspan="3" align="center">Privoxy 3.0.27 User Manual</th>
       </tr>
-
       <tr>
         <td width="10%" align="left" valign="bottom"><a href="index.html"
         accesskey="P">Prev</a></td>
-
         <td width="80%" align="center" valign="bottom"></td>
-
         <td width="10%" align="right" valign="bottom"><a href=
         "installation.html" accesskey="N">Next</a></td>
       </tr>
     </table>
-    <hr class="c1" width="100%">
+    <hr align="left" width="100%">
   </div>
-
   <div class="SECT1">
     <h1 class="SECT1"><a name="INTRODUCTION" id="INTRODUCTION">1.
     Introduction</a></h1>
-
     <p>This documentation is included with the current UNRELEASED version of
-    <span class="APPLICATION">Privoxy</span>, v.3.0.20, and is mostly
-    complete at this point. The most up to date reference for the time being
-    is still the comments in the source files and in the individual
-    configuration files. Development of a new version is currently nearing
-    completion, and includes significant changes and enhancements over
-    earlier versions.</p>
-
+    <span class="APPLICATION">Privoxy</span>, 3.0.27, and is mostly complete
+    at this point. The most up to date reference for the time being is still
+    the comments in the source files and in the individual configuration
+    files. Development of a new version is currently nearing completion, and
+    includes significant changes and enhancements over earlier versions.</p>
     <p>Since this is a UNRELEASED version, not all new features are well
     tested. This documentation may be slightly out of sync as a result
-    (especially with CVS sources). And there <span class=
-    "emphasis EMPHASIS c2">may be</span> bugs, though hopefully not many!</p>
-
+    (especially with CVS sources). And there <span class="emphasis"><i class=
+    "EMPHASIS">may be</i></span> bugs, though hopefully not many!</p>
     <div class="SECT2">
       <h2 class="SECT2"><a name="FEATURES" id="FEATURES">1.1.
       Features</a></h2>
-
       <p>In addition to the core features of ad blocking and <a href=
       "http://en.wikipedia.org/wiki/Browser_cookie" target="_top">cookie</a>
       management, <span class="APPLICATION">Privoxy</span> provides many
       supplemental features, some of them currently under development, that
       give the end-user more control, more privacy and more freedom:</p>
-
       <ul>
         <li>
           <p>Supports "Connection: keep-alive". Outgoing connections can be
           kept alive independently from the client.</p>
         </li>
-
         <li>
           <p>Supports IPv6, provided the operating system does so too, and
           the configure script detects it.</p>
         </li>
-
         <li>
           <p>Supports tagging which allows to change the behaviour based on
           client and server headers.</p>
         </li>
-
         <li>
           <p>Can be run as an "intercepting" proxy, which obviates the need
           to configure browsers individually.</p>
         </li>
-
         <li>
           <p>Sophisticated actions and filters for manipulating both server
           and client headers.</p>
         </li>
-
         <li>
           <p>Can be chained with other proxies.</p>
         </li>
-
         <li>
           <p>Integrated browser-based configuration and control utility at
           <a href="http://config.privoxy.org/" target=
@@ -110,48 +82,39 @@ body {
           "http://p.p/" target="_top">http://p.p/</a>). Browser-based tracing
           of rule and filter effects. Remote toggling.</p>
         </li>
-
         <li>
           <p>Web page filtering (text replacements, removes banners based on
           size, invisible <span class="QUOTE">"web-bugs"</span> and HTML
           annoyances, etc.)</p>
         </li>
-
         <li>
           <p>Modularized configuration that allows for standard settings and
           user settings to reside in separate files, so that installing
           updated actions files won't overwrite individual user settings.</p>
         </li>
-
         <li>
           <p>Support for Perl Compatible Regular Expressions in the
           configuration files, and a more sophisticated and flexible
           configuration syntax.</p>
         </li>
-
         <li>
           <p>GIF de-animation.</p>
         </li>
-
         <li>
           <p>Bypass many click-tracking scripts (avoids script
           redirection).</p>
         </li>
-
         <li>
           <p>User-customizable HTML templates for most proxy-generated pages
           (e.g. "blocked" page).</p>
         </li>
-
         <li>
           <p>Auto-detection and re-reading of config file changes.</p>
         </li>
-
         <li>
           <p>Most features are controllable on a per-site or per-location
           basis.</p>
         </li>
-
         <li>
           <p>Many smaller new features added, limitations and bugs
           removed.</p>
@@ -159,29 +122,22 @@ body {
       </ul>
     </div>
   </div>
-
   <div class="NAVFOOTER">
-    <hr class="c1" width="100%">
-
+    <hr align="left" width="100%">
     <table summary="Footer navigation table" width="100%" border="0"
     cellpadding="0" cellspacing="0">
       <tr>
         <td width="33%" align="left" valign="top"><a href="index.html"
         accesskey="P">Prev</a></td>
-
         <td width="34%" align="center" valign="top"><a href="index.html"
         accesskey="H">Home</a></td>
-
         <td width="33%" align="right" valign="top"><a href=
         "installation.html" accesskey="N">Next</a></td>
       </tr>
-
       <tr>
-        <td width="33%" align="left" valign="top">Privoxy 3.0.20 User
+        <td width="33%" align="left" valign="top">Privoxy 3.0.27 User
         Manual</td>
-
         <td width="34%" align="center" valign="top">&nbsp;</td>
-
         <td width="33%" align="right" valign="top">Installation</td>
       </tr>
     </table>