[Zope3-dev] Creating initial services

Guido van Rossum guido@python.org
Tue, 10 Dec 2002 14:47:05 -0500


Hi Jim and Steve,

I'd like to write the code for setting up initial services.  I found a
spot in SiteDefinition.py where a new site is initialized
(_initDB()), and I think I could add some code to create an event
service and an object hub.  But it occurs to me that we should
probably do this from a suitable zcml file.  Any hints?

--Guido van Rossum (home page: http://www.python.org/~guido/)