Installed SilverCity for a pretty syntax highlighted blog.
I've poked around a bit more and another possibility is ZODB. It can be
used either as a multi-process database or a multi-threaded single file.
I don't know the internals of PyCS, but it would require a couple of
changes in PyDS. The biggest change is that ZODB stores Python objects,
not just class-free database rows. Overall, I think this would be a good
change anyhow.
It looks to me like you'd need to replace current Metakit functionality
with an object that would probably sub-class a BTree
(http://zope.org/Wikis/ZODB/FrontPage/guide/node6.html#SECTION000630000000000000000)
and also index by other interesting attributes, probably with a simple
dict (at least for PyDS, PyCS may need other BTrees).
http://zope.org/Wikis/ZODB/FrontPage/guide/index.html
http://www.python.org/workshops/2000-01/proceedings/papers/fulton/zodb3.html
Today, in the Toronto Sunday Star newspaper, I encountered an article, part of a series leading up to the Sept. 11 2nd year anniversary of the attack on the World Trade Centre. Oddly enough, the article ... read more
It was two days ago that I played soccer for the first time in over 6 years. I consider myself to be in good physical condition, spending a least three times a week at my local gym and bicycling through ... read more
Well, I finally got a job, and as usual, the customer and I have zero agreement as to the undestanding:)
The author summarizes the history of the various client-server architectures and proceeds to review current options and limitations. He recommends using DOM to enrichen the user experience, providing ... read more
I don't know who this guy is, but he has some very interesting comments on the subject of weblogs and wikis.
His whole site is structured according to some pattern that could only be modeled ... read more
The author shows how a random generator written in Basic can be run in a java program with the original, Basic source code. It's actually a humorous solution to the ancient problem of keeping old programs ... read more