Metadata-Version: 2.1
Name: kotti_audit
Version: 1.1.2
Summary: Audit Log for Kotti
Home-page: https://github.com/JamaicanDevelopers/kotti_audit
Author: Oshane Bailey
Author-email: b4.oshany@gmail.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: kotti_audit
        ***********
        
        Add an audit log to your Kotti website.
        
        Features
        ===========
        - Content audit log for editors to find content based on creation or modification.
        - Each content node has an audit log that display all children of that node.
        
        Note, this package adds the ***Audit Log*** menu entry to the ***Actions*** menu.
        The Audit Log menu entry will take you the content respective Audit view, e.g.
        http://localhost/audit-log or http://localhost/example-content/audit-log
        
        Example
        =========
        
        .. image:: https://i.ibb.co/GpNHL55/Audit-Log-Welcome-to-DPIS-Online-DPIS-Online.png
          :width: 100%
          :alt: Audit Log for Kotti
        
        |pypi|_
        |downloads_month|_
        |license|_
        |build_status_stable|_
        
        .. |pypi| image:: https://img.shields.io/pypi/v/kotti_audit.svg?style=flat-square
        .. _pypi: https://pypi.python.org/pypi/kotti_audit/
        
        .. |downloads_month| image:: https://img.shields.io/pypi/dm/kotti_audit.svg?style=flat-square
        .. _downloads_month: https://pypi.python.org/pypi/kotti_audit/
        
        .. |license| image:: https://img.shields.io/pypi/l/kotti_audit.svg?style=flat-square
        .. _license: http://www.repoze.org/LICENSE.txt
        
        .. |build_status_stable| image:: https://img.shields.io/travis/jamaicanDevelopers/kotti_audit/production.svg?style=flat-square
        .. _build_status_stable: http://travis-ci.org/jamaicanDevelopers/kotti_audit
        
        `Find out more about Kotti`_
        
        Development happens at https://github.com/jamaicanDevelopers/kotti_audit
        
        .. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti
        
        Setup
        =====
        
        To enable the extension in your Kotti site, activate the configurator::
        
            kotti.configurators =
                kotti_audit.kotti_configure
        
        Database upgrade
        ================
        
        If you are upgrading from a previous version you might have to migrate your
        database.  The migration is performed with `alembic`_ and Kotti's console script
        ``kotti-migrate``. To migrate, run
        ``kotti-migrate upgrade --scripts=kotti_audit:alembic``.
        
        For integration of alembic in your environment please refer to the
        `alembic documentation`_. If you have problems with the upgrade,
        please create a new issue in the `tracker`_.
        
        Development
        ===========
        
        |build_status_master|_
        
        .. |build_status_master| image:: https://img.shields.io/travis/jamaicanDevelopers/kotti_audit/master.svg?style=flat-square
        .. _build_status_master: http://travis-ci.org/jamaicanDevelopers/kotti_audit
        
        Contributions to kotti_audit are highly welcome.
        Just clone its `Github repository`_ and submit your contributions as pull requests.
        
        .. _alembic: http://pypi.python.org/pypi/alembic
        .. _alembic documentation: https://alembic.readthedocs.io/en/latest/index.html
        .. _tracker: https://github.com/jamaicanDevelopers/kotti_audit/issues
        .. _Github repository: https://github.com/jamaicanDevelopers/kotti_audit
        
        
        History
        =======
        
        0.0.1 (unreleased)
        ------------------
        
        - Create package with ``cookiecutter https://github.com/Kotti/kotti-cookiecutter``.
        
Keywords: kotti web cms wcms pylons pyramid sqlalchemy bootstrap
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Pylons
Classifier: Framework :: Pyramid
Classifier: License :: Repoze Public License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Provides-Extra: tests
