home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
text
/
misc
/
cvt
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-10-21
|
1KB
|
57 lines
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
CVT
.type
Text Conversion
.short
Flexible character set conversion pkg
.description
CV is a highly configurable conversion utility, the heart of which is
CVT -- a tool which reads conversion rules from a scriptfile.
Included are scripts like
Amiga <-> DOS
<-> Mac
<-> TeX and many, many more
These scriptfiles are well documented and human readable!
There also is the frontend CSC -- the charset compiler. CSC generates
CVT scripts from a charset description script of the source and destination
charset.
.version
1.6
.author
Tobias Ferber
.distribution
Copyrighted but Freely Redistributable
.email
ferber@rpk.mach.uni-karlsruhe.de
ukjg@rz.uni-karlsruhe.de
.source
Includes source in C
.docs
cvt.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
text/misc
.execute
set choice `RequestChoice "CVT" "Please select an option" "View Readme" "View Doc" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool cvt-1.6.readme TEXT
endif
if $choice EQ "2"
MetaTool cvt.doc TEXT
endif