home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / swish131.zip / readme.os2 next >
Text File  |  1999-02-02  |  1KB  |  39 lines

  1.                             SWISH-E/2 version 1.3.1
  2.                             -----------------------
  3.  
  4.    This distributon contains the OS/2 port of the Swish-E 1.3.1 web site
  5. indexing utility. The makefile and sources have been modified to compile
  6. under OS/2 using EMX 0.9c, GCC and the DMAKE make utility. Please visit the
  7. homesite for the package for details about licencing, detailed instructions or
  8. if you want the original *nix source. SWISH-E's homesite is:
  9.  
  10.     http://sunsite.berkeley.edu/SWISH-E/
  11.  
  12.  
  13. OS/2 specifics
  14. ==============
  15.  
  16.   This version of the utility has only been tested on an HPFS volume, however
  17. it should work, with appropriate 8.3 filenames for the config and index files,
  18. on FAT.
  19.  
  20.   OS/2's lack of support for symbolic links in the filesystem, means all
  21. options relating to symbolic links have been deactivated and thus will
  22. be ingnored.
  23.  
  24.   The pattern matching function in swish-e use the *nix regex libraries,
  25. therefore when you are doing matches on pathnames etc. either use forward
  26. slashes or "escape" the backslash, using a backslash, e.g.
  27.  
  28. c:/somepath/somewhere or c:\\somepath\\somewhere
  29.  
  30.   If you intend using the HTTP Filesystem facility, you will need to have
  31. PERL 5.004 or greater installed and the perl interpreter be called "perl.exe".
  32. I've only undetaken limited testing of the HTTP facilities of swish-e, but
  33. it appears to be working as advertised.
  34.  
  35.  
  36.  
  37. Christopher McRae (christopher.mcrae@mq.edu.au)
  38.  
  39.