home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / misc / man / product-info < prev    next >
Encoding:
Text File  |  1995-10-24  |  978 b   |  50 lines

  1. .name
  2. Man
  3. .type
  4. Commodity
  5. .short
  6. UNIX like man/Xman command
  7. .description
  8. A program to handle docs and hypertexts. They can by called easily by
  9. shell or by wb. Font-sensitive gui to control features. Appwindow to
  10. add texts/guides. Realized as a commodity. Binary only.
  11. .author
  12. Markus Hillenbrand
  13. .version
  14. 3.801
  15. .date
  16. 1995.05.17
  17. .distribution
  18. cardware
  19. .address
  20. Hauptstrasse 6
  21. 36124 Eichenzell-Loeschenrod
  22. GERMANY
  23. .email
  24. m_hillen@informatik.uni-kl.de
  25. .docs
  26. Readme_Update
  27. Docs/Deutsch/History
  28. Docs/Deutsch/Man.dok
  29. Docs/Deutsch/Man.guide
  30. Docs/English/Man.doc
  31. Docs/English/Man.guide
  32. .submittal
  33. Downloaded via ftp from wuarchive.wustl.edu.
  34. .aminet-dir
  35. util/misc
  36. .execute
  37. set choice `RequestChoice "Man" "Please select an option" "ReadMe" "Copyright" "Install" "Cancel"`
  38. if $choice EQ "0"
  39.   quit 5
  40. endif
  41. if $choice EQ "1"
  42.   MetaTool Readme_Update TEXT
  43. endif
  44. if $choice EQ "2"
  45.   MetaTool Copyright TEXT
  46. endif
  47. if $choice EQ "3"
  48.   Installer SCRIPT Install APPNAME Man MINUSER expert
  49. endif
  50.