On 10/5/06, Olli Wang <[EMAIL PROTECTED]> wrote: > > > Bob Ippolito wrote: > > 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" > > but this way we can't use widgets. that's very bad :(
This is not true. You can USE widgets just fine, you just can't CREATE widgets. For most widgets the code would be exactly the same anyway except for the namespace. I've been using genshi instead of kid without issue. I recommend grabbing the site template files from the genshi turbogears example and from there it's more or less the same as Kid but with better error messages and without <?python ?> blocks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

