home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / comm / tcp / bbgopher / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-08-25  |  1.1 KB  |  55 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. BBGopher
  6. .type
  7. Communications
  8. .short
  9. Gopher client for AmiTCP/CNet
  10. .description
  11. BBGopher/amiga is an Amiga port of BBGopher 1.6 for UNIX systems.
  12. It is an ASCII/ANSI based client that offers a very simple interface.
  13. It was developed to work efficiently with CNet BBS and AmiTCP.  It
  14. can be used stand-alone with AmiTCP as well.
  15. .version
  16. 1.0
  17. .date
  18. 1995.04.20
  19. .author
  20. Jason Weber, based on code by Mark Morley
  21. .distribution
  22. Freeware
  23. .address
  24. Jason Weber
  25. 533 Ansley Street
  26. Perry, Georgia 31069
  27. .email
  28. jmw@tedgebbs.is.net
  29. .source
  30. Includes source in C
  31. .docs
  32. README
  33. Amiga.Readme
  34. Amiga.History
  35. .described-by
  36. Dan Fish (daf@starfish.amigalib.com)
  37. .submittal
  38. Downloaded via ftp from wuarchive.wustl.edu.
  39. .execute
  40. LAB Start
  41. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  42. if $choice GT "0"
  43.   if $choice EQ "1"
  44.     MetaTool Amiga.Readme TEXT
  45.   else
  46.     if $choice EQ "2"
  47.       assign rexx: rexx/ ADD
  48.       bbgopher
  49.     endif
  50.   endif
  51.   skip Start BACK
  52. endif
  53. .aminet-dir
  54. comm/tcp
  55.