Matt Kruse schrieb:
The "jQuery HTML Documentation Generator" at 
http://jquery.bassistance.de/docTool/docTool.html
seems like a great tool to create standard docs for jQuery plugins. I
have some questions:

1) Is there any directions to make something like this the standard?
I'd first make sure that we don't duplicate efforts by trying to synchronize with ScriptDoc, which is very similar but not the same. I'm lacking the time to do anything about that.
2) Is anyone working on a php version so as to be browser-agnostic?
The tool uses the same JS and XSLT scripts that are run by the build via Rhino. And thats probaly the reason why I can't get it to work in other browsers. Running the XSLT in PHP shouldn't be a big deal. I guess you'd have to rewrite the parser in PHP.
4) Is it extensible for use with my own custom @tags ?
You'd have to extend both the parser and the XSLT, but both shouldn't be too hard.

--
Jörn Zaefferer

http://bassistance.de

Reply via email to