home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-08-25 | 1.1 KB | 55 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- BBGopher
- .type
- Communications
- .short
- Gopher client for AmiTCP/CNet
- .description
- BBGopher/amiga is an Amiga port of BBGopher 1.6 for UNIX systems.
- It is an ASCII/ANSI based client that offers a very simple interface.
- It was developed to work efficiently with CNet BBS and AmiTCP. It
- can be used stand-alone with AmiTCP as well.
- .version
- 1.0
- .date
- 1995.04.20
- .author
- Jason Weber, based on code by Mark Morley
- .distribution
- Freeware
- .address
- Jason Weber
- 533 Ansley Street
- Perry, Georgia 31069
- .email
- jmw@tedgebbs.is.net
- .source
- Includes source in C
- .docs
- README
- Amiga.Readme
- Amiga.History
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- LAB Start
- set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool Amiga.Readme TEXT
- else
- if $choice EQ "2"
- assign rexx: rexx/ ADD
- bbgopher
- endif
- endif
- skip Start BACK
- endif
- .aminet-dir
- comm/tcp
-