[Zope-dev] Re: Zope 3 without ZODB
Tres Seaver
tseaver at palladion.com
Fri Feb 15 12:30:53 EST 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
David Pratt wrote:
> Cool Jim. Will take a look and read. This is what the wonderful world of
> packages and wsgi is all about :-). I am also going to check out Kapil's
> solution for some other things. I am pretty comfortable with the zope's
> publisher and configuration.
For another take, 'repoze.obob'[1] exposes a hook for starting traversal
from an arbitrary root object: 'repoze.kiss'[2] uses this hook, along
with the Zope2 publisher as re-worked in 'repoze.zope2', to publish
content from a filesystem directory.
To test drive:
$ bin/virtualenv /tmp/kiss
$ cd /tmp/kiss
$ bin/easy_install repoze.project
$ bin/repozeproject repoze.kiss
$ cp $SITE_PACKAGES/repoze.kiss-*/sample-repoze.ini ./kiss.ini
$ vi kiss.ini # edit to point to a path
$ bin/paster serve kiss.ini
[1] http://svn.repoze.org/repoze.obob/trunk/
[2] http://svn.repoze.org/repoze.kiss/trunk/
[3] http://svn.repoze.org/repoze.zope2/trunk/
Tres.
- --
===================================================================
Tres Seaver +1 540-429-0999 tseaver at palladion.com
Palladion Software "Excellence by Design" http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHtcxN+gerLs4ltQ4RAp7+AJ4w/32DQsxY/xNKIFtd/iONjO3VbQCaA0hD
vNVR7lsJiTXMnlNkREs7eNQ=
=tHTE
-----END PGP SIGNATURE-----
More information about the Zope-Dev
mailing list