Jose Galvez wrote: > When you install genshi, is the appropriate engine installed by > default? I ask because to use Kid or Cheetah with pylons you have to > install tubrokid or turbocheetah to supply the engine. Other wise this > looks like just any other engine that can be used with the buffit plugin
Genshi implements the template engine plugin API itself. So you can use it through that protocol without have to install anything else. (Although I must say that using Genshi through the plugin API somewhat limits the feature set available. But that's just because the API has problems/limitations, and those probably impact most other template languages, too.) Cheers, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss -~----------~----~----~----~------~----~------~--~---
