I have a multi-environment Trac setup via mod_python, and all works very well. I'd like to find a way to implement tabbed navigation as found on http://trac.edgewall.org/.
I currently use a modified version of the TracProjectTabs plugin (not general public release) and a custom ClearSilver template to build the tabs from a user-defined array. Without this array, the tabs are only available when navigating to the "Project index", which also lists them in a textual fashion from its own array. Question is: how can I access the project list across Tracs to provide dynamic tabbed navigation? While several Trac plugins can derive a project list, I'm disappointed that none of them (including TracProjectTabs) are in-scope when the common header template is processed. Could it be done with a Python 'import', or am I missing something even simpler? Thanks! --Jim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
