Olemis Lang <ole...@...> writes: > > - Firstly, start with the basic skeleton > > vailable @ trac-hacks.org > > - Secondly, you need to implement a wiki > > processor [1]_ [2]_, so extend WikiMacroBase > > (CreatePluginScript [3]_ might be useful ;o)
Hi! Thanks for the response! Well, I installed CreatePluginScript and tried to create a skeleton extending WikiMacroBase, but it says the specified interface was not found. I think I could also create it manually, but it would be nice, if CreatePluginScript would work! :) I also found a good example (http://trac-hacks.org/wiki/EmailProcessorMacro), which could help me understand how some relevant modules work. But I wasn't able to install it. I did everything as specified at the doc: pluginFile.py into /trac/env/plugins and the line [components] emailprocessor.* = enabled to the environment's trac.ini What I'm doing wrong? Thanks in advance! Regards, Rodrik. > > > > You should start with this . Please ask further questions once you > > have more specific doubts > > > > .. [1] WikiProcessors – The Trac Project! > > (http://trac.edgewall.org/wiki/WikiProcessors) > > > > .. [2] Trac Macros > > (http://trac.edgewall.org/wiki/WikiMacros#DevelopingCustomMacros) > > > > .. [3] CreatePluginScript > > (http://trac-hacks.org/wiki/CreatePluginScript) > > > > Many examples here http://trac-hacks.org/wiki/macro > > ;o) > > -- > Regards, > > Olemis. > > Blog ES: http://simelo-es.blogspot.com/ > Blog EN: http://simelo-en.blogspot.com/ > > Featured article: > On adding AMF (RPC) support for Trac - > http://feedproxy.google.com/~r/simelo-en/~3/RDv-qDkEK_w/on-adding-amf-support-trac.html > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
