About
LocalFS (Local File System) is an add-in product for the Zope web application server. It allows users to access the contents of the file system on a Zope server as if they were contained in the Zope Object Database.
It has been revised and updated for use with current Zope versions.
Download
LocalFS 1.11 [2012-01-25]
- Complete rewrite of StreamingFile.py
- Data is not longer loaded into memory on object creation
- Added streaming support for images
LocalFS 1.10 [2012-01-23]
- Added builtin PythonScript (.py)
- Removed management options that cannot be used
LocalFS 1.9 [2012-01-22]
- Added support for Zope 2.13 (should also work with Zope 2.12)
- Fixed Webdav support (now ExternalEditor can be used again)
- Cleaned up StreamingFile and added range support
- Fixed support of .xml files (represented via ParsedXML)