home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / swish.tar / README < prev    next >
Text File  |  1995-03-12  |  1KB  |  49 lines

  1. README for SWISH
  2. ~~~~~~~~~~~~~~~~
  3.  
  4.     Thanks for grabbing SWISH! To compile this for your
  5. system:
  6.  
  7.     1) Go to the src directory and edit the default
  8.            variables in "config.h" to your liking.
  9.     2) Go back to this directory and type "make".
  10.     3) Type "make test" for a simple indexing test.
  11.            The file "test.html" in this directory will be
  12.            indexed and searched. If it works, you'll see a
  13.            message reporting success.
  14.  
  15.     Here's what else is included in this package:
  16.  
  17.     * In the doc directory, there is the SWISH icon
  18.       and the HTML documentation.
  19.     * In this top directory, you'll find:
  20.  
  21.       sample.swish - a sample index to play around with
  22.       swish.conf - a sample SWISH configuration file
  23.  
  24. The latest, most up-to-date SWISH documentation can be found at:
  25.  
  26.     http://www.eit.com/software/swish/
  27.  
  28.     This code has compiled successfully with cc and appears
  29. to execute without problems on these systems:
  30.  
  31.     * SunOS 4.1.3
  32.     * Solaris 2.4
  33.     * IRIX 5.2
  34.     * IRIX 5.3
  35.     * OSF/1 2.0
  36.     * BSDI 1.1
  37.  
  38.     ...and is not guaranteed to compile under other environments.
  39. If you have been able to compile SWISH on different systems, please
  40. let me know. You can send all bug reports, feature requests, patches,
  41. and other program-related things to me as well.
  42.     Please note the LICENSE file that comes with this package. If you
  43. have licensing questions, please email Jay Weber at weber@eit.com.
  44.     Enjoy!
  45.  
  46.     -- Kevin Hughes
  47.            kevinh@eit.com
  48.            3/11/94
  49.