home *** CD-ROM | disk | FTP | other *** search
- .name
- WrapGuide
- .aminet-dir
- text/hyper
- .short
- Wrap AmigaGuide lines to given column
- .description
- Converts AmigaGuide files that use Kickstart 3+ style long lines for
- wrapped paragraphs so that Kickstart 2 compatible AmigaGuide won't
- crash. The column where the wrapping takes place is definable at the
- command line. The conversion happens in-place, so that this tool can
- serve for floppy installations, too. Now you can write ALL your
- .guide files with KS3 features and convert them with WrapGuide only if
- necessary.
- .version
- 1.1
- .author
- Udo Schuermann
- .execute
- LAB start
- set choice `RequestChoice "WrapGuide" "Please select an option" "Documentation" "View Guide" "View Source" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool WrapGuide.doc TEXT
- else
- if $choice EQ "2"
- MetaTool WrapGuide-Demo.guide GUIDE
- else
- if $choice EQ "3"
- MetaTool WrapGuide.c SOURCE
- endif
- endif
- endif
- skip start BACK
- endif
-