home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / misc / cvt / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-21  |  1KB  |  57 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. CVT
  6. .type
  7. Text Conversion
  8. .short
  9. Flexible character set conversion pkg
  10. .description
  11. CV is a highly configurable conversion utility, the heart of which is
  12. CVT -- a tool which reads conversion rules from a scriptfile.
  13. Included are scripts like
  14.  
  15.             Amiga <-> DOS
  16.                   <-> Mac
  17.                   <-> TeX   and many, many more
  18.  
  19. These scriptfiles are well documented and human readable!
  20.  
  21. There also is the frontend CSC -- the charset compiler.  CSC generates
  22. CVT scripts from a charset description script of the source and destination
  23. charset.
  24. .version
  25. 1.6
  26. .author
  27. Tobias Ferber
  28. .distribution
  29. Copyrighted but Freely Redistributable
  30. .email
  31. ferber@rpk.mach.uni-karlsruhe.de
  32. ukjg@rz.uni-karlsruhe.de
  33. .source
  34. Includes source in C
  35. .docs
  36. cvt.doc
  37. .described-by
  38. Dan Fish (daf@starfish.amigalib.com)
  39. .submittal
  40. Downloaded via ftp from wuarchive.wustl.edu.
  41. .aminet-dir
  42. text/misc
  43. .execute
  44. set choice `RequestChoice "CVT" "Please select an option" "View Readme" "View Doc" "Cancel"`
  45.  
  46. if $choice EQ "0"
  47.   quit 5
  48. endif
  49.  
  50. if $choice EQ "1"
  51.   MetaTool cvt-1.6.readme TEXT
  52. endif
  53.  
  54. if $choice EQ "2"
  55.   MetaTool cvt.doc TEXT
  56. endif
  57.