I haven’t been blogging much lately, mostly due to severe time limitations and workload. Anyway, here is what i am up to atm …
Working on extensions to bobo, a WSGI framework released by Jim Fulton two weeks ago. bobo is really exciting, as it is super small (40KB including comments), fast (1500 req/sec), fully […]
Tag Archive for 'zope'
News of today:
Guido van Rossum Retires as BDFL of Python
Zope 4.0 project Announcement — discuss in IRC #zope4
Hacker News poll: Pythonic startups: what web framework do you use?
Recently Baijum (Baiju Muthukadan) blogged on Zope community, the largest producer of eggs!.
While this is an interesting fact, I think that the number of eggs is nothing one should be particularly proud of. Zope3, Plone and now Zope2 are producing eggs like mad, swamping the PyPI index with version after version of packages […]
Recent demand for loosely coupling (no monkey-patching) RTE and Zope made me search for the easiest thing that could possibly work. I decided to use TinyMCE, a self-contained Rich-Text-Editor written in Javascript and - as you will see in a few seconds - easy to integrate with Zope (any version).
You need to download the TinyMCE […]
I prefer using elementtree over the xml.dom modules. While it is included with Python2.5 it needs to be installed and configured for current Zope releases.
There is zope.etree by Michael Kerrin for Zope3 (and Five).
For older Zope releases you need to resort to ExternalMethods or - even better - you could enable the module […]

