Metadata-Version: 1.0
Name: p01.fsfile
Version: 0.6.0
Summary: File system file storage base concept for Zope3
Home-page: http://pypi.python.org/pypi/p01.fsfile
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides a file system file and storage wrapper for Zope3.
        
        
        =======
        CHANGES
        =======
        
        0.6.0 (2011-01-04)
        ------------------
        
        - changed p01.fsfile config argument fsStorage to storage since camel
        case seems to be broken. Also note that the WSGI to product config chain
        seems to be broken too. This means you have to apply the WSGI arguments to
        the zope product config after the WSGI application factory will setup the
        product config otherwise previsous applied product config get overwritten.
        Even better use a real product config directive in your zope.conf file and
        prevent all this problems.
        
        - move transaction support from IFSStorage to IFSStorageTransationSupport
        interface. This let us implement storages with a different transaction
        support concept. Inherited all other storage interfaces from
        IFSStorageTransationSupport for BBB.
        
        - improve IConnection lokup, implement base implementation which could be used
        for non peristent storages. Also implement lookup for persistent storages
        classes.
        
        - move persistent and contained from the base class to the core implementation.
        This allows us to use the base classes for non persistent utilities.
        
        - added ghost file support classes based on local utility lookup. This allows
        to use a global non persistent storage setup with a local ghost file utility.
        
        
        0.5.0 (2009-05-12)
        ------------------
        
        - Initial Release
        
Keywords: Zope3 z3c p01 file system storage distributed file network storage MogileFS
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
