Minor additions, esp. BSD/gmake.
[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 and removing ads, banners, pop-ups\r
40 and other obnoxious Internet Junk.\r
41 \r
42 \r
43  INSTALL\r
44 --------\r
45 \r
46 For tarball, first unpack:\r
47 \r
48  tar zxvf ijb_source_*\r
49  cd ijb_source_2.9.9_alpha\r
50 \r
51  ./configure\r
52  make\r
53  su\r
54  make install\r
55 \r
56 Redhat and SuSE src and binary RPMs can be built with 'make\r
57 redhat-dist' or 'make suse-dist' (run ./configure first). BSD\r
58 will (probably) require gmake (from http://gnu.org). See the \r
59 user-manual for OS/2 build instructions.\r
60 \r
61 Junkbuster is also availabe via anonymous CVS:\r
62 \r
63  cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login\r
64  cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa co current\r
65 \r
66 This will create a directory named 'current'. Then, 'cd current', and then\r
67 build as above.\r
68 \r
69 \r
70  RUN\r
71 ----\r
72 \r
73  junkbuster /etc/junkbuster/config &\r
74 \r
75 Or for RPMS: /etc/rc.d/init.d/junkbuster start\r
76 \r
77 The only command line option supported is the location of the \r
78 main configuration file. If none is specified, Junkbuster will \r
79 look for a file named 'config' in the current directory.\r
80 \r
81 \r
82 CONFIGURATION\r
83 -------------\r
84 \r
85 See: 'config', 'actionsfile', and 're_filterfile'. These are all well\r
86 commented. There are many changes and advances since v2.0.x. Be sure to set\r
87 your browsers for HTTP/HTTPS Proxy at localhost:8000.\r
88 \r
89 \r
90 DOCUMENTATION\r
91 -------------\r
92 \r
93 The best source of information on the current development version, is\r
94 either comments in the source code, or the included configuration\r
95 files, which are all well commented. These are 'config',\r
96 'actionsfile', and 're_filterfile' in the toplevel source directory.\r
97 \r
98 There is a growing amount of new documentation in the 'doc'\r
99 subdirectory, but it is sparse at this point. In particular, see \r
100 the user-manual there.\r
101 \r
102 Some legacy documentation is also included only to give an idea of\r
103 what Junkbuster can do under doc/obsolete/*. Much has changed since\r
104 these docs were written, so beware.\r
105 \r
106 \r
107 BUGS\r
108 ----\r
109 \r
110 Use the form at\r
111 http://sourceforge.net/tracker/index.php?group_id=11118&atid=111118 to\r
112 report bugs. Please read the exising bug reports before submitting\r
113 anything new.\r
114 \r
115 -------------------------------------------------------------------------\r
116 ijbswa-developers@lists.sourceforge.net\r
117 \r
118 $Id: README,v 1.2 2001/09/14 21:28:12 hal9 Exp $\r