2012-05-03 18:32:18 +00:00
|
|
|
<!--
|
|
|
|
File : $Source: /cvsroot/ijbswa/current/doc/source/newfeatures.sgml,v $
|
|
|
|
|
|
|
|
Purpose : Entity included in other project documents.
|
2012-06-28 03:42:39 +00:00
|
|
|
|
|
|
|
$Id: newfeatures.sgml,v 2.10 2009/02/14 17:37:13 fabiankeil Exp $
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/
|
|
|
|
See LICENSE.
|
|
|
|
|
|
|
|
======================================================================
|
|
|
|
This file used for inclusion with other documents only.
|
|
|
|
======================================================================
|
|
|
|
|
2012-06-28 03:42:39 +00:00
|
|
|
If you make changes to this file, please verify the finished
|
2012-05-03 18:32:18 +00:00
|
|
|
docs all display as intended.
|
|
|
|
|
|
|
|
This file is included into:
|
|
|
|
|
|
|
|
user-manual
|
|
|
|
faq
|
|
|
|
|
|
|
|
-->
|
|
|
|
<para>
|
|
|
|
<itemizedlist>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
FIXME: complete the list of features. change the order: most important
|
|
|
|
features to the top of the list. prefix new features with "NEW".
|
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
-->
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2012-06-28 03:42:39 +00:00
|
|
|
Can keep outgoing connections alive and reuse them later on.
|
2012-05-03 18:32:18 +00:00
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Supports tagging which allows to change the behaviour
|
|
|
|
based on client and server headers.
|
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Can be run as an "intercepting" proxy, which obviates the need to
|
|
|
|
configure browsers individually.
|
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Sophisticated actions and filters for manipulating both server and client
|
2012-06-28 03:42:39 +00:00
|
|
|
headers.
|
2012-05-03 18:32:18 +00:00
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Can be chained with other proxies.
|
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2012-06-28 03:42:39 +00:00
|
|
|
Integrated browser based configuration and control utility at <ulink
|
2012-05-03 18:32:18 +00:00
|
|
|
url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
|
|
|
|
(shortcut: <ulink url="http://p.p/">http://p.p/</ulink>). Browser-based
|
|
|
|
tracing of rule and filter effects. Remote toggling.
|
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Web page filtering (text replacements, removes banners based on size,
|
2012-06-28 03:42:39 +00:00
|
|
|
invisible <quote>web-bugs</quote>, JavaScript and HTML annoyances,
|
|
|
|
pop-up windows, etc.)
|
2012-05-03 18:32:18 +00:00
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
<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 individual user settings.
|
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2012-06-28 03:42:39 +00:00
|
|
|
Support for Perl Compatible Regular Expressions in the configuration files, and
|
2012-05-03 18:32:18 +00:00
|
|
|
a more sophisticated and flexible configuration syntax.
|
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2012-06-28 03:42:39 +00:00
|
|
|
Improved cookie management features (e.g. session based cookies).
|
2012-05-03 18:32:18 +00:00
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
2012-06-28 03:42:39 +00:00
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
GIF de-animation.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
|
2012-05-03 18:32:18 +00:00
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Bypass many click-tracking scripts (avoids script redirection).
|
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Multi-threaded (POSIX and native threads).
|
|
|
|
</para>
|
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
User-customizable HTML templates for most proxy-generated pages (e.g. "blocked" page).
|
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Auto-detection and re-reading of config file changes.
|
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Improved signal handling, and a true daemon mode (Unix).
|
|
|
|
</para>
|
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2012-06-28 03:42:39 +00:00
|
|
|
Every feature now controllable on a per-site or per-location basis, configuration
|
|
|
|
more powerful and versatile over-all.
|
2012-05-03 18:32:18 +00:00
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Many smaller new features added, limitations and bugs removed.
|
|
|
|
</para>
|
2012-06-28 03:42:39 +00:00
|
|
|
</listitem>
|
2012-05-03 18:32:18 +00:00
|
|
|
|
|
|
|
</itemizedlist>
|
|
|
|
</para>
|