documentation added: howto generate docs in text and html
[privoxy.git] / README
1 /*********************************************************************\r
2  *\r
3  * File        :  $Source: /cvsroot/ijbswa/current/README,v $\r
4  *\r
5  * Purpose     :  README file to give a short intro.\r
6  *\r
7  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge\r
8  *                IJBSWA team.  http://ijbswa.sourceforge.net\r
9  *\r
10  *                Based on the Internet Junkbuster originally written\r
11  *                by and Copyright (C) 1997 Anonymous Coders and \r
12  *                Junkbusters Corporation.  http://www.junkbusters.com\r
13  *\r
14  *                This program is free software; you can redistribute it \r
15  *                and/or modify it under the terms of the GNU General\r
16  *                Public License as published by the Free Software\r
17  *                Foundation; either version 2 of the License, or (at\r
18  *                your option) any later version.\r
19  *\r
20  *                This program is distributed in the hope that it will\r
21  *                be useful, but WITHOUT ANY WARRANTY; without even the\r
22  *                implied warranty of MERCHANTABILITY or FITNESS FOR A\r
23  *                PARTICULAR PURPOSE.  See the GNU General Public\r
24  *                License for more details.\r
25  *\r
26  *                The GNU General Public License should be included with\r
27  *                this file.  If not, you can view it at\r
28  *                http://www.gnu.org/copyleft/gpl.html\r
29  *                or write to the Free Software Foundation, Inc., 59\r
30  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
31  *\r
32  *********************************************************************/\r
33 \r
34 This README is included with the development version of Junkbuster,\r
35 which will eventually become Junkbuster v3.0. See\r
36 http://ijbswa.sourceforge.net.\r
37 \r
38 Internet Junkbuster is a web proxy with advanced filtering\r
39 capabilities for protecting privacy, filtering web page content,\r
40 managing cookies, controlling access, and removing ads, banners,\r
41 pop-ups and other obnoxious Internet Junk. Junkbuster has a very\r
42 flexible configuration and can be customized to suit individual needs\r
43 and tastes. Internet Junkbuster has application for both stand-alone\r
44 systems and multi-user networks.\r
45 \r
46 JunkBuster was originally written by JunkBusters Corporation, and was\r
47 released as free open-source software under the GNU GPL. Stefan\r
48 Waldherr made many improvements, and started the SourceForge project\r
49 to continue development.\r
50 \r
51  INSTALL\r
52 --------\r
53 \r
54 For tarball, first unpack:\r
55 \r
56  tar zxvf ijb_source_*\r
57  cd ijb_source_2.9.9_alpha\r
58 \r
59  autoheader   [suggested for CVS source]\r
60  autoconf     [suggested for CVS source]\r
61  ./configure\r
62  make         (gmake on BSD?)\r
63  su\r
64  make install\r
65 \r
66 Redhat and SuSE src and binary RPMs can be built with 'make\r
67 redhat-dist' or 'make suse-dist' (run ./configure first). BSD\r
68 will (probably?) require gmake (from http://gnu.org). See the \r
69 user-manual for OS/2 build instructions.\r
70 \r
71 Junkbuster is also availabe via anonymous CVS:\r
72 \r
73  cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login\r
74  cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa co current\r
75 \r
76 This will create a directory named 'current'. Then, 'cd current', and then\r
77 build as above.\r
78 \r
79 \r
80  RUN\r
81 ----\r
82 \r
83  junkbuster /etc/junkbuster/config &\r
84 \r
85 Or for RedHat: /etc/rc.d/init.d/junkbuster start\r
86 Or for SuSE: /etc/rc.d/junkbuster start\r
87 \r
88 The only command line option supported is the location of the \r
89 main configuration file. If none is specified, Junkbuster will \r
90 look for a file named 'config' in the current directory.\r
91 \r
92 \r
93  CONFIGURATION\r
94 --------------\r
95 \r
96 See: 'config', 'actionsfile', and 're_filterfile'. These are all well\r
97 commented. On Unix-like systems, these files are installed in /etc/junkbuster.\r
98 On Windows, then wherever the executable itself is installed. There are many\r
99 significant changes and advances since v2.0.x. The user-manual has a \r
100 run down of configuration options, and examples: \r
101 http://ijbswa.sourceforge.net/user-manual/.\r
102 \r
103 Be sure to set your browser(s) for HTTP/HTTPS Proxy at localhost:8000.\r
104 \r
105 \r
106  DOCUMENTATION\r
107 --------------\r
108 \r
109 The best source of information on the current development version, is\r
110 either comments in the source code, or the included configuration\r
111 files, which are all well commented. These are 'config',\r
112 'actionsfile', and 're_filterfile' in the toplevel source directory.\r
113 \r
114 There is a growing amount of new documentation in the 'doc'\r
115 subdirectory, but it is sparse at this point. In particular, see \r
116 the user-manual there, which is 'nearly there'.\r
117 \r
118 Some legacy documentation is also included only to give an idea of\r
119 what Junkbuster can do under doc/obsolete/*. Much has changed since\r
120 these docs were written, so beware.\r
121 \r
122 \r
123  BUGS\r
124 -----\r
125 \r
126 Use the form at\r
127 http://sourceforge.net/tracker/index.php?group_id=11118&atid=111118 to\r
128 report bugs. Please read the exising bug reports before submitting\r
129 anything new.\r
130 \r
131 -------------------------------------------------------------------------\r
132 ijbswa-developers@lists.sourceforge.net\r
133 \r
134 $Id: README,v 1.6 2001/10/24 18:47:54 hal9 Exp $\r