*** empty log message ***
authorhal9 <hal9@users.sourceforge.net>
Wed, 24 Oct 2001 23:58:48 +0000 (23:58 +0000)
committerhal9 <hal9@users.sourceforge.net>
Wed, 24 Oct 2001 23:58:48 +0000 (23:58 +0000)
doc/source/user-manual.sgml
doc/text/user-manual.txt

index 19394d7..bcd7549 100644 (file)
@@ -103,14 +103,15 @@ You can find the latest version of the user manual at  <ulink url="http://ijbswa
 
  <listitem>
   <para>
-   Modularized configuration that will allow for system wide settings, and
-   individual user settings. 
+   A browser based configuration utility (WIP at 
+   <ulink url="http://i.j.b">http://i.j.b</ulink>).
   </para>
  </listitem> 
 
  <listitem>
   <para>
-   A browser based GUI configuration utility (not finished).
+   Modularized configuration that will allow for system wide settings, and
+   individual user settings. (not implemented yet)
   </para>
  </listitem> 
 
@@ -123,7 +124,7 @@ You can find the latest version of the user manual at  <ulink url="http://ijbswa
 
  <listitem>
   <para>
-   Partial support for HTTP/1.1.
+   Support for HTTP/1.1 (partially implemented at this point).
   </para>
  </listitem> 
 
@@ -149,6 +150,10 @@ You can find the latest version of the user manual at  <ulink url="http://ijbswa
  </itemizedlist>
 </para>
 
+<para>
+ In addition, the configuration is more versatile overall.
+</para>
+
 </sect2>
 
 </sect1>
@@ -206,7 +211,7 @@ You can find the latest version of the user manual at  <ulink url="http://ijbswa
 
 <para>
  <screen>
- autoconf       #recommended for CVS source
+ autoconf           #recommended for CVS source
  ./configure
  make
  su
@@ -229,7 +234,7 @@ You can find the latest version of the user manual at  <ulink url="http://ijbswa
 
 <para>
  <screen>
- autoconf       #recommended for CVS source
+ autoconf              #recommended for CVS source
  ./configure
  make redhat-dist
  </screen>
@@ -272,7 +277,7 @@ You can find the latest version of the user manual at  <ulink url="http://ijbswa
 
 <para>
  <screen>
- autoconf       #recommended for CVS source
+ autoconf             #recommended for CVS source
  ./configure
  make suse-dist
  </screen>
@@ -420,10 +425,11 @@ configuration section below. HB.)
   <listitem>
    <para>
     The <filename>actionsfile</filename> file is used  to define various 
-    actions relating to images, banners, pop-ups, banners and cookies.
-    There is a CGI based editor for this file that can be accessed 
-    via <ulink url="http://i.j.b./">http://i.j.b./</ulink>.
-    (Still under active development.)
+    <quote>actions</quote> relating to images, banners, pop-ups, access
+    restrictions, banners and cookies. There is a CGI based editor for this
+    file that can be accessed via <ulink
+    url="http://i.j.b./">http://i.j.b./</ulink>. This is the easiest method of
+    configuring actions. (Still under active development.)
    </para>
   </listitem> 
 
@@ -446,6 +452,12 @@ configuration section below. HB.)
  for the changes to take effect.
 </para>
 
+<para>
+ While under development, the configuration content is subject to change. 
+ The below documentation may not be accurate by the time you read this. 
+ Also, what constitutes a <quote>default</quote> setting, may change, so 
+ please check all your configuration files on important issues.
+</para>
 
 <!--   ~~~~~       New section      ~~~~~     -->
 
@@ -761,10 +773,10 @@ configuration section below. HB.)
  serve requests from other machines (e.g. on your local network) as well, you
  will need to override the default. The syntax is 
  <quote>listen-address [&lt;ip-address&gt;]:&lt;port&gt;</quote>. If you leave
- out the IP adress, <application>junkbuster</application> will bind to all
+ out the IP address, <application>junkbuster</application> will bind to all
  interfaces (addresses) on your machine and may become reachable from the
internet. In that case, consider using access control lists (acl's) (see
- <quote>aclfile</quote> above).
Internet. In that case, consider using access control lists (acl's) (see
+ <quote>aclfile</quote> above), or a firewall.
 </para>
 
 <para>
@@ -939,9 +951,9 @@ configuration section below. HB.)
 <para>
  For content filtering, i.e. the <quote>+filter</quote> and
  <quote>+deanimate-gif</quote> actions, it is neccessary that 
- <application>Junkbuster</application> buffers up the entire document body.
+ <application>Junkbuster</application> buffers the entire document body.
  This can be potentially dangerous, since a server could just keep sending
- data indefinitely and wait for your RAM to exhaust.
+ data indefinitely and wait for your RAM to exhaust. With nasty consequences.
 </para>
 
 <para>
@@ -1732,10 +1744,18 @@ Removed references to Win32. HB 09/23/01
  url="http://i.j.b/show-url-info">http://i.j.b/show-url-info</ulink>. 
 </para>
 
+<para>
+ The actions file can be edited with a browser by loading 
+ <ulink url="http://i.j.b">http://i.j.b</ulink>, and then select 
+ <quote>Edit Actions</quote>.
+</para>
+
 <para>
  There are four types of lines in this file: comments (begin with a 
  <quote>#</quote> character), actions, aliases and patterns, all of which are
- explained below.
+ explained below, as well as the configuration file syntax that 
+ <application>Junkbuster</application> understands.
+
 </para>
 
 
index 1573121..dd5865f 100644 (file)
@@ -59,15 +59,15 @@ New Features
 In addition to Junkbuster's traditional features of ad and banner blocking and
 cookie management, this is a list of new features currently under development:
 
-  * Modularized configuration that will allow for system wide settings, and
-    individual user settings.
+  * A browser based configuration utility (WIP at http://i.j.b).
    
-  * A browser based GUI configuration utility (not finished).
+  * Modularized configuration that will allow for system wide settings, and
+    individual user settings. (not implemented yet)
    
   * Blocking of annoying pop-up browser windows (previously available as a
     patch).
    
-  * Partial support for HTTP/1.1.
+  * Support for HTTP/1.1 (partially implemented at this point).
    
   * Support for Perl Compatible Regular Expressions in the configuration files,
     and generally a more sophisticated configuration syntax over previous
@@ -77,6 +77,8 @@ cookie management, this is a list of new features currently under development:
    
   * Multi-threaded.
    
+In addition, the configuration is more versatile overall.
+
 -------------------------------------------------------------------------------
 
 Installation
@@ -109,7 +111,7 @@ tree.
 
 Then, in either case, to build from source:
 
- autoconf       #recommended for CVS source                                    
+ autoconf           #recommended for CVS source                                
  ./configure                                                                   
  make                                                                          
  su                                                                            
@@ -124,7 +126,7 @@ Red Hat
 
 To build Redhat RPM packages, install source as above. Then:
 
- autoconf       #recommended for CVS source                                    
+ autoconf              #recommended for CVS source                             
  ./configure                                                                   
  make redhat-dist                                                              
                                                                                
@@ -149,7 +151,7 @@ SuSE
 
 To build SuSE RPM packages, install source as above. Then:
 
- autoconf       #recommended for CVS source                                    
+ autoconf             #recommended for CVS source                              
  ./configure                                                                   
  make suse-dist                                                                
                                                                                
@@ -234,9 +236,10 @@ there are only three default configuration files (this will change in time):
   * The main configuration file is named config on Linux, Unix, BSD, and OS/2,
     and junkbustr.txt on Windows. On Amiga, it is AmiTCP:db/junkbuster/config.
    
-  * The actionsfile file is used to define various actions relating to images,
-    banners, pop-ups, banners and cookies. There is a CGI based editor for this
-    file that can be accessed via http://i.j.b./. (Still under active
+  * The actionsfile file is used to define various "actions" relating to
+    images, banners, pop-ups, access restrictions, banners and cookies. There
+    is a CGI based editor for this file that can be accessed via http://i.j.b./
+    . This is the easiest method of configuring actions. (Still under active
     development.)
    
   * The re_filterfile file can be used to rewrite the raw page content,
@@ -247,6 +250,11 @@ maximum flexibility. All files use the "#" character to denote a comment. Such
 lines are not processed by Junkbuster. After making any changes, restart
 Junkbuster in order for the changes to take effect.
 
+While under development, the configuration content is subject to change. The
+below documentation may not be accurate by the time you read this. Also, what
+constitutes a "default" setting, may change, so please check all your
+configuration files on important issues.
+
 -------------------------------------------------------------------------------
 
 The Main Configuration File
@@ -404,10 +412,10 @@ under proxy configuration, list the proxy server as "localhost" and the port as
 If you already have another service running on port 8000, or if you want to
 serve requests from other machines (e.g. on your local network) as well, you
 will need to override the default. The syntax is "listen-address
-[<ip-address>]:<port>". If you leave out the IP adress, junkbuster will bind to
-all interfaces (addresses) on your machine and may become reachable from the
-internet. In that case, consider using access control lists (acl's) (see
-"aclfile" above).
+[<ip-address>]:<port>". If you leave out the IP address, junkbuster will bind
+to all interfaces (addresses) on your machine and may become reachable from the
+Internet. In that case, consider using access control lists (acl's) (see
+"aclfile" above), or a firewall.
 
 For example, suppose you are running Junkbuster on a machine which has the
 address 192.168.0.1 on your local private network (192.168.0.0) and has another
@@ -494,9 +502,9 @@ becomes a non-anonymizing non-blocking proxy. Default: 1 (on).
    
 
 For content filtering, i.e. the "+filter" and "+deanimate-gif" actions, it is
-neccessary that Junkbuster buffers up the entire document body. This can be
+neccessary that Junkbuster buffers the entire document body. This can be
 potentially dangerous, since a server could just keep sending data indefinitely
-and wait for your RAM to exhaust.
+and wait for your RAM to exhaust. With nasty consequences.
 
 The buffer-limit option lets you set the maximum size in Kbytes that each
 buffer may use. When the documents buffer exceeds this size, it is flushed to
@@ -865,8 +873,12 @@ compared to all patterns in this file. Every time it matches, the list of
 applicable actions for the URL is incrementally updated. You can trace this
 process by visiting http://i.j.b/show-url-info.
 
+The actions file can be edited with a browser by loading http://i.j.b, and then
+select "Edit Actions".
+
 There are four types of lines in this file: comments (begin with a "#"
-character), actions, aliases and patterns, all of which are explained below.
+character), actions, aliases and patterns, all of which are explained below, as
+well as the configuration file syntax that Junkbuster understands. 
 
 -------------------------------------------------------------------------------