home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / text / show / muchmore / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  1KB  |  83 lines

  1. .name
  2. MuchMore
  3. .type
  4. Text Viewer
  5. .short
  6. Soft scroll text viewer with xpk-support
  7. .description
  8. A soft scrolling text viewer.  Can run in a window on a public screen
  9. or on his own screen.  Display mode can be choosen with ASL screen
  10. mode requester.  Supports ANSI, pipes, xpk, locale. Includes 7
  11. catalogs.
  12. .version
  13. 4.6
  14. .date
  15. 1995.03.11
  16. .author
  17. Fridtjof Siebert
  18. Christian Stiens
  19. .requirements
  20. AmigaOS 2.0
  21. .reference
  22. FreshFish-Vol5:New/text/show/
  23. 4.4
  24. AmigaLibDisk962:MuchMore/
  25. 4.2
  26. AmigaLibDisk935:MuchMore/
  27. 3.6
  28. AmigaLibDisk895:MuchMore/
  29. 3.3
  30. AmigaLibDisk560:MuchMore/
  31. 3.0
  32. AmigaLibDisk378:MuchMore/
  33. 2.7
  34. AmigaLibDisk253:MuchMore/
  35. 2.5
  36. AmigaLibDisk234:MuchMore/
  37. 1.8
  38. .distribution
  39. Freeware
  40. .address
  41. Nobileweg 67
  42. D-70439 Stuttgart
  43. Germany
  44. .email
  45. fridi@amokst.adsp.sub.org
  46. .source
  47. Oberon source included.
  48. .construction
  49. Oberon
  50. .docs
  51. MuchMore.doc
  52. MuchMore.dok
  53. .exectype
  54. 68000
  55. .described-by
  56. Dan Fish (daf@daffy.amigalib.com)
  57. .submittal
  58. Downloaded from aminet (wuarchive.wustl.edu).
  59. .execute
  60. set orgdir `cd`
  61. LAB start
  62. failat 10
  63. unset filechoice
  64. unset dirchoice
  65. cd $orgdir
  66. set choice `RequestChoice "MuchMore" "Please select an option" "English Doc" "German Doc" "Install" "Cancel"`
  67. if $choice GT "0"
  68.   if $choice EQ "1"
  69.     MetaTool Muchmore.doc TEXT
  70.   else
  71.     if $choice EQ "2"
  72.       MetaTool Muchmore.dok TEXT
  73.     else
  74.       if $choice EQ "3"
  75.         Installer SCRIPT Install_Muchmore APPNAME Muchmore
  76.       endif
  77.     endif
  78.   endif
  79.   skip start BACK
  80. endif
  81. .aminet-dir
  82. text/show
  83.