home *** CD-ROM | disk | FTP | other *** search
- Short: Version 2.1b of the ARexx AmigaGuide® to HTML converter.
- Author: rmike@sbox.tu-graz.ac.at
- Uploader: rmike@sbox.tu-graz.ac.at
- Type: text/hyper
-
- RDAG2HTML - Rexx Does AmigaGuide® 2 HTML
-
- Version 2.1b
-
- Copyright © 1995 - 1997 by Michael Ranner
-
- EMail:
-
- rmike@sbox.tu-graz.ac.at
-
- Homepage:
-
- http://www.sbox.tu-graz.ac.at/home/rmike
- http://www.sbox.tu-graz.ac.at/home/rmike/projects/rdag2html.html
-
- RDAG2HTML is Public Domain.
-
- You may use it, modify it and distribute it all over the world!
-
- RDAG2HTML may not be included in commercial software without my permission!
-
- Motivation
-
- There exists no converter, that can convert a Guide file into a single HTML
- document. On the other side, on Aminet only two converters are available, the
- one is a perl script, and the other has minor bugs. So I decided to write
- a converter by my one in Rexx.
-
- Main Features
-
- ° HTML 3.2 features like font size, background image, background color,
- text and link color
-
- ° Embedded HTML in AmigaGuide® documents possible
-
- ° Converts AmigaGuide® to a single HTML document or to several documents.
-
- ° AmigaGuide® navigation buttons on the top of the HTML document
-
- ° Custom header and footer
-
- ° Supports AmigaGuide® documents created with Heddley
-
- ° Node names larger than 25 charcaters will be stripped down to fit
- the 30 character filename limitation of AmigaDOS.
-
- ° Supports MS-DOS FAT 8.3 filename limitation
-
- ° All Features controlled by shell arguments
-
- Changes for 2.1b
-
- Bugfixes: Spaces in node titles will be removed.
- Empty line before main node caused a problem with
- the SingleFile/S option - fixed.
-
- Changes for 2.1
-
- FontSize/K ... Specify the font size for the converted document
- Suffix/K ... Specify your own suffix
- NoHR/S ... Disable <HR> between nodes or at the end of a node
- Node titles in SingleFile mode
- Bugfix for Heddley; Problem with @{"Label" LINK "Node" 0} fixed.
- Bugfix for MyReadArgs()
-