Use long name for GUI
[privoxy.git] / doc / source / newfeatures.sgml
1 <!--
2  File        :  $Source: /cvsroot/ijbswa/current/doc/source/newfeatures.sgml,v $
3
4  Purpose     :  Entity included in other project documents.
5                 
6  $Id: newfeatures.sgml,v 1.5 2002/04/18 01:05:12 hal9 Exp $
7
8  Written by and Copyright (C) 2001 the SourceForge
9  Privoxy team. http://www.privoxy.org/
10
11  Based on the Internet Junkbuster originally written
12  by and Copyright (C) 1997 Anonymous Coders and 
13  Junkbusters Corporation.  http://www.junkbusters.com
14
15  ======================================================================
16   This file used for inclusion with other documents only.
17  ======================================================================
18
19  If you make changes to this file, please verify the finished 
20  docs all display as intended.
21
22  This file is included into:
23
24   user-manual
25   faq
26
27 -->
28 <para>
29  <itemizedlist>
30
31  <listitem>
32   <para>
33    Integrated browser based configuration and control utility at <ulink
34    url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
35    (shortcut: <ulink url="http://p.p/">http://p.p/</ulink>). Browser-based
36    tracing of rule and filter effects. Remote toggling.
37   </para>
38  </listitem> 
39 <!--
40  <listitem>
41   <para>
42    Modularized configuration that will allow for system wide settings, and
43    individual user settings. (not implemented yet, probably a 3.1 feature)
44   </para>
45  </listitem> 
46 -->
47  <listitem>
48   <para>
49     Blocking of annoying pop-up browser windows.
50   </para>
51  </listitem> 
52
53  <listitem>
54   <para>
55    HTTP/1.1 compliant (but not all optional 1.1 features are supported).
56   </para>
57  </listitem> 
58
59  <listitem>
60   <para>
61    Support for Perl Compatible Regular Expressions in the configuration files, and 
62    generally a more sophisticated and flexible configuration syntax over
63    previous versions. 
64   </para>
65  </listitem> 
66
67  <listitem>
68   <para>
69    GIF de-animation. 
70   </para>
71  </listitem> 
72  
73  <listitem>
74   <para>
75    Web page content filtering (removes banners based on size,
76    invisible <quote>web-bugs</quote>, JavaScript and HTML annoyances, pop-ups, etc.)
77   </para>
78  </listitem> 
79  
80  <listitem>
81   <para>
82    Bypass many click-tracking scripts (avoids script redirection).
83   </para>
84  </listitem> 
85  
86  <listitem>
87   <para>
88    Multi-threaded (POSIX and native threads).
89   </para>
90  </listitem> 
91
92  <listitem>
93   <para>
94    Auto-detection and re-reading of config file changes.
95   </para>
96  </listitem> 
97
98  <listitem>
99   <para>
100    User-customizable HTML templates (e.g. 404 error page).
101   </para>
102  </listitem> 
103
104  <listitem>
105   <para>
106    Improved cookie management features (e.g. session based cookies).
107   </para>
108 </listitem> 
109
110  <listitem>
111   <para>
112    Improved signal handling, and a true daemon mode (Unix).
113   </para>
114 </listitem> 
115
116  <listitem>
117   <para>
118    Builds from source on most UNIX-like systems. Packages available for: Linux
119    (RedHat, SuSE, or Debian), Windows, Sun Solaris, Mac OSX, OS/2, HP-UX 11,
120    NetBSD and AmigaOS.
121   </para>
122  </listitem> 
123
124  <listitem>
125   <para>
126    Every feature now controllable on a per-site or per-location basis, configuration
127    more powerful and versatile over-all.
128   </para>
129 </listitem> 
130
131  <listitem>
132   <para>
133    Many smaller new features added, limitations and bugs removed, and security holes fixed.
134   </para>
135 </listitem> 
136
137  </itemizedlist>
138 </para>