On Mon, Apr 20, 2009 at 11:42 AM, Diez B. Roggisch <[email protected]> wrote: > >> One major thing that I'd like to see worked out in 2.1 is better >> handling of the way we load and render templates. In my mind we >> should switch to using the native template loaders from genshi, mako, >> etc -- or we should create a separate "dotted notation" loader package >> that contains just the code that loads templates based on python path >> like notation. There are advantages to both ways of doing things, >> but we need to choose between them and then commit to that path.
I have worked a lot on this and already added some more template loader support in 2.1 Dotted names support is the easiest way I see to easily support extension (think Pages)... I am also in favor of moving the template (moving and rendering) in another subpackage not directly in tg.core. In this I would like to decouple tg from pylons.templating.render_xx() Florent. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
