Updated for recent changes to the main man page.
[privoxy.git] / doc / source / newfeatures.sgml
index 8290dd7..f9be0bb 100644 (file)
@@ -3,14 +3,10 @@
 
  Purpose     :  Entity included in other project documents.
                 
- $Id: newfeatures.sgml,v 1.7 2002/04/26 17:24:31 swa Exp $
+ $Id: newfeatures.sgml,v 2.9 2008/01/22 17:34:54 fabiankeil Exp $
 
- Written by and Copyright (C) 2001 the SourceForge
- Privoxy team. http://www.privoxy.org/
-
- Based on the Internet Junkbuster originally written
- by and Copyright (C) 1997 Anonymous Coders and 
- Junkbusters Corporation.  http://www.junkbusters.com
+ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/
+ See LICENSE.
 
  ======================================================================
   This file used for inclusion with other documents only.
   </para>
  </listitem> 
 -->
+ <listitem>
+  <para>
+     Can keep outgoing connections alive and reuse them later on.
+  </para>
+ </listitem> 
+
+ <listitem>
+  <para>
+     Supports tagging which allows to change the behaviour
+     based on client and server headers.
+  </para>
+ </listitem> 
+
+ <listitem>
+  <para>
+     Can be run as an "intercepting" proxy, which obviates the need to
+     configure browsers individually.
+  </para>
+ </listitem> 
+
+ <listitem>
+  <para>
+     Sophisticated actions and filters for manipulating both server and client
+     headers. 
+   </para>
+ </listitem> 
+
+ <listitem>
+  <para>
+     Can be chained with other proxies.
+  </para>
+ </listitem> 
 
  <listitem>
   <para>
@@ -48,8 +76,9 @@
 
  <listitem>
   <para>
-   Web page content filtering (removes banners based on size,
-   invisible <quote>web-bugs</quote>, JavaScript and HTML annoyances, pop-up windows, etc.)
+   Web page filtering (text replacements, removes banners based on size,
+   invisible <quote>web-bugs</quote>, JavaScript and HTML annoyances, 
+   pop-up windows, etc.)
   </para>
  </listitem> 
 
   <para>
    Modularized configuration that allows for standard settings and
    user settings to reside in separate files, so that installing updated
-   actions files won't overwrite idividual user settings.
-  </para>
- </listitem> 
-
- <listitem>
-  <para>
-   HTTP/1.1 compliant (but not all optional 1.1 features are supported).
+   actions files won't overwrite individual user settings.
   </para>
  </listitem> 
 
  <listitem>
   <para>
    Support for Perl Compatible Regular Expressions in the configuration files, and 
-   generally a more sophisticated and flexible configuration syntax over
-   previous versions.
+   a more sophisticated and flexible configuration syntax.
   </para>
  </listitem> 
 
 
  <listitem>
   <para>
-   User-customizable HTML templates for all proxy-generated pages (e.g. "blocked" page).
+   User-customizable HTML templates for most proxy-generated pages (e.g. "blocked" page).
   </para>
  </listitem> 
 
 
  <listitem>
   <para>
-   Many smaller new features added, limitations and bugs removed, and security holes fixed.
+   Many smaller new features added, limitations and bugs removed.
   </para>
 </listitem>