home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / webmumps.zip / README.1ST
Text File  |  1996-11-04  |  2KB  |  41 lines

  1. WebMumps Mumps-Subset Language Interpreter for OS/2 Web Servers
  2. ---------------------------------------------------------------
  3.  
  4. This is an interpreter for the mumps language for use with
  5. OS/2.  Mumps is a language use extensively in medical applications.
  6. This interpreter has the unique feature that it may be used 
  7. in combination with a Web Server's cgi-bin interface to service
  8. browser transactions in a manner similar to Rexx and Perl.
  9. Mumps, however, is a much easier language to write and has a
  10. very powerful built-in hierarchical data base facility.
  11. ---------------------------------------------------------------
  12.  
  13. Unzip this into a directory named webmumps.
  14.  
  15. If you did not unzip this file with the -d option, erase the
  16. files that have been created (except webmumps.zip, of course)
  17. and do the unzip again.  The -d option creates subdirectories.
  18.  
  19. The subdirectory bin contains the executable WebMumps interpreter
  20. and its standalone initialization file.
  21.  
  22. The subdirectory doc contains the documentation in HTML format.
  23.  
  24. The subdirectory cgi-bin contains some sample programs.  If you
  25. copy these to your cgi-bin directory, don't forget to copy
  26. the WebMumps interpreter too.
  27.  
  28. The subdirectory www contains a sample index.htm file to run the
  29. sample programs.
  30.  
  31. The subdirectory globals contains the data base for the sample programs.
  32. Create a directory with the same name on C:\ and copy these files
  33. there.
  34.  
  35. Send comments, questions and error reports to: okane@cs.uni.edu
  36.  
  37. See Web page for updates: http://www.cs.uni.edu/~okane
  38.  
  39. Kevin C. O'Kane
  40. 4 November, 1996
  41.