# Sample SWISH configuration file # Kevin Hughes, kevinh@eit.com, 11 March 95 # Hacked for UNIXhelp by Gavin.Inglis@ed.ac.uk 27 July 95 # # Edit this to include the details of your local installation. IndexDir /home/unixhelp/pages # This is a space-separated list of files and # directories you want indexed. Put in the filename of your # directory for UNIXhelp pages. IndexFile index.swish # This is what the generated index file will be. IndexName "Index of UNIXhelp 1.2" IndexDescription "This is a full index of UNIXhelp release 1.2." IndexPointer "http://your.server/your_bin_dir/unixhelp_search" IndexAdmin "your_username" # Extra information you can include in the index file. IndexOnly .html # Only files with these suffixes will be indexed. IndexReport 3 # This is how detailed you want reporting. You can specify numbers # 0 to 3 - 0 is totally silent, 3 is the most verbose. # The unixhelp_search script cuts all this out anyway, but it may be # helpful if problems are encountered FollowSymLinks yes # Put "yes" to follow symbolic links in indexing, else "no". NoContents .gif .xbm .au .mov .mpg # Files with these suffixes will not have their contents indexed - # only their file names will be indexed. ReplaceRules replace "/home/unixhelp/pages" "http://your.server/your/page/directory" # ReplaceRules allow you to make changes to file pathnames # before they're indexed. FileRules pathname contains Images #FileRules filename is index.html #FileRules filename contains # % ~ .bak .orig .old old. #FileRules title contains construction example pointers #FileRules directory contains .htaccess # Files matching the above criteria will *not* be indexed. IgnoreLimit 70 200 # This automatically omits words that appear too often in the files # (these words are called stopwords). Specify a whole percentage # and a number, such as "80 256". This omits words that occur in # over 80% of the files and appear in over 256 files. Comment out # to turn of auto-stopwording. IgnoreWords SwishDefault # The IgnoreWords option allows you to specify words to ignore. # Comment out for no stopwords; the word "SwishDefault" will # include a list of default stopwords. Words should be separated by spaces # and may span multiple directives.