* Jaap Karssenberg ([EMAIL PROTECTED]) [051011 16:17]:
> Now I have two issues I need to address:
> 1) I want my users to be able to use other (text based) formats, like POD.
> 2) My users want to be able to export content to other formats like
> html, docbook, latex etc.

So: you want
 - an extensible set of input parsers
 - an extensible set of output formatters
 - some consistent intermediate format
 - a pod parser
 - pod formatter?
 - html formatter

> Does such a module already exist or is there another module that solves
> the same problem?

Yes: OODoc has all of above
 - a standard pod parser
 - an extended syntax pod parser
 - pod output via methods
 - pod output via templates
 - html output via templates
 
The node structure is dedicated to documenting code, with nodes like
"subroute type method" and "option xyz with default abc", but that can
easily be extended as well.
-- 
Regards,
               MarkOv

------------------------------------------------------------------------
       Mark Overmeer MSc                                MARKOV Solutions
drs Mark A.C.J. Overmeer                                MARKOV Solutions
       [EMAIL PROTECTED]                          [EMAIL PROTECTED]
http://Mark.Overmeer.net                   http://solutions.overmeer.net

Reply via email to