Features of RDAG2HTML


	* RDAG2HTML allows the use of a backgound image for the body.

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

	* Use of optional inline images for [Main], [Next], [Previous] etc. links.

	* [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 AmigaDOS file system.

	* A custom header can be added to the HTML document.

	* Also a custom footer can replace the standard foot line.

	* The following characters will be replaced:

		\@	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

		@{UB}	as </B

		@{UI}	as </I


Main Previous Next

Converted on 19 May 1996 with RexxDoesAmigaGuide2HTML by Michael Ranner.