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

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. AmigaElm
  6. .type
  7. Communications
  8. .short
  9. Mail-Reader (UUCP/Internet), v8 (8.20)
  10. .aminet-dir
  11. comm/mail
  12. .description
  13. Electronic Mail Reader for UUCP and IP packages (AmigaUUCP,
  14. Dillon-UUCP, Feulner-UUCP, wUUCP, AmiTCP + InetUtils etc.),
  15. easy to install and to use. Mostly compatible with Unix-elm
  16. (basic functions) and lots of additional features. Can be
  17. used over a serial line. AmigaOS 2.0+ required.
  18. Basic internal support for MIME (multimedia mail) and en-
  19. cryption/decryption (eg, with PGP). Also supports "metamail"
  20. and "reqtools" library 2.x.
  21. This is version 8 (8.20), Shareware, binary only. Registered
  22. version comes with full C source (and has better support ;-)
  23. .version
  24. 8.20
  25. .date
  26. 1995.09.06
  27. .author
  28. Andreas M. Kirchwitz
  29. .requirements
  30. Requires OS2.0+
  31. .distribution
  32. Shareware
  33. .price
  34. $20 (US)
  35. .address
  36. Seesener Str. 69
  37. D-10709 Berlin
  38. Federal Republic of Germany
  39. .email
  40. amk@zikzak.in-berlin.de
  41. .docs
  42. READ-ME-FIRST-!!!
  43. ReadMe.txt
  44. Registration.txt
  45. History.txt
  46. Elm.guide
  47. .described-by
  48. Richard Fish
  49. .submittal
  50. Downloaded via ftp from wuarchive.wustl.edu.
  51. .execute
  52. set choice `RequestChoice "AmigaElm" "Please select an option" "View Guide" "Run Program" "Cancel"`
  53.  
  54. if $choice EQ "0"
  55.   quit 5
  56. endif
  57.  
  58. if $choice EQ "1"
  59.   MetaTool Elm.guide TEXT
  60. endif
  61.  
  62. if $choice EQ "2"
  63.   Elm
  64. endif
  65.