Matthew Thorley wrote:
I am interested in serving files (such as index_dtml) from the local filesystem so that I can export that file system with nfs and allow multiple people to work with the file ect. I have tried two products LocalFS-0.10.1, and FSFolder-0-1-2. Neither product seems to do exactly what I want.
Look also at http://zope.org/Members/philikon/FileSystemSite http://zope.org/Members/arielpartners/ExternalFile I'm not certain how these deal with changes to the file that don't involve Zope. I think ExternalFile should behave as you want, and maybe FSS (it may require a refresh, though--you'll have to check.) LocalFS should also behave as you expect, but I don't know if it handles templates: I've only used it for content. --jcc -- "Code generators follow the 80/20 rule. They solve most of the problems, but not all of the problems. There are always features and edge cases that will need hand-coding. Even if code generation could build 100 percent of the application, there will still be an endless supply of boring meetings about feature design." (http://www.devx.com/java/editorial/15511)