home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / webclean / config / README.txt < prev    next >
Text File  |  2001-01-16  |  2KB  |  77 lines

  1.                     Configuration Help
  2.                    ====================
  3.  
  4. For the configuration file syntax see webcleaner.dtd and filter.dtd.
  5.  
  6. Some settings explained
  7. -----------------------
  8.  
  9. Proxy GUI settings (configfile settings):
  10. Port (port)
  11.         Set the port adress the WebCleaner proxy is listening on.
  12.     Default value is 8080.
  13.  
  14. Logfile (logfile)
  15.         The name for the logfile can be empty (no logging), 'stdout'
  16.     (standard out) or a filename (relative or absolute).
  17.  
  18. Buffer size (buffersize)
  19.         The buffer size tells the proxy to read data in chunks with the
  20.     given size.
  21.  
  22. Timeout (timeout)
  23.         Network timeout after which the connection is disabled. Currently
  24.     this is used only with HTTPS connections, the other connections
  25.     have the system defined socket timeout.
  26.  
  27. Obfuscate IP (obfuscateip)
  28.         When this checkbox is active (configuration file value = 1) the
  29.     proxy translates the numerical IP name into an integer number.
  30.     For example '5.7.9.11' gets mapped to
  31.     5*2^24 + 7*2^16 + 9*2^8 + 11*2^0 = 84347147
  32.  
  33. Debug level (debuglevel)
  34.         Set the debugging level. Debug output is on stderr.
  35.     Debug levels:
  36.         0 - disabled (default)
  37.         1 - normal debug messages
  38.         2 - print requests and filtering
  39.         3 - detailed filter messages
  40.  
  41. Rewriter (Rewriter):
  42.         Rewrite HTML code. This is very powerful and can filter almost all
  43.         advertising and other crap.
  44.  
  45. BinaryCharFilter (BinaryCharFilter):
  46.         Replace illegal binary characters in HTML code like the quote chars
  47.         often found in Microsoft pages.
  48.  
  49. Header (Header):
  50.         Add, modify and delete HTTP headers of request and response.
  51.  
  52. Blocker (Blocker):
  53.         Block specific sites by URL name.
  54.  
  55. GifImage (GifImage):
  56.         Deanimates GIFs and removes all unwanted GIF image extensions
  57.         (for example GIF comments).
  58.  
  59. Compress (Compress):
  60.         Compression of documents with good compression ratio like HTML, 
  61.     WAV, etc.
  62.  
  63. Filter GUI settings (configfile settings):
  64. Title (title):
  65.         The title of the filter.
  66.  
  67. Description (desc):
  68.         Some good description what this filter does.
  69.     
  70. Language (language):
  71.         If you specify incompatible regular expressions choose the 
  72.     appropriate language here.
  73.  
  74. Filename ():
  75.         The name of the configuration file where these filters are
  76.     stored.
  77.