<ISINDEX> tag into an HTML document. Everything
else is automatic: the inverted index is automatically generated by search first time a search is
made, and updated by httpd_wais_update which is
run regularly as a crontab
job.
index.prelude
index.postlude
index.nomatch
in the same directory as the searchable document.
index.prelude contains the HEAD-section of
the document, the <BODY> tag, and possibly some
text provided by you.
index.postlude contains text provided by you, ended by
</BODY> tag.
The search results go between those two as a list, the
<UL> and </UL> tags are provided
by the script.
index.nomatch contains the text to be printed if no
document matched your keyword(s). Prelude and postlude are still
present.
index_keywords to signify the keywords to the search.
This string is then replaced by the keywords.AL 24 November 1993