Metadata-Version: 1.0
Name: plonetheme.stylized
Version: 0.1
Summary: An installable theme for Plone 3.0
Home-page: http://svn.plone.org/svn/collective/
Author: Timo Stollenwerk
Author-email: timo@zmag.de
License: GPL
Description: Introduction
        ============
        
        An installable theme for Plone 3.0 based on the stylized_ theme by `NodeThirtyThree`_.
        
        .. _stylized: http://www.freecsstemplates.org/preview/stylized
        .. _`NodeThirtyThree`: http://www.nodethirtythree.com/
        
        
        
        Buildout Installation
        =====================
        
        Add the following code to your buildout.cfg::
        
        [buildout]
        ...
        eggs =
        ...
        collective.stylized
        ...
        
        ...
        [instance]
        ...
        zcml =
        ...
        collective.stylized
        ...
        
        Changelog
        =========
        
        0.1 - (2008/10/24)
        ------------------
        
        * Initial release
        
        
Keywords: web zope plone theme
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
