Metadata-Version: 1.0
Name: plonetheme.earthlingtwo
Version: 0.1
Summary: An installable Diazo theme for Plone 4.1
Home-page: http://pypi.python.org/pypi/plone.earthlingtwo
Author: Andrew Mleczko
Author-email: amleczko@redturtle.it
License: UNKNOWN
Description: 
        Introduction
        ============
        
        The ``plonetheme.earthlingtwo`` package uses the **theming** and **packaging** features
        available in `plone.app.theming`_ to make the `CSS Templates`_ theme `earthlingtwo`_ easily
        available in `Plone 4.1`_.
        
        .. image:: http://svn.plone.org/svn/collective/plonetheme.earthlingtwo/trunk/screenshot01.png
        
        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.
        
        Zip file
        ~~~~~~~~
        
        If you are an end user, you might enjoy installation via zip file import.
        
        1. Download the zip file: http://svn.plone.org/svn/collective/plonetheme.earthlingtwo/trunk/earthlingtwo.zip
        2. Import the theme from the Diazo theme control panel.
        
        Buildout
        ~~~~~~~~
        
        If you are a developer, you might enjoy installation via buildout.
        
        Add ``plonetheme.earthlingtwo`` to your ``plone.recipe.zope2instance`` section's *eggs* parameter e.g.::
        
            [instance]
            eggs =
                Plone
                …
                plonetheme.earthlingtwo
        
        Select theme
        ~~~~~~~~~~~~
        
        Select and enable the theme from the Diazo control panel. That's it!
        
        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
        -------
        
        The author is not a "license guy", but the earthlingtwo theme is distributed via CC 3.0 license [1]_ and this package is GPL version 2 (assuming that makes sense).
        
        .. _`earthlingtwo`: http://www.freecsstemplates.org/preview/earthlingtwo/
        .. _`plone.app.theming`: http://pypi.python.org/pypi/plone.app.theming
        .. _`Plone 4.1`: http://pypi.python.org/pypi/Plone/4.1rc2
        .. _`CSS Templates`: http://www.freecsstemplates.org/
        
        .. [1] http://www.freecsstemplates.org/license/
        
        Changelog
        =========
        
        0.1 (2011-05-27)
        ------------------
        
        * Initial release [amleczko]
        
Keywords: web zope plone theme diazo
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
