home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1108.lha / Programs / WrapGuide / Product-Info next >
Encoding:
Text File  |  1995-08-25  |  956 b   |  36 lines

  1. .name
  2. WrapGuide
  3. .aminet-dir
  4. text/hyper
  5. .short
  6. Wrap AmigaGuide lines to given column
  7. .description
  8. Converts AmigaGuide files that use Kickstart 3+ style long lines for
  9. wrapped paragraphs so that Kickstart 2 compatible AmigaGuide won't
  10. crash.  The column where the wrapping takes place is definable at the
  11. command line.  The conversion happens in-place, so that this tool can
  12. serve for floppy installations, too.  Now you can write ALL your
  13. .guide files with KS3 features and convert them with WrapGuide only if
  14. necessary.
  15. .version
  16. 1.1
  17. .author
  18. Udo Schuermann
  19. .execute
  20. LAB start
  21. set choice `RequestChoice "WrapGuide" "Please select an option" "Documentation" "View Guide" "View Source" "Cancel"`
  22. if $choice GT "0"
  23.   if $choice EQ "1"
  24.     MetaTool WrapGuide.doc TEXT
  25.   else
  26.     if $choice EQ "2"
  27.       MetaTool WrapGuide-Demo.guide GUIDE
  28.     else
  29.       if $choice EQ "3"
  30.         MetaTool WrapGuide.c SOURCE
  31.       endif
  32.     endif
  33.   endif
  34.   skip start BACK
  35. endif
  36.