Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
[privoxy.git] / doc / source / readme.sgml
1 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2 <!entity % dummy "IGNORE"> 
3 <!entity supported SYSTEM "supported.sgml">
4 <!entity p-intro SYSTEM "privoxy.sgml">
5 <!entity contacting SYSTEM "contacting.sgml">
6 <!entity buildsource SYSTEM "buildsource.sgml">
7 <!entity p-version "3.0.3">
8 <!entity p-status "stable">
9 <!entity % p-not-stable "IGNORE">
10 <!entity % p-stable "INCLUDE">
11 <!entity % p-text "INCLUDE">       <!-- define we are a text only doc    -->
12 <!entity % p-doc "IGNORE">         <!-- and never a text doc             -->
13 <!entity % p-readme "INCLUDE">     <!-- all your README belong to us     -->
14 ]>
15 <!--
16  File        :  $Source: /cvsroot/ijbswa/current/doc/source/readme.sgml,v $
17
18  Purpose     :  README for Privoxy
19                 
20  $Id: readme.sgml,v 1.16.2.9 2004/01/30 14:09:59 oes Exp $
21
22  Copyright (C) 2001 - 2004 Privoxy Developers <developers@privoxy.org>
23  See LICENSE.
24
25  ========================================================================
26  NOTE: Please read developer-manual/documentation.html before touching 
27  anything in this, or other Privoxy documentation. You have been warned!
28  Failure to abide by this rule will result in the revocation of your license 
29  to live a peaceful existence!
30  ========================================================================
31
32  ===================================================================
33  READ: Document Note: This file generates the README in the top level 
34  source directory. It is generated as only a plain text file. The 
35  current markup is not suitable for other formats. Build from 
36  Makefile with 'make dok-readme'.
37  ===================================================================
38
39  READ:
40
41  ======================================================================
42  NOTE: The left margin spacing is *important* when using 'literallayout'
43  WYSISWYG!!! Don't mess this up!!! Careful with linebreaks too, ie 
44  the para tag forces a linebreak. Tags need to be carefully placed as a result
45  to avoid extra blank lines, etc. 
46  ======================================================================
47
48  For stable releases, change 
49  
50   entity % p-not-stable "INCLUDE" 
51  
52  to 
53  
54   entity % p-not-stable "IGNORE" 
55   
56  in the DTD at the top. This will toggle various text 'off'. BOTH
57  MUST be toggled in this case or you will get both text referencing 
58  stable and unstable versions. You only want one or the other!
59
60 -->
61 <article id="index">
62 <artheader>
63 <![%dummy;[
64  <para>
65  <comment>
66   This is here to keep vim syntax file from breaking :/
67   If I knew enough to fix it, I would.
68   PLEASE DO NOT REMOVE! HB: hal@foobox.net
69  </comment>
70  </para>
71 ]]>
72 <abstract>
73 <para>
74  <literal>
75   <msgtext>
76    <literallayout>
77 /*********************************************************************
78  *
79  * File        :  $Source: /cvsroot/ijbswa/current/doc/source/readme.sgml,v $
80  *
81  * Purpose     :  README file to give a short intro.
82  *
83  * Copyright   :  Written by and Copyright (C) 2001 - 2004  the SourceForge
84  *                Privoxy team. http://www.privoxy.org/
85  *
86  *                Based on the Internet Junkbuster originally written
87  *                by and Copyright (C) 1997 Anonymous Coders and 
88  *                Junkbusters Corporation.  http://www.junkbusters.com
89  *
90  *                This program is free software; you can redistribute it 
91  *                and/or modify it under the terms of the GNU General
92  *                Public License as published by the Free Software
93  *                Foundation; either version 2 of the License, or (at
94  *                your option) any later version.
95  *
96  *                This program is distributed in the hope that it will
97  *                be useful, but WITHOUT ANY WARRANTY; without even the
98  *                implied warranty of MERCHANTABILITY or FITNESS FOR A
99  *                PARTICULAR PURPOSE.  See the GNU General Public
100  *                License for more details.
101  *
102  *                The GNU General Public License should be included with
103  *                this file.  If not, you can view it at
104  *                http://www.gnu.org/copyleft/gpl.html
105  *                or write to the Free Software Foundation, Inc., 59
106  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
107  *
108  *********************************************************************/
109 </literallayout>
110 </msgtext>
111 </literal>
112 </para>
113
114 <para>
115  <!-- include some conditional text -->
116  This README is included with <![%p-not-stable;[ the development version of]]>
117  Privoxy &p-version;<![%p-not-stable;[, which will eventually become Privoxy v3.0 (and soon we
118  hope!)]]>. See http://www.privoxy.org/ for more information. The current code maturity
119  level is <quote>&p-status;</quote><![%p-not-stable;[, and seems stable to us :)]]>.
120 </para>
121 </abstract>
122 </artheader>
123
124 <!-- Include privoxy.sgml boilerplate: -->
125 &p-intro;
126 <!-- end boilerplate -->
127
128 <!--   ~~~~~       New section      ~~~~~     -->
129 <sect1 id="importantchanges" ><title>IMPORTANT CHANGES</title>
130 <para>
131  MORE NEWS! January 2004, Privoxy 3.0.3 is released. This is the another 
132  maintenance release of Privoxy which fixes more bugs, further refines
133  the configuration and works around some known third-party problems. See the
134  ChangeLog for complete details. Upgrading from 3.0.2 is recommended.
135 </para>
136 <para>
137  NEWS! March 2003, Privoxy 3.0.2 is released. This is the first maintenance
138  release of Privoxy. There are no significant new features in this release.
139  Some bugs are fixed, and some existing features have been enhanced. See 
140  ChangeLog for details. Upgrading from 3.0.0 is recommended.
141 </para>
142 <para>
143  REALLY BIG NEWS! August 2002: The long-awaited, oft-delayed  stable version
144  of Privoxy 3.0 is finally released! This is way behind schedule, but better
145  late than never. The developers all hope the wait was worth it.
146 </para>
147 <para>
148  NEWS! As of 03/24/02, the name of this project has been changed from
149  ijbswa/Junkbuster to Privoxy. This is reflected in many of the included
150  files. 
151 </para>
152 <para>
153  WARNING! If upgrading from earlier versions of this project via RPM packages,
154  the new package will delete any previously installed 'Junkbuster' packages.
155 </para>
156 <para>
157  IMPORTANT! READ! Configuration Change as of 17 Mar 2002: The default listening
158  port is now 8118 due to conflicts with port 8000 assignment. You will need to
159  change your browser if upgrading!!! And maybe firewall, etc.
160 </para>
161 </sect1>
162
163 <!--   ~~~~~       New section      ~~~~~     -->
164 <sect1 id="install" ><title>INSTALL</title>
165 <para> 
166  See the <filename>INSTALL</filename> file in this directory, for installing
167  from source, and the <citetitle>User Manual</citetitle>, for other
168  installation types. 
169 </para>
170 </sect1>
171
172 <!--   ~~~~~       New section      ~~~~~     -->
173 <sect1 id="run"><title>RUN</title>
174 <para>
175  privoxy [&mdash;&mdash;help] [&mdash;&mdash;version]
176  [&mdash;&mdash;no-daemon] [&mdash;&mdash;pidfile PIDFILE] [&mdash;&mdash;user
177  USER[.GROUP]] [&mdash;&mdash;chroot] [config_file]
178 </para>
179 <para>
180  See the man page or User Manual for an explanation of each option, and 
181  other configuration and usage issues.
182 </para>
183 <para>
184  If no config_file is specified on the command line, Privoxy will look for a
185  file named 'config' in the current directory (except Win32 which will look
186  for 'config.txt'). If no config_file is found, Privoxy will fail to start.
187 </para>
188 <para>
189  Or for Red Hat based distributions: /etc/rc.d/init.d/privoxy start
190 </para>
191 <para>
192  Or for SuSE:   /etc/rc.d/privoxy start
193 </para>
194 <para>
195  Or Debian: /etc/init.d/privoxy start
196 </para>
197 </sect1>
198
199 <!--   ~~~~~       New section      ~~~~~     -->
200 <sect1 id="configuration"><title>CONFIGURATION</title>
201 <para>
202  See: 'config', 'default.action', 'user.action', and 'default.filter'.
203  'user.action' is for personal and local configuration preferences. These are
204  all well commented. Most of the magic is in '*.action' files. 'user.action'
205  should be used for any actions customizations. On Unix-like systems, these
206  files are installed in /etc/privoxy.  On Windows, then wherever the
207  executable itself is installed. There are many significant changes and
208  advances since Junkbuster v2.0.x. The User Manual has an explanation of
209  all configuration options, and examples: http://www.privoxy.org/user-manual/.
210 </para>
211 <para>
212  Be sure to set your browser(s) for HTTP/HTTPS Proxy at &lt;IP&gt;:&lt;Port&gt;, or
213  whatever you specify in the config file under 'listen-address'. DEFAULT is
214  localhost:8118. Note that Privoxy ONLY proxies HTTP (and HTTPS) traffic. Do not try it 
215  with FTP or other protocols for the simple reason it does not work.
216 </para>
217 <para>
218  The actions list can be configured via the web interface accessed via
219  http://p.p/, as well other options.
220 </para>
221 <![%p-not-stable;[
222 <para>
223  All configuration files are subject to unannounced changes during the
224  development process.
225 </para>
226 ]]>
227 </sect1>
228
229 <!--   ~~~~~       New section      ~~~~~     -->
230 <sect1 id="documentation"><title>DOCUMENTATION</title>
231 <para>
232  There should be documentation in the 'doc' subdirectory<![%p-not-stable;[, but it
233  is not completed at this point]]>. In particular, see the User Manual there,
234  the FAQ, and those interested in Privoxy development, should look at
235  developer-manual. 
236 </para>
237 <para>
238  <![%p-not-stable;[
239  The most up to date source of information on the current development version,
240  may still be either comments in the source code, or the included
241  configuration files. ]]>The source and configuration files are all well
242  commented. The main configuration files are: 'config', 'default.action', and
243  'default.filter'<![%p-not-stable;[ in the toplevel source directory]]>. 
244 </para>
245
246 <para>
247  Included documentation may vary according to platform and packager. All 
248  documentation is posted on http://www.privoxy.org, in case you don't have it, 
249  or can't find it.
250 </para>
251 </sect1>
252
253 <!--   ~~~~~       New section      ~~~~~     -->
254 <sect1 id="contact"><title>CONTACTING THE DEVELOPERS, BUG REPORTING AND FEATURE REQUESTS</title>
255 <!-- Include contacting.sgml boilerplate: -->
256   &contacting;
257 <!-- end boilerplate -->
258 </sect1>
259
260 <!-- <para> -->
261 <!--  <LiteralLayout> -->
262 <!--  ------------------------------------------------------------------------- -->
263 <!--  ijbswa-developers@lists.sourceforge.net -->
264 <!-- </LiteralLayout> -->
265 <!-- </para> -->
266 <!-- <para> -->
267 <!--  $Id: readme.sgml,v 1.16.2.9 2004/01/30 14:09:59 oes Exp $ -->
268 <!-- </para> -->
269
270 </article>