Metadata-Version: 1.0
Name: zopyx.plone.cassandra
Version: 0.3.5
Summary: Show all assigned local roles within a subtree for any Plone 4 site
Home-page: http://pypi.python.org/pypi/zopyx.plone.cassandra
Author: Andreas Jung
Author-email: info@zopyx.com
License: ZPL
Description: zopyx.plone.cassandra
        =====================
        
        This module helps you to analyze your current security settings - especially
        local roles granted on some subfolder
        
        Installation
        ------------
        
        - add ``zopyx.plone.cassandra`` to the ``eggs`` and ``zcml``
          options of your buildout.cfg. 
        - re-run buildout
        - for new Plone sites: choose the zopyx.plone.cassandra extension profile
        - for existing Plone sites: add zopyx.plone.cassandra from
          Add/remove modules within the Plone site setup
        
        Usage
        -----
        
        Add ``/@@cassandra`` to the url of any object with your Plone site and
        see what happens.
        
        Note
        ----
        This module should only be used on development systems since it might
        reveal security related information to untrusted users.
        
        Sources
        -------
        - https://github.com/zopyx/zopyx.plone.cassandra
        
        Issue tracker
        -------------
        - https://github.com/zopyx/zopyx.plone.cassandra/issues
        
        License
        -------
        This module is licensed under the Zope Public License (ZPL 2.1).
        
        Contact
        -------
        
        | ZOPYX Ltd. 
        | c/o Andreas Jung, 
        | Charlottenstr. 37/1
        | D-72070 Tuebingen, Germany
        | E-mail: info at zopyx dot com
        | Web: http://www.zopyx.com
        
        
        Changelog
        =========
        
        0.3.0 - (12.04.2012)
        --------------------
        
        * Plone 4(-only) compatibility
        
        0.2.0 - (30.11.2008)
        --------------------
        
        * using @@cassandra now requires manager privileges
        * fixed issues with the extension profile 
        
        
        0.1.0 - (29.11.2008)
        --------------------
        
        * Initial release
        
        
Keywords: web zope plone theme
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
