SWISH_E, Web_Tools, Indexing Tool

SWISH-E is a fast, powerful, flexible, free, and easy to use system for
indexing collections of Web pages or other files. Python include a
SWISH-E query interface.

By default, the installation procedure installs this library package in
the |SYS$COMMON:[SWISH-E]| directory. To install it in another
directory, dev:[dir], use the |/DESTINATION| parameter of the |PRODUCT|
command. In this case, the library package will be installed in the
|dev:[dir.SWISH-E]| directory.


        Installation

   1. Make the directory which holds the ZIP file your default directory
   2. Extract the PCSI kit from the ZIP archive.

$ UNZIP "-V" SWISH_E-V0204-2-1.ZIP

   3. Install the tool package to your chosen destination.

$ PRODUCT INSTALL swishe  /(default)/

  or ...

$ PRODUCT INSTALL swishe /DESTINATION=dev:[dir]

   4. Finally, run the DCL procedure |STARTUP.COM| to define the
      necessary logicals.

(You might want to add the relevant line to your |SYSTARTUP_VMS.COM| file.)

$ @SYS$COMMON:[SWISH-E]STARTUP  /(default)/

or ...

$ @dev:[dir.SWISH-E]:STARTUP

