Posted on October 30, 2007 by Lennart Regebro
[Update: I seem to have been thinking of something else when I wrote about Kid. Kid is not push-fundamentalistic at all. Fixed.]
When it comes to choosing a template language amongst the hoard of templating languages out there, there are basically a couple of questions that are being debated. One is the question of XML vs [...]
Filed under: plone, python, theming, zope | Tagged: genshi, kid, python, templates, templess, zope, zpt | 11 Comments »
Posted on October 14, 2007 by Lennart Regebro
Heres the slides from my talk at the Plone Conference 2007 in Neaples. It is no longer in PPT format, because although the font I used becomes very weird when exporting to PDF, Alexander Limi and Calvin Hendryx-Parker each provided me with a converted version.
What Zope did wrong
Filed under: grok, plone, plone conference, zope | 5 Comments »
Posted on October 6, 2007 by Lennart Regebro
When it comes to templating languages there are a big choice out there, even if you limit yourself to the ones written in Python. They range widely in philosophy and even syntax, although the attribute-language type of syntax that Zope Page Templates pioneered seems to have taken over a lot nowadays.
The major debate today [...]
Filed under: grok, python, zope, zope3 | No Comments »
Posted on October 1, 2007 by Lennart Regebro
Today me, Joachim Schmitz and Ahmet Toker tried to speed up the Grok startup by excluding zcml that isn’t used in Grok. Basically, we used Jim Fultons new zc.configuration module to exclude browser modules that are loaded in Zope3. It would obviously be better if the separation between the functionality and the web pages used [...]
Filed under: grok, zope3 | No Comments »