Hi Rob, On Thursday 28 September 2006 15:36, Rob Wilkerson wrote: > > Well, that's not the complete story. The TracNav plugin has a (currently > > hardcoded) list ALLOWED_MACROS, and if you add "subwiki" to that list, > > your example will almost work: > ... > I want to try this approach, but I can't seem to find this file or > structure. Where should it be? Or do I have to add it? If so, > where?
It's in tracnav/tracnav.py, see http://svn.ipd.uni-karlsruhe.de/trac/javaparty/browser/trac/plugins/tracnav/tracnav/tracnav.py , line 72. You would have to unpack the source zip, edit that line and rebuilt the egg by calling setup.py bdist_egg. This surely is a workaround, in the long term I think I'll change TracNav's parser. Thomas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
