On 10/5/06, venkatbo <[EMAIL PROTECTED]> wrote: > > Have been getting familiarized with TG 1.0b1 for a while now, > creating kid templates etc... 'am ready to start creating a > real TG-based app... > > Would you recommend I switch to genshi and write all my > templates using it or write them as kid templates now, but > switch later...
I've been playing with Genshi and I haven't noticed any issues at all... except it's easier to debug when my templates are broken ;) I'm not sure how well Genshi integrates with all of the widget stuff. I'm not using any of that. > If yes to genshi, any idea when it would be included as a > part of TG You don't really need it to be part of TG... if it's installed, then you can use it without any real trouble at all since the Genshi egg is also a template plugin. To make it default all you have to do is set this in your config/app.cfg: tg.defaultview = "genshi" -bob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

