Metadata-Version: 1.0
Name: atreal.cmfeditions.unlocker
Version: 1.0.0
Summary: CMFEditions modifier that unlocks clone before saving
Home-page: http://www.atreal.net
Author: atReal
Author-email: contact@atreal.net
License: GPL
Description: .. contents::
        
        Overview
        ========
        
        A simple CMFEditions Modifier that unlocks clone before saving.
        
        
        Description
        ===========
        
        When using CMFEditions with ExternalEditor, the clones are saved with a
        webdav lock. If you try to retrieve an older version, it appears locked,
        avoiding futher editions.
        
        This package adds a CMFEditions Modifier that unlocks the clone before
        saving.
        
        
        Authors
        =======
        
        |atreal|_
        
        * `atReal Team`_
        
          - Matthias Broquet <tiazma>
          - Thierry Benita <tbenita>
          
        .. |atreal| image:: http://www.atreal.fr/medias/atreal-logo-48.png
        .. _atreal: http://www.atreal.fr/
        .. _atReal Team: mailto:contact@atreal.fr
        
        
        Contributors
        ============
        
        * `atReal Team`_
        
          - Romain BEYLERIAN [rbeylerian]
          
          .. _atReal Team: mailto:contact@atreal.fr
        
        Thanks
        ======
        
        * To all the CMFEditions contributors for this great products
        
        Changelog
        =========
        
        1.0.0 (2011-11-16)
        -------------------
        
        * Update MANIFEST.in (now including docs folder, txt and .mo files)
            [rbeylerian]
        
        * Plone 4 Compatibility : Use <interface>.providedBy method instead of
          <interface>.isImplementedBy when Plone 4 is detected (keep Plone 3.2
          compatibility)
            [rbeylerian]
        
        1.0dev (unreleased)
        -------------------
        
        - Initial release
        
Keywords: plone cmfeditions zope atreal externaleditor webdav
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
