342f04e5eb69e8a8c0324bcc1b49cdb8d64b3ed8
[privoxy.git] / doc / webserver / user-manual / introduction.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3
4 <html>
5 <head>
6   <title>Introduction</title>
7   <meta name="GENERATOR" content=
8   "Modular DocBook HTML Stylesheet Version 1.79">
9   <link rel="HOME" title="Privoxy 3.0.19 User Manual" href="index.html">
10   <link rel="PREVIOUS" title="Privoxy 3.0.19 User Manual" href="index.html">
11   <link rel="NEXT" title="Installation" href="installation.html">
12   <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
13   <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
14   <link rel="STYLESHEET" type="text/css" href="p_doc.css">
15 </head>
16
17 <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink=
18 "#840084" alink="#0000FF">
19   <div class="NAVHEADER">
20     <table summary="Header navigation table" width="100%" border="0"
21     cellpadding="0" cellspacing="0">
22       <tr>
23         <th colspan="3" align="center">Privoxy 3.0.19 User Manual</th>
24       </tr>
25
26       <tr>
27         <td width="10%" align="left" valign="bottom"><a href="index.html"
28         accesskey="P">Prev</a></td>
29
30         <td width="80%" align="center" valign="bottom"></td>
31
32         <td width="10%" align="right" valign="bottom"><a href=
33         "installation.html" accesskey="N">Next</a></td>
34       </tr>
35     </table>
36     <hr align="left" width="100%">
37   </div>
38
39   <div class="SECT1">
40     <h1 class="SECT1"><a name="INTRODUCTION" id="INTRODUCTION">1.
41     Introduction</a></h1>
42
43     <p>This documentation is included with the current stable version of
44     <span class="APPLICATION">Privoxy</span>, v.3.0.19.</p>
45
46     <div class="SECT2">
47       <h2 class="SECT2"><a name="FEATURES" id="FEATURES">1.1.
48       Features</a></h2>
49
50       <p>In addition to the core features of ad blocking and <a href=
51       "http://en.wikipedia.org/wiki/Browser_cookie" target="_top">cookie</a>
52       management, <span class="APPLICATION">Privoxy</span> provides many
53       supplemental features, that give the end-user more control, more
54       privacy and more freedom:</p>
55
56       <ul>
57         <li>
58           <p>Supports "Connection: keep-alive". Outgoing connections can be
59           kept alive independently from the client.</p>
60         </li>
61
62         <li>
63           <p>Supports IPv6, provided the operating system does so too, and
64           the configure script detects it.</p>
65         </li>
66
67         <li>
68           <p>Supports tagging which allows to change the behaviour based on
69           client and server headers.</p>
70         </li>
71
72         <li>
73           <p>Can be run as an "intercepting" proxy, which obviates the need
74           to configure browsers individually.</p>
75         </li>
76
77         <li>
78           <p>Sophisticated actions and filters for manipulating both server
79           and client headers.</p>
80         </li>
81
82         <li>
83           <p>Can be chained with other proxies.</p>
84         </li>
85
86         <li>
87           <p>Integrated browser-based configuration and control utility at
88           <a href="http://config.privoxy.org/" target=
89           "_top">http://config.privoxy.org/</a> (shortcut: <a href=
90           "http://p.p/" target="_top">http://p.p/</a>). Browser-based tracing
91           of rule and filter effects. Remote toggling.</p>
92         </li>
93
94         <li>
95           <p>Web page filtering (text replacements, removes banners based on
96           size, invisible <span class="QUOTE">"web-bugs"</span> and HTML
97           annoyances, etc.)</p>
98         </li>
99
100         <li>
101           <p>Modularized configuration that allows for standard settings and
102           user settings to reside in separate files, so that installing
103           updated actions files won't overwrite individual user settings.</p>
104         </li>
105
106         <li>
107           <p>Support for Perl Compatible Regular Expressions in the
108           configuration files, and a more sophisticated and flexible
109           configuration syntax.</p>
110         </li>
111
112         <li>
113           <p>GIF de-animation.</p>
114         </li>
115
116         <li>
117           <p>Bypass many click-tracking scripts (avoids script
118           redirection).</p>
119         </li>
120
121         <li>
122           <p>User-customizable HTML templates for most proxy-generated pages
123           (e.g. "blocked" page).</p>
124         </li>
125
126         <li>
127           <p>Auto-detection and re-reading of config file changes.</p>
128         </li>
129
130         <li>
131           <p>Most features are controllable on a per-site or per-location
132           basis.</p>
133         </li>
134
135         <li>
136           <p>Many smaller new features added, limitations and bugs
137           removed.</p>
138         </li>
139       </ul>
140     </div>
141   </div>
142
143   <div class="NAVFOOTER">
144     <hr align="left" width="100%">
145
146     <table summary="Footer navigation table" width="100%" border="0"
147     cellpadding="0" cellspacing="0">
148       <tr>
149         <td width="33%" align="left" valign="top"><a href="index.html"
150         accesskey="P">Prev</a></td>
151
152         <td width="34%" align="center" valign="top"><a href="index.html"
153         accesskey="H">Home</a></td>
154
155         <td width="33%" align="right" valign="top"><a href=
156         "installation.html" accesskey="N">Next</a></td>
157       </tr>
158
159       <tr>
160         <td width="33%" align="left" valign="top">Privoxy 3.0.19 User
161         Manual</td>
162
163         <td width="34%" align="center" valign="top">&nbsp;</td>
164
165         <td width="33%" align="right" valign="top">Installation</td>
166       </tr>
167     </table>
168   </div>
169 </body>
170 </html>