Metadata-Version: 1.0
Name: collective.rip
Version: 1.3.0
Summary: Edit CSS and JavaScript in Plone control panel
Home-page: http://collective.github.com/collective.rip/
Author: Alex Clark
Author-email: aclark@aclark.net
License: ZPL
Description: *Formerly collective.controlpanel.edit_css*
        
        Introduction
        ============
        
        collective.rip: (**r**)esources (**i**)n (**p**)lone is for quick and dirty UI prototyping. Install this add-on to edit CSS and JavaScript from within the Plone control panel. You may also toggle CSS and JavaScript debug modes.
        
        Installation
        ------------
        
        To install:
        
        - Add ``collective.rip`` to your buildout ``plone.recipe.zope2instance``
          section's eggs parameter::
        
            [plone]
            recipe = plone.recipe.zope2instance
            ...
            eggs =
                ...
                collective.rip
        
        - Run ``Buildout`` and restart ``Plone``.
        - Browse to ``Site Setup -> Add-ons -> Available add-ons``.
        - Check ``Resources in Plone`` and click ``Activate``.
        
        Have fun!
        
        Questions/comments/concerns? E-mail: aclark@aclark.net
        
        Changelog
        =========
        
        1.3.0 (2012-09-24)
        ------------------
        
        - Plone 4.3 compat [aclark]
        
        1.2.0 (2012-04-13)
        ------------------
        
        * Clean up package
          [aclark]
        
        1.1 (06/21/2011)
        ----------------
        
        * Clean up
        
        1.0 (04/05/2011)
        ----------------
        
        * Initial release
        
        
Keywords: css html javascript plone theme
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
