Metadata-Version: 1.0
Name: plonetheme.solemnity
Version: 0.6
Summary: An installable theme for Plone 3.0 based on the solemnity theme by Six Shooter Media.
Home-page: http://svn.plone.org/svn/collective/plonetheme.solemnity
Author: Timo Stollenwerk
Author-email: timo@zmag.de
License: GPL
Description: Introduction
        ============
        
        An installable theme for Plone 3.0 based on the solemnity_ theme by `Six Shooter Media`_.
        
        .. _solemnity: http://www.sixshootermedia.com/ostemplates/solemnity/
        .. _`Six Shooter Media`: http://www.sixshootermedia.com/
        
        
        
        Buildout Installation
        =====================
        
        Add the following code to your buildout.cfg::
        
        [buildout]
        ...
        eggs =
        ...
        plonetheme.solemnity
        ...
        
        ...
        [instance]
        ...
        zcml =
        ...
        plonetheme.solemnity
        ...
        
        Changelog
        =========
        
        0.6 (2009/03/12)
        ----------------
        
        * Bugfix for #1 (ConfigurationExecutionError: No such file or directory: '/Applications/Plone/buildout-cache/eggs/plonetheme.solemnity-0.5-py2.4.egg/plonetheme/solemnity/skins/plonetheme_solemnity_custom_images')
        
        
        0.5 (2008/10/24)
        ----------------
        
        * Initial release
        
        
Keywords: web zope plone theme
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
