[Zope] LocalFS and ZPT
Dieter Maurer
dieter@handshake.de
Wed, 3 Apr 2002 23:44:28 +0200
Blossom Merz writes:
> I'm in the beginning stages of a fairly large web devlopment project. For this one, I need to store most of the zope object in the local filesystem. LocalFS knows how to store them, but I can't get it to parse the TAL stuff.
>
> I've tried making a few changes to the module source, but I really don't know what I'm doing.
>
> Any ideas?
You may try "Filesytem Directory View" instead of "LocalFS".
This product belongs to Zope's CMF and already knows the
new Zope object types. There is a drawback: you need to register
the directory that should be made available as directory views
(which gives both improved security and make the interface quite easy).
Dieter