Metadata-Version: 1.1
Name: collective.behavior.localdiazo
Version: 1.0b1
Summary: Dexterity behavior to enable a local Diazo theme.
Home-page: https://github.com/collective/collective.behavior.localdiazo
Author: Simples Consultoria
Author-email: products@simplesconsultoria.com.br
License: GPLv2
Description: ******************************
        collective.behavior.localdiazo
        ******************************
        
        .. contents:: Table of Contents
        
        Life, the Universe, and Everything
        ----------------------------------
        
        Dexterity behavior to enable a local Diazo theme.
        
        Don't panic
        -----------
        
        TBD
        
        Mostly Harmless
        ---------------
        
        Have an idea? Found a bug? Let us know by `opening a support ticket`_.
            :target: http://travis-ci.org/collective/collective.behavior.localdiazo
        
        .. _`opening a support ticket`: https://github.com/simplesconsultoria/collective.behavior.localdiazo/issues
        
        Installation
        ------------
        
        To enable this product in a buildout-based installation:
        
        1. Edit your buildout.cfg and add ``collective.behavior.localdiazo`` to the
           list of eggs to install::
        
            [buildout]
            ...
            eggs =
                collective.behavior.localdiazo
        
        2. If you are using Plone 4.1 you may need to extend a Dexterity known good
           set (KGS) to make sure that you get the right versions of the packages that
           make up Dexterity::
        
            [buildout]
            ...
            extends =
                http://good-py.appspot.com/release/dexterity/1.2.1
        
        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.behavior.localdiazo`` and click the
        'Activate' button.
        
        Note: You may have to empty your browser cache and save your resource
        registries in order to see the effects of the product installation.
        
        
        Share and Enjoy
        ---------------
        
        ``collective.behavior.localdiazo`` would not have been possible without the
        contribution of the following people:
        
        - Juan Pablo Giménez
        - Héctor Velarde
        
        You can find an updated list of package contributors on `GitHub`_.
        
        .. _`GitHub`: https://github.com/collective/collective.behavior.localdiazo/contributors
        
        There's a frood who really knows where his towel is
        ---------------------------------------------------
        
        1.0b1 (2013-04-21)
        ^^^^^^^^^^^^^^^^^^^
        
        - Initial release.
        
Keywords: plone registry local behavior dexterity diazo
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: End Users/Desktop
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Office/Business :: News/Diary
Classifier: Topic :: Software Development :: Libraries :: Python Modules
