X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=README;h=8c92d5788da56061bf0da3c0126db85729ac8422;hp=0bbae739765d2193f543755dd44f3ef7cee656d0;hb=9eb78ae0b5ff3cf70a4ca587525de4b8de743069;hpb=e8ddf173c26892df3616a9840ff35ee6b69a4deb diff --git a/README b/README index 0bbae739..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,13 +81,15 @@ 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 @@ -89,7 +102,9 @@ significant changes and advances since v2.0.x. The user-manual has a 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 @@ -120,4 +135,4 @@ anything new. ------------------------------------------------------------------------- ijbswa-developers@lists.sourceforge.net -$Id: README,v 1.4 2001/10/15 14:25:56 hal9 Exp $ +$Id: README,v 1.7 2001/10/26 18:36:52 swa Exp $