# Websearch configuration file (optional) # change items in UPPER CASE # # This file is read by the websearch program after initializing its # variables, and after reading the command line arguments. You can # customize the values of some variables. The default values of the # variables you can modify are shown below. Uncomment them, and modify # them if you want to change their values. # # The format should be: # name value # End the line with a backslash if you need to continue on the next line. # # Troubleshooting note: During installation, if you don't see any search # results but can see messages from the SWISH engine, then IndexBaseDir # isn't set correctly. Websearch uses IndexBaseDir to check the existence # of each file before printing a link to it. If it's looking at the wrong # base directory, it won't find the files and won't print links to them. ####################################################################### # Cgi-bin and help page URLs # URL of websearch program # URL of help file # SearchUrl /search/cgi-bin/websearch.pl # HelpUrl /search/help.shtml ####################################################################### # ServerUrl # URL of server (without the trailing slash) ServerUrl http://people.ucsc.edu ####################################################################### # Location of the swish-e binary. Use its full pathname. # It must be in a directory accessible to the 'nodody' user (or # whatever user your Web server runs as), and must be executable # by that user. # SwishBin /usr/local/bin/swish-e ####################################################################### # Files: data, log # DataFile websearch.data # LogFile websearch.log ####################################################################### # Default search index information: specify it only if you want to # preselect an index. For private a index, you must specify the # location of the index file. IndexName myindex IndexTitle YOUR NAME private index IndexAdmin YOUR NAME IndexFile /afs/cats.ucsc.edu/users/X/USERNAME/search/myindex.swish IndexServer http://people.ucsc.edu ####################################################################### # File templates # FormTemplate: initial form to start query # ReportTemplate: page returning all hits # SearchTemplate: format for a single hit # InfoTemplate: format for information about search index # FormTemplate websearch.form # ReportTemplate websearch.report # ResultTemplate websearch.result # InfoTemplate websearch.info