home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / swish.tar / swish.conf < prev    next >
Text File  |  1998-04-09  |  2KB  |  57 lines

  1. # Sample SWISH configuration file
  2. # Kevin Hughes, kevinh@eit.com, 3/11/95
  3.  
  4. IndexDir //var/ftp
  5. # This is a space-separated list of files and
  6. # directories you want indexed. You can specify
  7. # more than one of these directives.
  8.  
  9. IndexFile index.swish
  10. # This is what the generated index file will be.
  11.  
  12. IndexName "Index of ECR's Web"
  13. IndexDescription "This is a full index of ECR's web site."
  14. IndexPointer "http://www.ecr.mu.oz.au/cgi-bin/wwwwais/"
  15. IndexAdmin "Bernie (bernie@ecr.mu.oz.au)"
  16. # Extra information you can include in the index file.
  17.  
  18. IndexOnly .html .htm .txt .gif .xbm .au .mov .mpg
  19. # Only files with these suffixes will be indexed.
  20.  
  21. IndexReport 3
  22. # This is how detailed you want reporting. You can specify numbers
  23. # 0 to 3 - 0 is totally silent, 3 is the most verbose.
  24.  
  25. FollowSymLinks yes
  26. # Put "yes" to follow symbolic links in indexing, else "no".
  27.  
  28. NoContents .gif .xbm .au .mov .mpg
  29. # Files with these suffixes will not have their contents indexed -
  30. # only their file names will be indexed.
  31.  
  32. ReplaceRules replace "/var/ftp" "http://www.ecr.mu.oz.au"
  33. # ReplaceRules allow you to make changes to file pathnames
  34. # before they're indexed.
  35.  
  36. FileRules pathname contains admin testing demo trash construction confidential
  37. FileRules filename is index.html
  38. FileRules filename contains % ~ .bak .orig .old old.
  39. FileRules title contains construction example pointers
  40. FileRules directory contains .htaccess
  41. FileRules directory contains old
  42. FileRules directory contains 1997
  43. # Files matching the above criteria will *not* be indexed.
  44.  
  45. IgnoreLimit 50 100
  46. # This automatically omits words that appear too often in the files
  47. # (these words are called stopwords). Specify a whole percentage
  48. # and a number, such as "80 256". This omits words that occur in
  49. # over 80% of the files and appear in over 256 files. Comment out
  50. # to turn of auto-stopwording.
  51.  
  52. IgnoreWords SwishDefault
  53. # The IgnoreWords option allows you to specify words to ignore.
  54. # Comment out for no stopwords; the word "SwishDefault" will
  55. # include a list of default stopwords. Words should be separated by spaces
  56. # and may span multiple directives.
  57.