home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / edit / mg / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-24  |  893 b   |  63 lines

  1. .name
  2. mg
  3. .type
  4. Text Editing
  5. .short
  6. Small GNU EMACS style editor with AREXX
  7. .description
  8. A public domain EMACS style editor, that uses the GNU EMACS command
  9. set.  Includes AREXX support.
  10. .version
  11. 3b
  12. .date
  13. .author
  14. Mike Meyer, et al.
  15. .restrictions
  16. .requirements
  17. .reference
  18. AmigaLibDisk352:MG/
  19. 3b
  20. AmigaLibDisk147:
  21. 2b
  22. .keywords
  23. .distribution
  24. Public Domain
  25. .price
  26. .address
  27. .email
  28. .phone
  29. .fax
  30. .exectype
  31. .installsize
  32. .source
  33. .construction
  34. .tested
  35. .docs
  36. README.mg3beta4
  37. README.fnf
  38. docs/README
  39. .described-by
  40. Fred Fish (fnf@fishpond.cygnus.com)
  41. .submittal
  42. .execute
  43. set choice `RequestChoice "MG editor" "Please select an option" "Release Notes" "README" "Amiga Docs" "Cancel"`
  44. if $choice EQ "0"
  45.   quit 5
  46. endif
  47.  
  48. if $choice EQ "1"
  49.   MetaTool README.mg3beta4 TEXT
  50. endif
  51.  
  52. if $choice EQ "2"
  53.   cd docs
  54.   MetaTool README TEXT
  55. endif
  56.  
  57. if $choice EQ "3"
  58.   cd docs
  59.   MetaTool Amiga TEXT
  60. endif
  61. .aminet-dir
  62. util/edit
  63.