home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / text / hyper / rdag2html.lha / rdag2html21b / rdag2html.readme < prev    next >
Encoding:
Text File  |  1997-01-12  |  1.9 KB  |  70 lines

  1. Short:    Version 2.1b of the ARexx AmigaGuide® to HTML converter.
  2. Author:   rmike@sbox.tu-graz.ac.at
  3. Uploader: rmike@sbox.tu-graz.ac.at
  4. Type:     text/hyper
  5.  
  6. RDAG2HTML - Rexx Does AmigaGuide® 2 HTML
  7.  
  8.     Version 2.1b
  9.  
  10.     Copyright © 1995 - 1997 by Michael Ranner
  11.  
  12.         EMail:
  13.  
  14.         rmike@sbox.tu-graz.ac.at
  15.  
  16.         Homepage:
  17.  
  18.         http://www.sbox.tu-graz.ac.at/home/rmike
  19.         http://www.sbox.tu-graz.ac.at/home/rmike/projects/rdag2html.html
  20.  
  21.     RDAG2HTML is Public Domain.
  22.  
  23.         You may use it, modify it and distribute it all over the world!
  24.  
  25.         RDAG2HTML may not be included in commercial software without my permission!
  26.  
  27. Motivation
  28.  
  29.     There exists no converter, that can convert a Guide file into a single HTML
  30.     document. On the other side, on Aminet only two converters are available, the
  31.     one is a perl script, and the other has minor bugs. So I decided to write
  32.     a converter by my one in Rexx.
  33.  
  34. Main Features
  35.  
  36.     ° HTML 3.2 features like font size, background image, background color,
  37.       text and link color
  38.  
  39.     ° Embedded HTML in AmigaGuide® documents possible
  40.  
  41.     ° Converts AmigaGuide® to a single HTML document or to several documents.
  42.  
  43.     ° AmigaGuide® navigation buttons on the top of the HTML document
  44.  
  45.     ° Custom header and footer
  46.  
  47.     ° Supports AmigaGuide® documents created with Heddley
  48.  
  49.     ° Node names larger than 25 charcaters will be stripped down to fit
  50.       the 30 character filename limitation of AmigaDOS.
  51.  
  52.     ° Supports MS-DOS FAT 8.3 filename limitation
  53.  
  54.     ° All Features controlled by shell arguments
  55.  
  56. Changes for 2.1b
  57.  
  58.     Bugfixes: Spaces in node titles will be removed.
  59.     Empty line before main node caused a problem with
  60.     the SingleFile/S option - fixed.
  61.  
  62. Changes for 2.1
  63.  
  64.     FontSize/K ... Specify the font size for the converted document
  65.     Suffix/K ... Specify your own suffix
  66.     NoHR/S ... Disable <HR> between nodes or at the end of a node
  67.     Node titles in SingleFile mode
  68.     Bugfix for Heddley; Problem with @{"Label" LINK "Node" 0} fixed.
  69.     Bugfix for MyReadArgs()
  70.