iain duncan <[EMAIL PROTECTED]> writes: > On Tue, 2006-07-11 at 15:03 -0500, Karl Guertin wrote: >> On 11/7/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: >> > Migrating from Kid to Genshi is trivial anyway. You pretty much just >> > change the filename and the namespace declaration and you're done. >> > Genshi is just a better implementation of the same thing (and then >> > some). >> >> The issues are a TG limitation rather than a Genshi one, there's a >> number of places where it's assumed that Kid is the templating library >> in use. Most of these are in the widgets code, so if you're not using >> widgets, there's no reason to not use Genshi. > > Is the widget thing something that is likely to change in the next few > months? I anticipate needing widgets a lot for phase 3, but I don't > think that will be an issue for some time.
Widgets *already* support alternative templates and engines in the trunk, so this is something that *will* surely be in 1.1. This implementation is not available in the 1.0 branch because of some backward compatibilities problems. I believe that we can still discuss what are the drawbacks of bringing those changes back to 1.0 branch and how troublesome would them be (but the first decision was to avoid then on the stable branch...). -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

