Mike's Repository



	Features of RDAG2HTML


	 ° Backgound image for the body of the HTML document.

	 ° Support of BGCOLOR, TEXT, LINK and VLINK keywords for the BODY tag.
	   You can use your favorite colors for the HTML document.

	 ° Button images for [Contents], [Next], [Previous], [Help] and [Index].

	 ° Custom header, custom footer for the HTML document

	 ° RDAG2HTML can convert an AmigaGuideŽ file to a single HTML document.

	 ° [Next] and/or [Previous] will be always added, also if there is no
	   @NEXT or @PREV command. in the current node.

	 ° Node names larger than 25 charcaters will be stripped down to fit the
	   30 character limitation of the AmigaDOS file system.

	 ° Node names can even stripped down to fit M$-DOS filename limits.
           ex. thifrust.htm

	 ° RDAG2HTML is highly configurable with arguments and via the ArgFile

	 ° The following characters will be replaced:

		\\	with \

		@	with @

		<	with &lt;
	
		>	with &gt;

		&	with &amp;


	 ° RDAG2HTML supports the following AmigaGuideŽ commands and attributes

	   Commands in alphabetical order:

		@ENDNODE	the end of a AmigaGuideŽ node

		@HELP		as link to the help file of the guide document

		@INDEX		as link to the index of the guide document

		@NEXT		as link to the next node

		@NODE		the begin of a AmigaGuideŽ node

		@PREV		as link to the previous node

		@TOC		as link to the table of contents, default to the MAIN node

		@{"Name" LINK "Node"}	as text link

	   Attributes in alphabetical order:

		@{AMIGAGUIDE}	as <B>AmigaGuide</B>&reg;

		@{B}	as <B>

		@{I}	as <I>

		@{U}	as <U>

		@{UB}	as </B>

		@{UI}	as </I>

		@{UU}	as </U>


[Contents] [Previous] [Next]

Converted on 02 Sep 1996 with RexxDoesAmigaGuide2HTML by Michael Ranner.