home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / print / hwgpost / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  1.4 KB  |  63 lines

  1. .name
  2. HWGPost
  3. .type
  4. Library
  5. .short
  6. PostScript Library w/many Level 2 feat.
  7. .description
  8. What you get here is the seventh version of HWGPOST that is publically
  9. available. It is still rather raw. My intention is to abuse you as beta
  10. tester. ;^)
  11.  
  12. HWGPOST is project that I started because I had some problems with
  13. post.library 1.7 (and 1.86 where post.library stayed the same) not
  14. handling some PostScript code correctly. So I built on the post 1.7
  15. source. HWGPOST is IMHO a major step towards PostScript Level 2
  16. already and as time and motivation permits it will hopefully become a
  17. R&W book compliant PostScript Level 2 interpreter library with maybe
  18. some Display PostScript extensions.
  19.  
  20. Currently this archive is probably mostly useful to users of
  21. post.library up to 1.7 or users of applications like AmigaTeX which
  22. rely on post.library.
  23. .version
  24. 22.28
  25. .date
  26. 1995.09.17
  27. .author
  28. Heinz Wrobel
  29. .requirements
  30. Requires OS2.04+
  31. .distribution
  32. Copyrighted but Freely Redistributable
  33. .address
  34. Karlstr. 16
  35. 82131 Gauting
  36. Germany
  37. .email
  38. heinz@hwg.muc.de
  39. .docs
  40. README.FIRST
  41. hwgpostlib.doc
  42. History
  43. .described-by
  44. Dan Fish (daf@daffy.amigalib.com)
  45. .submittal
  46. Downloaded via ftp from wuarchive.wustl.edu.
  47. .aminet-dir
  48. text/print
  49. .execute
  50. set choice `RequestChoice "HWGPost" "Please select an option" "View Readme" "View Doc" "Cancel"`
  51.  
  52. if $choice EQ "0"
  53.   quit 5
  54. endif
  55.  
  56. if $choice EQ "1"
  57.   MetaTool README.FIRST TEXT
  58. endif
  59.  
  60. if $choice EQ "2"
  61.   MetaTool hwgpostlib.doc TEXT
  62. endif
  63.