Added NetBSD to packages.
[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.4 2002/04/15 23:39:04 oes 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 (<ulink
34    url="http://p.p">http://p.p</ulink>). Browser-based tracing of rule
35    and filter effects. Remote toggling.
36   </para>
37  </listitem> 
38 <!--
39  <listitem>
40   <para>
41    Modularized configuration that will allow for system wide settings, and
42    individual user settings. (not implemented yet, probably a 3.1 feature)
43   </para>
44  </listitem> 
45 -->
46  <listitem>
47   <para>
48     Blocking of annoying pop-up browser windows.
49   </para>
50  </listitem> 
51
52  <listitem>
53   <para>
54    HTTP/1.1 compliant (but not all optional 1.1 features are supported).
55   </para>
56  </listitem> 
57
58  <listitem>
59   <para>
60    Support for Perl Compatible Regular Expressions in the configuration files, and 
61    generally a more sophisticated and flexible configuration syntax over
62    previous versions. 
63   </para>
64  </listitem> 
65
66  <listitem>
67   <para>
68    GIF de-animation. 
69   </para>
70  </listitem> 
71  
72  <listitem>
73   <para>
74    Web page content filtering (removes banners based on size,
75    invisible <quote>web-bugs</quote>, JavaScript and HTML annoyances, pop-ups, etc.)
76   </para>
77  </listitem> 
78  
79  <listitem>
80   <para>
81    Bypass many click-tracking scripts (avoids script redirection).
82   </para>
83  </listitem> 
84  
85  <listitem>
86   <para>
87    Multi-threaded (POSIX and native threads).
88   </para>
89  </listitem> 
90
91  <listitem>
92   <para>
93    Auto-detection and re-reading of config file changes.
94   </para>
95  </listitem> 
96
97  <listitem>
98   <para>
99    User-customizable HTML templates (e.g. 404 error page).
100   </para>
101  </listitem> 
102
103  <listitem>
104   <para>
105    Improved cookie management features (e.g. session based cookies).
106   </para>
107 </listitem> 
108
109  <listitem>
110   <para>
111    Improved signal handling, and a true daemon mode (Unix).
112   </para>
113 </listitem> 
114
115  <listitem>
116   <para>
117    Builds from source on most UNIX-like systems. Packages available for: Linux
118    (RedHat, SuSE, or Debian), Windows, Sun Solaris, Mac OSX, OS/2, HP-UX 11,
119    NetBSD and AmigaOS.
120   </para>
121  </listitem> 
122
123  <listitem>
124   <para>
125    Every feature now controllable on a per-site or per-location basis, configuration
126    more powerful and versatile over-all.
127   </para>
128 </listitem> 
129
130  <listitem>
131   <para>
132    Many smaller new features added, limitations and bugs removed, and security holes fixed.
133   </para>
134 </listitem> 
135
136  </itemizedlist>
137 </para>