Directory Help
Your web to wais search page requires a form. The form should look like this:
< FORM METHOD="POST"
ACTION="/cgi-bin/wais.pl?waisd+index+header+footer">
Enter the word(s) to Search for:
< INPUT TYPE="text" SIZE="25" NAME="String">
< INPUT TYPE="submit" VALUE="Search">
</FORM>
where "waisd" is the directory containing the indexed data.
"index" is the base file name for the index files.
"header" is header html for the search results page.
"footer" is footer html for the search results page.
All parameters to wais.pl follow the ? and are separated with a +. The
header and footer are optional and if specified, must be located in "wasid"
with the correct read permissions. If the header is not specified but
footer is then you must leave a place for the header. If a header and
footer are used these files should contain enough html for a valid web
page.