Skip to content
Snippets Groups Projects

LocalFS for Zope 2.13

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Thimo Kraemer

    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.

    Previous versions can be found here and there.

    Downloads

    • LocalFS-1.12.tar.gz [2012-09-06, 50.53 KB]
      • manage_addFile now works with strings in addition to file-like objects
    • LocalFS-1.11.tar.gz [2012-01-25, 50.98 KB]
      • Complete rewrite of StreamingFile.py
      • Data is not longer loaded into memory on object creation
      • Added streaming support for images
    • LocalFS-1.10.tar.gz [2012-01-23, 50.83 KB]
      • Added builtin PythonScript (.py)
      • Removed management options that cannot be used
    • LocalFS-1.9.tar.gz [2012-01-22, 50.62 KB]
      • 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)
    Edited
    snippetfile1.txt 20 B
    0% or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment