X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fnewfeatures.sgml;h=f9be0bb397d2c4b8ad81a471486c90ab25a52d39;hb=1e5dbf87271fb9afca4ccd18a19c42e6d4d80dea;hp=8290dd7191ff063d8221834925ff12f78c4f83c1;hpb=b713238ef11e017be4b4489789dfc8d491698ec5;p=privoxy.git diff --git a/doc/source/newfeatures.sgml b/doc/source/newfeatures.sgml index 8290dd71..f9be0bb3 100644 --- a/doc/source/newfeatures.sgml +++ b/doc/source/newfeatures.sgml @@ -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. @@ -36,6 +32,38 @@ --> + + + Can keep outgoing connections alive and reuse them later on. + + + + + + Supports tagging which allows to change the behaviour + based on client and server headers. + + + + + + Can be run as an "intercepting" proxy, which obviates the need to + configure browsers individually. + + + + + + Sophisticated actions and filters for manipulating both server and client + headers. + + + + + + Can be chained with other proxies. + + @@ -48,8 +76,9 @@ - Web page content filtering (removes banners based on size, - invisible web-bugs, JavaScript and HTML annoyances, pop-up windows, etc.) + Web page filtering (text replacements, removes banners based on size, + invisible web-bugs, JavaScript and HTML annoyances, + pop-up windows, etc.) @@ -57,21 +86,14 @@ 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. - - - - - - HTTP/1.1 compliant (but not all optional 1.1 features are supported). + actions files won't overwrite individual user settings. 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. @@ -101,7 +123,7 @@ - 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). @@ -126,7 +148,7 @@ - Many smaller new features added, limitations and bugs removed, and security holes fixed. + Many smaller new features added, limitations and bugs removed.