On Mon, 2009-10-26 at 13:12 +0100, Georg Martius wrote: > I have some questions: > 1) Both of my plugins use the new filter interface. However tc_modinfo -i > transform uses the inspect function whereas tc_modinfo -i stabilize calls the > configure function with option "help". This is really confusing.
This is quite likely a bug. The correct way to go to inquiry the properties of a module is to use the `inspect' method. "help" (usage summary) is definitely a property, so inspect() should be used. > 2) The transcode_filter manpage does not include the plugins. Can I do > something about it. Bug again! Feel free to contribute if you like. The preferred way is 1) to use an intermediate XML file from which the final documentation will be built, using xmlto package. 2) autogenerate (as much as is possible) such XML from the module data, in order to avoid information duplication. Take a look to docs/man/transcode_import.1.xml docs/tcmkmodhelp.py However, a static hand-made man page is fine too :) Bests, -- Francesco Romani // Ikitt http://fromani.exit1.org ::: transcode homepage http://tcforge.berlios.de ::: transcode experimental forge