On Fri, 2008-10-24 at 09:18 -0700, Matt Wilson wrote: > > My site has a global-navigation header, with links to 5 sections of > the site.
<snip> > Right now, to make all this happen, I'm using lots of homemade widgets > and config files. The system all works fine, but it ain't awesome, > and it certainly is not easy to explain to another developer when I > want them to make a change That is what I have done as well, made a menu system as a toscawidget and used it in the "include for all pages" section of the config. But I'm not really happy with that either. > I suspect that a lot of sites have funky navigation systems. Is there > any standard solution? > > At the heart, I would like to define a tree data structure in a config > file or a database table and then let the code parse it all, doing all > the right highlighting. You might want to check out Ian Bicking's new 'Deliverance' project. It looks to me like a perfect way to handle this stuff if you are in a wsgi environment. HTH Iain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

