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

  1.                                WebCleaner
  2.                               ============
  3.  
  4. WebCleaner is a filtering HTTP proxy.
  5.  
  6. It can
  7. o disable animated GIFs
  8. o compress documents on-the-fly (with gzip)
  9. o enhance your privacy (remove user-agent: header and obfuscate IP address)
  10. o remove all HTML crap (adverts, javascript, ...)
  11. o be completely customized to your needs
  12.  
  13.  
  14. Installing
  15. ----------
  16. Read the file INSTALL
  17.  
  18.  
  19. Configuration
  20. -------------
  21. Run the nice GUI config tool "webcleanerconf".
  22. The underlying configuration format is a custom XML format which is
  23. explained in config/filter.dtd and config/webcleaner.dtd.
  24.  
  25.  
  26. Note
  27. ----
  28. WebCleaner is _not_ an HTTP compliant proxy because it modifies requests
  29. and headers!
  30.  
  31.  
  32. Credits
  33. -------
  34. Credits go to munchy.py from Neil Schemenauer <nascheme@enme.ucalgary.ca>.
  35. The proxy class is based on his code.
  36. The filter code design is inspired from FilterProxy, a Perl program from
  37. Bob McElrath <mcelrath+filterproxy@draal.physics.wisc.edu>.
  38. Me, Bob and the author of AIFilter (Tels) had a nice discussion about
  39. filter formats with good ideas. Tels convinced me to try stateful
  40. filtering and I realize that it is very nice indeed.
  41. Disabling animated GIFs is a question of honor, but the idea goes back to
  42. the Webwasher.
  43.