Using rdtool from script

in working on a ruby wiki i’m considering using RD for the general markup like
RWiki does. but i haven’t been able to decipher how to use RDTool from within
my own scripts. can anyone offer some pointers?

a little more detail: i have wiki pages that contain a mixture of HTML and RD,
and i’d like to parse them, turning the RD portions into HTML using RDTool if
possible.

thanks,
transami

I suspect that RDoc will probably be a bit more friendly toward
generating the necessary markup from another script.

-austin
– Austin Ziegler, austin@halostatue.ca on 2002.12.10 at 07.39.55

···

On Tue, 10 Dec 2002 20:07:52 +0900, Tom Sawyer wrote:

in working on a ruby wiki i’m considering using RD for the general
markup like RWiki does. but i haven’t been able to decipher how to
use RDTool from within my own scripts. can anyone offer some
pointers?

a little more detail: i have wiki pages that contain a mixture of
HTML and RD, and i’d like to parse them, turning the RD portions
into HTML using RDTool if possible.