SilverCity

via Peter's Blog

Installed SilverCity for a pretty syntax highlighted blog.

I fould a Gentoo ebuild for SilverCity read more


Jeremy Bowers: Re: [Pyds-dev] Re: [PyCS-devel] Re: Maybe problems with Metakit 2.4.9.3

via pycs-devel archive weblog
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

Comment


PyDS - A free, python blog tool

via Louis Feges' Weblog
After a few starts and stops, I was able to run PyDS which is very unix oriented in terms of the developer's documentation, on my WIN/2000 box, connect to the Python Community Server, and watch the magic. This ... read more

PyDS runs from Cygwin, but not windows

via Louis Feges' Weblog
My 30 day evaluation of RadioLand's commercial web logger has expired and I am back to using PyDS. I installed the source on my WIN/2000 and it all went according to plan; except I am unable to launch ... read more

Secret Messages via the Net

via Louis Feges' Weblog

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


Soccer Teaches me Humility

via Louis Feges' Weblog

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


Issue Management

via Louis Feges' Weblog

Well, I finally got a job, and as usual, the customer and I have zero agreement as to the undestanding:)


Rich Client Experience via DOM

via Louis Feges' Weblog

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


Here is a Mind in Motion

via Louis Feges' Weblog

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


Simple BASIC lives in Java

via Louis Feges' Weblog

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