home *** CD-ROM | disk | FTP | other *** search
- .name
- Man
- .type
- Commodity
- .short
- UNIX like man/Xman command
- .description
- A program to handle docs and hypertexts. They can by called easily by
- shell or by wb. Font-sensitive gui to control features. Appwindow to
- add texts/guides. Realized as a commodity. Binary only.
- .author
- Markus Hillenbrand
- .version
- 3.801
- .date
- 1995.05.17
- .distribution
- cardware
- .address
- Hauptstrasse 6
- 36124 Eichenzell-Loeschenrod
- GERMANY
- .email
- m_hillen@informatik.uni-kl.de
- .docs
- Readme_Update
- Docs/Deutsch/History
- Docs/Deutsch/Man.dok
- Docs/Deutsch/Man.guide
- Docs/English/Man.doc
- Docs/English/Man.guide
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- util/misc
- .execute
- set choice `RequestChoice "Man" "Please select an option" "ReadMe" "Copyright" "Install" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
- if $choice EQ "1"
- MetaTool Readme_Update TEXT
- endif
- if $choice EQ "2"
- MetaTool Copyright TEXT
- endif
- if $choice EQ "3"
- Installer SCRIPT Install APPNAME Man MINUSER expert
- endif
-