Zope3 has autorendering of ‘.stx’, ‘.txt’ and ‘.rst’ files that are located inside directoryresource folders enabled by default. The Grok special ’static’ folder is a directoryresource folder too, but Grok has deliberately disabled autorendering inside this foldertype.
d2m.rendersource provides a way to get reStructuredText formatted files rendered, simply by creating a grok.View class and dropping the […]
Archive for April, 2008
I just posted d2m.rendersource to PyPI.
It makes reStructuredText files with a ‘.rst’ extension available as Grok view templates and renders them as complete HTML pages, including the default docutils stylesheet.
I’d like to have a custom stylesheet for Grok docs too - any takers?
When Google released its appengine SDK this Monday i started to explore a potential integration with Grok immediately. There are several problems that need to be solved, but i’m confident that the zope3 libs will be used with appengine apps in the future.
When tinkering with Grok/appengine i wanted at one point to rip off the […]

