X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=README;h=ab199e0c23fef7557288cddd1588d182de8748ea;hp=0bbae739765d2193f543755dd44f3ef7cee656d0;hb=3d0f0baf28a420268162b19e4ebe644dc4f5d156;hpb=e8ddf173c26892df3616a9840ff35ee6b69a4deb diff --git a/README b/README index 0bbae739..ab199e0c 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_* - cd ijb_source_2.9.9_alpha + tar xzvf ijb_source_* [.tgz or .tar.gz] + cd ijb_source_2.9.10_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,26 +81,33 @@ 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, config.txt for Win32 +in the current directory. CONFIGURATION -------------- -See: 'config', 'actionsfile', and 're_filterfile'. These are all well +See: 'config', 'ijb.action', 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: 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. + +The ijb.action file can be configured via the web interface accessed via +http://i.j.b/, as well other options. DOCUMENTATION @@ -120,4 +138,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.8 2001/11/05 21:54:48 steudten Exp $