Metadata-Version: 2.1
Name: collective.metadataaudit
Version: 1.0a1
Summary: Audit metadata changes
Home-page: https://github.com/collective/collective.metadataaudit
Author: Andreas Jung
Author-email: info@zopyx.com
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.metadataaudit
Project-URL: Source, https://github.com/collective/collective.metadataaudit
Project-URL: Tracker, https://github.com/collective/collective.metadataaudit/issues
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.html
           This text does not appear on pypi or github. It is a comment.
        
        
        ========================
        collective.metadataaudit
        ========================
        
        ``collective.metaaaudit`` logs metadata changes to Plone content objects transparently
        (for all content types). This add-on in in particular useful when you have to answer
        the question "who was doing what and when".
        
        Install and use this add-on with care. In particular ensure that its usage is compliant
        with your local privacy and data-protection legislation.
        
        Features
        --------
        
        - logs all metadata changes (create and edit operations) for all Plone content types 
          (Dexterity content-types only)
        
        
        Installation
        ------------
        
        Install collective.metadataaudit by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.metadataaudit
        
        
        and then running ``bin/buildout``
        
        Usage
        -----
        
        - Use the ``Logging`` entry from the Plone toolbar
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.metadataaudit/issues
        - Source Code: https://github.com/collective/collective.metadataaudit
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        Author
        ------
        
        Andreas Jung (info@zopyx.com)
        
        
        Contributors
        ============
        
        - Andreas Jung, info@zopyx.com
        
        
        Changelog
        =========
        
        
        1.0a1 (2020-11-23)
        ------------------
        
        - Initial release.
          [zopyx]
        
Keywords: Python Plone CMS
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 5.1
Classifier: Framework :: Plone :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: ==2.7, >=3.6
Provides-Extra: test
