SWISH SCRIPTS
=============

This directory contains general scripts for swish usage and maintenance,
and CGI scripts for rebuilding swish indexes via a WWW interface.


GENERAL SCRIPTS
---------------

 - mkswishconf       : make a swish configuration file, prompting the
                       user through the various required fields.


CGI SCRIPTS
-----------

 Indexing scripts:

 - index-cust.cgi    : list the indexes available for rebuilding, in a
                       web-based form
 - rebuild-index.cgi : rebuild the designated indexes and display results
                       in a web page

 Configuration scripts:

 - ez-swish.cgi      : builds form for user to generate basic swish
                       config file, using defaults where possible.

 - ez-swish2.cgi     : build swish config file from form data in
                       ezconf.cgi .

These require the SWISH config files to include the

# AutoMagic index_name

comment, where "index_name" is a unique name to display in the form
page.
