Metadata-Version: 1.0
Name: plonetheme.mimbo
Version: 0.4
Summary: An installable theme for Plone 3.0 based on the Mimbo theme by Darren Hoyt
Home-page: http://svn.plone.org/svn/collective/plonetheme.mimbo
Author: Timo Stollenwerk
Author-email: timo@zmag.de
License: GPL
Description: Introduction
        ============
        
        An installable theme for Plone 3.0 based on the Mimbo_ theme by `Darren Hoyt`_.
        
        .. _Mimbo: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released
        .. _`Darren Hoyt`: http://www.darrenhoyt.com/
        
        
        
        Buildout Installation
        =====================
        
        Add the following code to your buildout.cfg::
        
        [buildout]
        ...
        eggs =
        ...
        plonetheme.mimbo
        ...
        
        ...
        [instance]
        ...
        zcml =
        ...
        plonetheme.mimbo
        ...
        
        Changelog
        =========
        
        0.4 - (2009/04/19)
        ------------------
        
        * main_template removed to regain viewlet flexibility
        * css files merged into main.css
        * fix issue #3: style of "title" and "description" is wrong
        * fix issue #7: Display/CSS bugs in IE
        
        0.3 - (2009/02/04)
        ------------------
        
        * css fixes
        * main_template clean up
        
        0.2 - (2008/12/23)
        ------------------
        
        * Initial release
        
        
Keywords: web zope plone theme
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
