Metadata-Version: 1.0
Name: plonetheme.coolblue
Version: 0.1.1
Summary: An installable Diazo theme for Plone 4.1
Home-page: https://github.com/collective/plonetheme.coolblue
Author: Alex Clark
Author-email: aclark@aclark.net
License: UNKNOWN
Description: 
        Introduction
        ============
        
        The ``plonetheme.coolblue`` package uses the **theming** and **packaging** features
        available in `plone.app.theming`_ to make the `Styleshout`_ theme `Coolblue`_ easily
        available in `Plone 4.1`_.
        
        Installation
        ------------
        
        Add Plone site
        ~~~~~~~~~~~~~~
        
        Install Plone 4.1 with `plone.app.theming`_ and create a Plone site (if you have not already)
        with Diazo theming configured.
        
        .. image:: https://github.com/collective/plonetheme.unilluminated/raw/master/screenshot2.png
        
        Zip file
        ~~~~~~~~
        
        If you are an end user, you might enjoy installation via zip file import.
        
        1. Download the zip file: http://plone.org/products/plonetheme.coolblue/releases/0.1.0/coolblue.zip
        2. Import the theme from the Diazo theme control panel.
        
        .. image:: https://github.com/aclark4life/plonetheme.unilluminated/raw/master/screenshot4.png
        
        Buildout
        ~~~~~~~~
        
        If you are a developer, you might enjoy installation via buildout.
        
        Add ``plonetheme.coolblue`` to your ``plone.recipe.zope2instance`` section's *eggs* parameter e.g.::
        
            [instance]
            eggs =
                Plone
                …
                plonetheme.coolblue
        
        Select theme
        ~~~~~~~~~~~~
        
        Select and enable the theme from the Diazo control panel.
        
        .. image:: https://github.com/aclark4life/plonetheme.unilluminated/raw/master/screenshot3.png
        
        That's it!
        
        You should see: 
        
        .. image:: https://github.com/collective/plonetheme.coolblue/raw/master/screenshot.png
        
        Help
        ----
        
        Obviously there is more work to be done. If you want to help, pull requests accepted! Some ideas:
        
        * Add a diazo rule to import Plone editing styles
        * Configure styles to use portal_css
        * Add quick installer support
        * Improve styles 
        
        License
        -------
        
        This work is licensed under a `Creative Commons Attribution-ShareAlike 3.0 Unported License`_.
        
        .. _`Creative Commons Attribution-ShareAlike 3.0 Unported License`: http://creativecommons.org/licenses/by-sa/3.0/
        .. _`Coolblue`: http://www.styleshout.com/templates/preview/CoolBlue10/index.html
        .. _`plone.app.theming`: http://pypi.python.org/pypi/plone.app.theming
        .. _`Plone 4.1`: http://pypi.python.org/pypi/Plone/4.1rc2
        .. _`Styleshout`: http://www.styleshout.com
        
        Changelog
        =========
        
        0.1.1 (2011-06-12)
        ------------------
        
        - Fix styles
        
        0.1.0 (2011-05-31)
        ------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
