Metadata-Version: 1.0
Name: plonetheme.transition
Version: 1.3
Summary: An installable Diazo theme for Plone 4.1
Home-page: http://github.com/gyst/plonetheme.transition
Author: Guido Stevens
Author-email: guido.stevens@cosent.net
License: UNKNOWN
Description: Introduction
        ============
        
        The ``plonetheme.transition`` package uses the *theming & packaging* features
        available in `plone.app.theming`_ to make the theme `transition`_ easily
        available in `Plone 4.1`_.
        
        .. image:: https://github.com/gyst/plonetheme.transition/raw/master/screenshot.png
        
        .. _`transition`: http://www.freecsstemplates.org/preview/transition/
        .. _`plone.app.theming`: http://pypi.python.org/pypi/plone.app.theming
        .. _`Plone 4.1`: http://pypi.python.org/pypi/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.
        
        Zip file
        ---------------------
        
        If you are an end user, you might enjoy installation via zip file import.
        
        1. Download the zip file: https://github.com/gyst/plonetheme.transition/raw/master/transition.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.transition`` to your ``plone.recipe.zope2instance`` section's *eggs* parameter e.g.::
        
            [instance]
            eggs =
                Plone
                plonetheme.transition
        
        Select theme
        ---------------------
        
        Select and enable the theme from the Diazo control panel. That's it!
        
        Changelog
        =========
        
        1.1 (2012-03-23)
        ----------------
        
        - Minor CSS improvements [gyst]
        
        1.0 (2012-01-06)
        ----------------
        
        - FreeCSS template port to Plone theme [gyst]
        
        
        
        Credits
        =======
        
        Transition_ styling provided by Free CSS templates.
        
        Plone packaging based on `plonetheme.bananaleaf`_ by [giacomos]
        
        .. _Transition: http://www.freecsstemplates.org/preview/transition/
        .. _plonetheme.bananaleaf: http://pypi.python.org/pypi/plonetheme.bananaleaf
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
