home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2296 / README < prev    next >
Encoding:
Text File  |  1990-12-28  |  983 b   |  26 lines

  1.  
  2. Re:  stripsgml.icn & associated files
  3.  
  4. This program is documented in the various source files, most notably
  5. stripsgml.icn.  Please look them over, even if you are not an Icon
  6. programmer.
  7.  
  8. In order to compile this program, you will need an Icon interpreter
  9. (or compiler).  If you do not have it, get it.  It is free, and can be
  10. obtained via ftp from cs.arizona.edu.  If you do not have access to
  11. the internet, drop a line to the icon-project@arizona.edu, and they
  12. will fill you in on what to do.
  13.  
  14. If you are working on a Unix system, you can simply mv Makefile.dist
  15. to Makefile, and then make.  Users on other systems will need to type:
  16.  
  17.      icont -o stripsgml readtbl.icn slashbal.icn stripsgml.icn stripunb.icn
  18.  
  19. As I said above, see the file stripsgml.icn for more information on
  20. how to use this program.  This program is not fancy, and handles only
  21. the simplest <>-style markup.  It is in no way an attempt to handle
  22. the full metalanguage!
  23.  
  24. -Richard (goer@sophist.uchicago.edu)
  25.  
  26.