X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fnewfeatures.sgml;h=30493cf9d01aa96a6b72f77026b1ae6b16bf9d74;hb=8183b8e71365338bb8c7b7324528f0dc0b0b0395;hp=51e9e60405aa8cbdb7e41ea0eceba9c80ff377d0;hpb=cfff08947b4376e785f46c36cbcf33cd6cc72321;p=privoxy.git diff --git a/doc/source/newfeatures.sgml b/doc/source/newfeatures.sgml index 51e9e604..30493cf9 100644 --- a/doc/source/newfeatures.sgml +++ b/doc/source/newfeatures.sgml @@ -2,21 +2,17 @@ File : $Source: /cvsroot/ijbswa/current/doc/source/newfeatures.sgml,v $ Purpose : Entity included in other project documents. - - $Id: newfeatures.sgml,v 1.5 2002/04/18 01:05:12 hal9 Exp $ - Written by and Copyright (C) 2001 the SourceForge - Privoxy team. http://www.privoxy.org/ + $Id: newfeatures.sgml,v 2.13 2009/06/21 18:17:04 fabiankeil Exp $ - 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. ====================================================================== - If you make changes to this file, please verify the finished + If you make changes to this file, please verify the finished docs all display as intended. This file is included into: @@ -28,111 +24,121 @@ + - Modularized configuration that will allow for system wide settings, and - individual user settings. (not implemented yet, probably a 3.1 feature) + Supports "Connection: keep-alive". Outgoing connections can + be kept alive independently from the client. - ---> + + - Blocking of annoying pop-up browser windows. + Supports IPv6, provided the operating system does so too, + and the configure script detects it. - + - HTTP/1.1 compliant (but not all optional 1.1 features are supported). + Supports tagging which allows to change the behaviour + based on client and server headers. - + - Support for Perl Compatible Regular Expressions in the configuration files, and - generally a more sophisticated and flexible configuration syntax over - previous versions. + 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. + + - GIF de-animation. + Can be chained with other proxies. - - + + - Web page content filtering (removes banners based on size, - invisible web-bugs, JavaScript and HTML annoyances, pop-ups, etc.) + Integrated browser-based configuration and control utility at http://config.privoxy.org/ + (shortcut: http://p.p/). Browser-based + tracing of rule and filter effects. Remote toggling. - - + + - Bypass many click-tracking scripts (avoids script redirection). + Web page filtering (text replacements, removes banners based on size, + invisible web-bugs and HTML annoyances, etc.) - - + + - Multi-threaded (POSIX and native threads). + 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. - + - Auto-detection and re-reading of config file changes. + Support for Perl Compatible Regular Expressions in the configuration files, and + a more sophisticated and flexible configuration syntax. - + - User-customizable HTML templates (e.g. 404 error page). + GIF de-animation. - + - Improved cookie management features (e.g. session based cookies). + Bypass many click-tracking scripts (avoids script redirection). - + - Improved signal handling, and a true daemon mode (Unix). + User-customizable HTML templates for most proxy-generated pages (e.g. "blocked" page). - + - Builds from source on most UNIX-like systems. Packages available for: Linux - (RedHat, SuSE, or Debian), Windows, Sun Solaris, Mac OSX, OS/2, HP-UX 11, - NetBSD and AmigaOS. + Auto-detection and re-reading of config file changes. - + - Every feature now controllable on a per-site or per-location basis, configuration - more powerful and versatile over-all. + Most features are controllable on a per-site or per-location basis. - + - Many smaller new features added, limitations and bugs removed, and security holes fixed. + Many smaller new features added, limitations and bugs removed. - +