28 Feb
2008
28 Feb
'08
8:26 a.m.
zope-request@zope.org wrote:
I want to be able to have a zope site entirely in the file system with no ZODB, so I can keep it in subversion, and use normal things like grep, patch and sed to apply changes to the whole codebase.
You can do this with zope 2 but you can also allow user customization that you can later migrate in to the filesystem code.
Really??