Metadata-Version: 1.1
Name: collective.fingerpointing
Version: 1.0a1
Summary: Keep track of different events and write them down to an audit log.
Home-page: https://github.com/collective/collective.fingerpointing
Author: Héctor Velarde
Author-email: hector.velarde@gmail.com
License: UNKNOWN
Description: .. image:: docs/fingerpointing.png
            :align: left
            :alt: Finger Pointing
            :height: 100px
            :width: 100px
        
        ***************
        Finger Pointing
        ***************
        
        .. contents:: Table of Contents
        
        Life, the Universe, and Everything
        ==================================
        
        Keep track of different events and write them down to an audit log.
        
        Mostly Harmless
        ===============
        
        .. image:: https://secure.travis-ci.org/collective/collective.fingerpointing.png?branch=master
            :alt: Travis CI badge
            :target: http://travis-ci.org/collective/collective.fingerpointing
        
        .. image:: https://coveralls.io/repos/collective/collective.fingerpointing/badge.png?branch=master
            :alt: Coveralls badge
            :target: https://coveralls.io/r/collective/collective.fingerpointing
        
        .. image:: https://pypip.in/d/collective.fingerpointing/badge.png
            :alt: Downloads
            :target: https://pypi.python.org/pypi/collective.fingerpointing/
        
        Got an idea? Found a bug? Let us know by `opening a support ticket`_.
        
        .. _`opening a support ticket`: https://github.com/collective/collective.fingerpointing/issues
        
        Don't Panic
        ===========
        
        Installation
        ------------
        
        To enable this package in a buildout-based installation:
        
        #. Edit your buildout.cfg and add add the following to it::
        
            [buildout]
            ...
            eggs =
                collective.fingerpointing
        
        After updating the configuration you need to run ''bin/buildout'', which will take care of updating your system.
        
        Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.
        
        Check the box next to ``collective.fingerpointing`` and click the 'Activate' button.
        
        Usage
        -----
        
        Go to 'Site Setup' and select 'Finger Pointing' and enable the events you want to keep an eye on.
        
        .. figure:: docs/controlpanel.png
            :align: center
            :height: 600px
            :width: 768px
        
            The Finger Pointing control panel configlet.
        
        Finger Pointing will start logging the selected events::
        
            # bin/instance fg
            2015-06-08 11:25:08 INFO ZServer HTTP server started at Mon Jun  8 11:25:08 2015
            Hostname: 0.0.0.0
            Port: 8080
            2015-06-08 11:25:17 INFO Zope Ready to handle requests
            2015-06-08 11:30:03 INFO collective.fingerpointing user=admin ip=127.0.0.1 action=logged out
            2015-06-08 11:30:15 INFO collective.fingerpointing user=admin ip=127.0.0.1 action=logged in
        
        Share and Enjoy
        ===============
        
        This package would not have been possible without the contribution of the following people:
        
        - Héctor Velarde
        - Font Awesome (`icon`_)
        
        You can find an updated list of package contributors on `GitHub`_.
        
        .. _`GitHub`: https://github.com/collective/collective.fingerpointing/contributors
        .. _`icon`: http://fontawesome.io/icon/hand-o-right/
        
        Changelog
        =========
        
        1.0a1 (2015-06-08)
        ------------------
        
        - Initial release.
        
Keywords: plone events subscribers log audit security
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
