Metadata-Version: 1.0
Name: collective.actions.delete
Version: 0.1.3
Summary: Delete items in folder content with confirmation
Home-page: https://svn.plone.org/svn/collective/collective.actions.delete
Author: Ingeniweb
Author-email: support@ingeniweb.com
License: GPL
Description: ===========================
         collective.actions.delete
        ===========================
        
        Deletion of Plone elements from the folder contents view is submitted to a
        confirmation form.
        
        Requires
        ========
        
        Plone 3.x or a later version
        
        Installation
        ============
        
        Just add ``collective.actions.delete`` to the ``eggs`` list of the
        ``plone.recipe.zope2instance`` part in your zc.buildout
        
        License
        =======
        
        This software is provided under the GPL v3 license.
        
        Credits and support
        ===================
        
        * Alter Way
        * Youenn Boussard `youenn.boussard@alterway.fr`_
        * Gilles lenfant `gilles.lenfant@alterway.fr`_
        
        Changelog
        =========
        
        0.1.3 (2011/05/16)
        ------------------
        
        - Added dutsch translation (thanks to Kim Paulissen)
          [glenfant]
        
        - z3c.autoinclude awareness
          [glenfant]
        
        - Remove portal id from confirmation screen
          [gotcha]
        
        0.1.2 (2008/12/15)
        ------------------
        
        - Back to folder_contents whatever action taken
          [glenfant]
        
        0.1.1 (2008/10/02)
        ------------------
        
        - Plone 3.0.x compatible
        
        0.1.0 (2008/10/01)
        ------------------
        
        - Initial release
        
Keywords: folder delete confirmation
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
