- Remove two already commented out sections.
[privoxy.git] / README
1 /*********************************************************************
2  *
3  * File        :  $Source: /cvsroot/ijbswa/current/doc/source/readme.sgml,v $
4  *
5  * Purpose     :  README file to give a short intro.
6  *
7  * Copyright   :  Written by and Copyright (C) 2001-2007  the SourceForge
8  *                Privoxy team. http://www.privoxy.org/
9  *
10  *                Based on the Internet Junkbuster originally written
11  *                by and Copyright (C) 1997 Anonymous Coders and 
12  *                Junkbusters Corporation.  http://www.junkbusters.com
13  *
14  *                This program is free software; you can redistribute it 
15  *                and/or modify it under the terms of the GNU General
16  *                Public License as published by the Free Software
17  *                Foundation; either version 2 of the License, or (at
18  *                your option) any later version.
19  *
20  *                This program is distributed in the hope that it will
21  *                be useful, but WITHOUT ANY WARRANTY; without even the
22  *                implied warranty of MERCHANTABILITY or FITNESS FOR A
23  *                PARTICULAR PURPOSE.  See the GNU General Public
24  *                License for more details.
25  *
26  *                The GNU General Public License should be included with
27  *                this file.  If not, you can view it at
28  *                http://www.gnu.org/copyleft/gpl.html
29  *                or write to the Free Software Foundation, Inc., 
30  *                51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
31  *                USA
32  *
33  *********************************************************************/
34
35 This README is included with Privoxy 3.0.7. See http://www.privoxy.org/ for
36 more information. The current code maturity level is "stable".
37
38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
39
40 Privoxy is a non-caching web proxy with advanced filtering capabilities for
41 enhancing privacy, modifying web page data, managing HTTP cookies, controlling
42 access, and removing ads, banners, pop-ups and other obnoxious Internet junk.
43 Privoxy has a flexible configuration and can be customized to suit individual
44 needs and tastes. Privoxy has application for both stand-alone systems and
45 multi-user networks.
46
47 Privoxy is based on Internet Junkbuster (tm).
48
49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
50
51 1. IMPORTANT CHANGES
52
53 December 2007, Privoxy 3.0.7 stable is released. This is a significant upgrade
54 with many new and enhanced features, and many bugs fixed. See the "ChangeLog",
55 and the "What's New" section and the "Upgrader's Notes" in the User Manual for
56 details and specifics. There are changes related to configuration, so anyone
57 upgrading and keeping their old configuration should read ahead first.
58
59 NEWS! November 2006, Privoxy 3.0.6 stable is released. This is a significant
60 upgrade with many new and enhanced features, and many bugs fixed.
61
62 There was and will not be an official 3.0.4 release. This release cycle was
63 used to gather our thoughts, play with some new ideas and refine some old ones.
64 It will remain a development cycle with no actual release. 3.0.5 is the fruit
65 of these efforts.
66
67 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
68
69 2. INSTALL
70
71 See the INSTALL file in this directory, for installing from raw source, and the
72 User Manual, for all other installation types.
73
74 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
75
76 3. RUN
77
78 privoxy [——help] [——version] [——no-daemon] [——pidfile PIDFILE] [——user USER
79 [.GROUP]] [——chroot] [config_file]
80
81 See the man page or User Manual for an explanation of each option, and other
82 configuration and usage issues.
83
84 If no config_file is specified on the command line, Privoxy will look for a
85 file named 'config' in the current directory (except Win32 which will look for
86 'config.txt'). If no config_file is found, Privoxy will fail to start.
87
88 Or for Red Hat and Fedora based distributions: /etc/rc.d/init.d/privoxy start
89
90 Or Debian: /etc/init.d/privoxy start
91
92 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
93
94 4. CONFIGURATION
95
96 See: 'config', 'default.action', 'user.action', 'default.filter', and
97 'user.filter'. 'user.action' and 'user.filter' are for personal and local
98 configuration preferences. These are all well commented. Most of the magic is
99 in '*.action' files. 'user.action' should be used for any actions
100 customizations. On Unix-like systems, these files are typically installed in /
101 etc/privoxy. On Windows, then wherever the executable itself is installed.
102 There are many significant changes and advances from earlier versions. The User
103 Manual has an explanation of all configuration options, and examples: http://
104 www.privoxy.org/user-manual/.
105
106 Be sure to set your browser(s) for HTTP/HTTPS Proxy at <IP>:<Port>, or whatever
107 you specify in the config file under 'listen-address'. DEFAULT is
108 localhost:8118. Note that Privoxy ONLY proxies HTTP (and HTTPS) traffic. Do not
109 try it with FTP or other protocols for the simple reason it does not work.
110
111 The actions list can be configured via the web interface accessed via http://
112 p.p/, as well other options.
113
114 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
115
116 5. DOCUMENTATION
117
118 There should be documentation in the 'doc' subdirectory. In particular, see the
119 User Manual there, the FAQ, and those interested in Privoxy development, should
120 look at developer-manual.
121
122 The source and configuration files are all well commented. The main
123 configuration files are: 'config', 'default.action', and 'default.filter'.
124
125 Included documentation may vary according to platform and packager. All
126 documentation is posted on http://www.privoxy.org, in case you don't have it,
127 or can't find it.
128
129 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
130
131 6. CONTACTING THE DEVELOPERS, BUG REPORTING AND FEATURE REQUESTS
132
133 We value your feedback. In fact, we rely on it to improve Privoxy and its
134 configuration. However, please note the following hints, so we can provide you
135 with the best support:
136
137 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
138
139 6.1. Get Support
140
141 For casual users, our support forum at SourceForge is probably best suited:
142 http://sourceforge.net/tracker/?group_id=11118&atid=211118
143
144 All users are of course welcome to discuss their issues on the users mailing
145 list, where the developers also hang around.
146
147 Note that the Privoxy mailing lists are moderated. Posts from unsubscribed
148 addresses have to be accepted manually by a moderator. This may cause a delay
149 of several days and if you use a subject that doesn't clearly mention Privoxy
150 or one of its features, your message may be accidentally discarded as spam.
151
152 If you aren't subscribed, you should therefore spend a few seconds to come up
153 with a proper subject. Additionally you should make it clear that you want to
154 get CC'd. Otherwise some responses will be directed to the mailing list only,
155 and you won't see them.
156
157 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
158
159 6.2. Reporting Problems
160
161 "Problems" for our purposes, come in two forms:
162
163   • Configuration issues, such as ads that slip through, or sites that don't
164     function properly due to one Privoxy "action" or another being turned "on".
165
166   • "Bugs" in the programming code that makes up Privoxy, such as that might
167     cause a crash.
168
169 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
170
171 6.2.1. Reporting Ads or Other Configuration Problems
172
173 Please send feedback on ads that slipped through, innocent images that were
174 blocked, sites that don't work properly, and other configuration related
175 problem of default.action file, to http://sourceforge.net/tracker/?group_id=
176 11118&atid=460288, the Actions File Tracker.
177
178 New, improved default.action files may occasionally be made available based on
179 your feedback. These will be announced on the ijbswa-announce list and
180 available from our the files section of our project page.
181
182 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
183
184 6.2.2. Reporting Bugs
185
186 Please report all bugs through our bug tracker: http://sourceforge.net/tracker
187 /?group_id=11118&atid=111118.
188
189 Before doing so, please make sure that the bug has not already been submitted
190 and observe the additional hints at the top of the submit form. If already
191 submitted, please feel free to add any info to the original report that might
192 help to solve the issue.
193
194 Please try to verify that it is a Privoxy bug, and not a browser or site bug or
195 documented behaviour that just happens to be different than what you expected.
196 If unsure, try toggling off Privoxy, and see if the problem persists.
197
198 If you are using your own custom configuration, please try the stock configs to
199 see if the problem is configuration related. If you're having problems with a
200 feature that is disabled by default, please ask around on the mailing list if
201 others can reproduce the problem.
202
203 If you aren't using the latest Privoxy version, the bug may have been found and
204 fixed in the meantime. We would appreciate if you could take the time to
205 upgrade to the latest version (or even the latest CVS snapshot) and verify that
206 your bug still exists.
207
208 Please be sure to provide the following information:
209
210   • The exact Privoxy version you are using (if you got the source from CVS,
211     please also provide the source code revisions as shown in http://
212     config.privoxy.org/show-version).
213
214   • The operating system and versions you run Privoxy on, (e.g. Windows XP
215     SP2), if you are using a Unix flavor, sending the output of "uname -a"
216     should do, in case of GNU/Linux, please also name the distribution.
217
218   • The name, platform, and version of the browser you were using (e.g.
219     Internet Explorer v5.5 for Mac).
220
221   • The URL where the problem occurred, or some way for us to duplicate the
222     problem (e.g. http://somesite.example.com/?somethingelse=123).
223
224   • Whether your version of Privoxy is one supplied by the Privoxy developers
225     via SourceForge, or if you got your copy somewhere else.
226
227   • Whether you are using Privoxy in tandem with another proxy such as Tor. If
228     so, please temporary disable the other proxy to see if the symptoms change.
229
230   • Whether you are using a personal firewall product. If so, does Privoxy work
231     without it?
232
233   • Any other pertinent information to help identify the problem such as config
234     or log file excerpts (yes, you should have log file entries for each action
235     taken).
236
237 You don't have to tell us your actual name when filing a problem report, but
238 please use a nickname so we can differentiate between your messages and the
239 ones entered by other "anonymous" users that may respond to your request if
240 they have the same problem or already found a solution.
241
242 Please also check the status of your request a few days after submitting it, as
243 we may request additional information. If you use a SF id, you should
244 automatically get a mail when someone responds to your request.
245
246 The appendix of the Privoxy User Manual also has helpful information on
247 understanding actions, and action debugging.
248
249 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
250
251 6.3. Request New Features
252
253 You are welcome to submit ideas on new features or other proposals for
254 improvement through our feature request tracker at http://sourceforge.net/
255 tracker/?atid=361118&group_id=11118.
256
257 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
258
259 6.4. Other
260
261 For any other issues, feel free to use the mailing lists. Technically
262 interested users and people who wish to contribute to the project are also
263 welcome on the developers list! You can find an overview of all Privoxy-related
264 mailing lists, including list archives, at: http://sourceforge.net/mail/?
265 group_id=11118.
266