home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / goswish5.zip / sample.con < prev    next >
Text File  |  1999-02-08  |  2KB  |  51 lines

  1. # Example of SWISH configuration file, as generated by GoSWISH ver 1.3
  2.  
  3. # space delimited list of files/directories to index
  4. IndexDir  G:/WWW/TSTHTM
  5. # G:\WWW\TSTHTM contains 0 subdirectories and 34 files
  6.  
  7. # the generated index file
  8. IndexFile G:/GOSERVE/SWISH/sample.swi
  9.  
  10. #some identification info
  11. IndexName Index of tsthtm
  12. IndexDescription tsthtm on  danielh
  13. IndexPointer danielh
  14. IndexAdmin Created by 127.0.0.1
  15.  
  16. # Only files with these suffixes will be indexed.
  17. IndexOnly .htm .txt .gif .jpg .doc .htm .sht .html .shtml
  18. # but do not look at contents of these files
  19. NoContents .gif .xbm .jpg
  20.  
  21. # this converts fully qualified file references into urls
  22. ReplaceRules replace "G:/WWW/TSTHTM"  "http://danielh/tsthtm"
  23.  
  24. # these are used to not search files and directories
  25. FileRules pathname contains admin testing demo trash construction PRIVATE private confidential
  26. FileRules filename contains # % ~ .bak .orig .old old.
  27. FileRules title contains construction example pointers
  28. FileRules directory contains .htaccess
  29.  
  30. # ignore certain common words
  31. IgnoreLimit  50 100
  32. IgnoreWords  SwishDefault
  33.  
  34. # the following are SWISH 1.3 options
  35. #  UseStemming yes to apply word stemming algorithm during indexing, no otherwise
  36. UseStemming yes
  37. # IndexComments 1 to NOT examine html comments, 0 otherwise
  38. IndexComments 1
  39.  
  40. # List of meta tags names that can be retrieved with the -p option.
  41. PropertyNames description author
  42. # List of metanames for use with -w mname=awords option.
  43. MetaNames description
  44.  
  45.  
  46. # verbosity, and an os/2 necessary switch
  47. IndexReport  3
  48. followSymLinks no
  49.  
  50.  
  51.