home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / util / edit / mg / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  1KB  |  67 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 orgdir `cd`
  44. LAB start
  45. failat 10
  46. unset filechoice
  47. unset dirchoice
  48. cd $orgdir
  49. set choice `RequestChoice "MG editor" "Please select an option" "Release Notes" "README" "Amiga Docs" "Cancel"`
  50. if $choice GT "0"
  51.   if $choice EQ "1"
  52.     MetaTool README.mg3beta4 TEXT
  53.   else
  54.     cd docs
  55.     if $choice EQ "2"
  56.       MetaTool README TEXT
  57.     else
  58.       if $choice EQ "3"
  59.         MetaTool Amiga TEXT
  60.       endif
  61.     endif
  62.   endif
  63.   skip start BACK
  64. endif
  65. .aminet-dir
  66. util/edit
  67.