X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=README;h=8c92d5788da56061bf0da3c0126db85729ac8422;hp=dfc6ee7390db87258ac4a08b5bd2e13611c9e4b4;hb=a7149d9ab66d285f9e30dcc867c5976c794b995a;hpb=e3f45fd5c52b9f412c4685bfc5b8be8f9e85dc9a diff --git a/README b/README index dfc6ee73..8c92d578 100644 --- a/README +++ b/README @@ -36,29 +36,40 @@ which will eventually become Junkbuster v3.0. See http://ijbswa.sourceforge.net. Internet Junkbuster is a web proxy with advanced filtering -capabilities for protecting privacy and removing ads, banners, pop-ups -and other obnoxious Internet Junk. - +capabilities for protecting privacy, filtering web page content, +managing cookies, controlling access, and removing ads, banners, +pop-ups and other obnoxious Internet Junk. Junkbuster has a very +flexible configuration and can be customized to suit individual needs +and tastes. Internet Junkbuster has application for both stand-alone +systems and multi-user networks. + +JunkBuster was originally written by JunkBusters Corporation, and was +released as free open-source software under the GNU GPL. Stefan +Waldherr made many improvements, and started the SourceForge project +to continue development. INSTALL -------- For tarball, first unpack: - tar zxvf ijb_source_* + tar xzvf ijb_source_* [.tgz or .tar.gz] cd ijb_source_2.9.9_alpha - ./configure - make - su - make install + autoheader [suggested for CVS source] + autoconf [suggested for CVS source] + ./configure (--help to see options) + gmake (the make from gnu) + su + make -n install (to see where all the files will go) + make install (to really install) Redhat and SuSE src and binary RPMs can be built with 'make redhat-dist' or 'make suse-dist' (run ./configure first). BSD will (probably?) require gmake (from http://gnu.org). See the user-manual for OS/2 build instructions. -Junkbuster is also availabe via anonymous CVS: +Junkbuster is also available via anonymous CVS: cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa co current @@ -70,29 +81,34 @@ build as above. RUN ---- - junkbuster /etc/junkbuster/config & + junkbuster /etc/junkbuster/config -Or for RPMS: /etc/rc.d/init.d/junkbuster start +Or for RedHat: /etc/rc.d/init.d/junkbuster start +Or for SuSE: /etc/rc.d/junkbuster start The only command line option supported is the location of the main configuration file. If none is specified, Junkbuster will -look for a file named 'config' in the current directory. +look for a file named 'config' for unix, junkbstr.txt for win +in the current directory. -CONFIGURATION -------------- + CONFIGURATION +-------------- See: 'config', 'actionsfile', and 're_filterfile'. These are all well commented. On Unix-like systems, these files are installed in /etc/junkbuster. On Windows, then wherever the executable itself is installed. There are many significant changes and advances since v2.0.x. The user-manual has a -run down of configuration options, and examples. +run down of configuration options, and examples: +http://ijbswa.sourceforge.net/user-manual/. -Be sure to set your browser(s) for HTTP/HTTPS Proxy at localhost:8000. +Be sure to set your browser(s) for HTTP/HTTPS Proxy at :, +or whatever you specify in the config file under 'listen-address'. +DEFAULT is localhost:8000. -DOCUMENTATION -------------- + DOCUMENTATION +-------------- The best source of information on the current development version, is either comments in the source code, or the included configuration @@ -108,8 +124,8 @@ what Junkbuster can do under doc/obsolete/*. Much has changed since these docs were written, so beware. -BUGS ----- + BUGS +----- Use the form at http://sourceforge.net/tracker/index.php?group_id=11118&atid=111118 to @@ -119,4 +135,4 @@ anything new. ------------------------------------------------------------------------- ijbswa-developers@lists.sourceforge.net -$Id: README,v 1.3 2001/10/15 05:37:32 hal9 Exp $ +$Id: README,v 1.7 2001/10/26 18:36:52 swa Exp $