Metadata-Version: 1.1
Name: redturtle.gritterize
Version: 0.9.1
Summary: Plone integration with Gritter
Home-page: https://pypi.python.org/pypi/redturtle.gritterize
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: BSD
Description: ====================
        redturtle.gritterize
        ====================
        
        A Plone add-on that makes the standard Plone status messages
        appear like a Growl notification using the
        `jQuery Gritter plugin <http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/>`_.
        
        * `Source code @ GitHub <https://github.com/RedTurtle/redturtle.gritterize>`_
        * `Releases @ PyPI <https://pypi.python.org/pypi/redturtle.gritterize>`_
        * `Documentation @ ReadTheDocs <http://redturtlegritterize.readthedocs.org>`_
        * `Continuous Integration @ Travis-CI <http://travis-ci.org/RedTurtle/redturtle.gritterize>`_
        
        It transforms the Plone status messages from this
        
        .. figure:: http://blog.redturtle.it/pypi-images/redturtle.gritterize/ungritterized.png/image_preview
           :alt: The default Plone messages
        
        to this
        
        .. figure:: http://blog.redturtle.it/pypi-images/redturtle.gritterize/gritterized.png/image_preview
           :alt: The gritterized Plone messages
        
        How it works
        ============
        **It just works**!
        If JavaScript is disabled you will have
        the standard Plone behaviour.
        Test it visiting:
        
        - http://localhost:8080/Plone/@@test-redturtle-gritterize
        
        Installation
        ============
        
        To install `redturtle.gritterize` you simply add ``redturtle.gritterize``
        to the list of eggs in your buildout, run buildout and restart Plone.
        Then, install `redturtle.gritterize` using the Add-ons control panel.
        
        
        Configuration
        =============
        
        None for the moment.
        
        Changelog
        =========
        
        
        0.9.1 (2013-07-30)
        ------------------
        
        - Fixinig broken release [ale-rt]
        
        
        0.9.0 (2013-07-30)
        ------------------
        
        - Initial release.
          [ale-rt]
        
        
Keywords: Plone Python
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
