On Wed, 2012-02-29 at 18:43 -0800, Victor Lin wrote: > Hi guys, > > I have been using Genshi for a long time and I really like it. To use > Genshi with Pyramid, I tried to install pyramid_chameleon_genshi, but > it appears its support to Genshi is broken, it can't handle some > Genshi tag correctly (such as py:match or what). So, I wrote my own > Genshi renderer. So far, I have to paste my Genshi renderer module > around all my Pyramid projects, it's annoying. Eventually, I decided > to release it as an open source package. Here it is > > http://pypi.python.org/pypi/pyramid_genshi/ > > Currently, it's mainly for fitting my needs. However, I think it's > good enough for almost everybody to use it in production. Still got > some points to improve, if you have any suggestion, please let me > know. Will see can I fix it. Forks are welcomed, here is the Hg repo: > > https://bitbucket.org/victorlin/pyramid_genshi > > Hope this could be helpful.
Looks good! - C > > Thanks. > Victor Lin. > -- 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?hl=en.
