Metadata-Version: 1.1
Name: collective.revisionmanager
Version: 0.1
Summary: Manage CMFEdition Histories
Home-page: https://pypi.python.org/pypi/collective.revisionmanager
Author: tschorr
Author-email: t_schorr@gmx.de
License: GPL version 2
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide_addons.html
           This text does not appear on pypi or github. It is a comment.
        
        ==============================================================================
        collective.revisionmanager
        ==============================================================================
        
        .. image:: https://travis-ci.org/collective/collective.revisionmanager.svg?branch=master
            :target: https://travis-ci.org/collective/collective.revisionmanager
        
        collective.revisionmanager is a Plone add-on that lets you manage Products.CMFEditions histories. It can be used with Plone 4.3.x at the moment.
        
        Features
        --------
        
        - Sorted listing of histories storage (portal_historiesstorage) contents. Sort by: history id, number of versions, history size, size state, portal type or path
        - Purge revisions or delete entire histories
        - Maintain a cache for the statistics
        - Plone controlpanel interface for portal_purgepolicy
        
        Translations
        ------------
        
        This product has not yet been translated.
        
        Installation
        ------------
        
        Install collective.revisionmanager by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.revisionmanager
        
        
        and then running ``bin/buildout``
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.revisionmanager/issues
        - Source Code: https://github.com/collective/collective.revisionmanager
        - Documentation: tbd
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        Contributors
        ============
        
        - tschorr, t_schorr@gmx.de
        
        Changelog
        =========
        
        
        0.1 (2016-03-01)
        ----------------
        
        - Initial release.
          [tschorr]
        
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
