Metadata-Version: 1.0
Name: collective.skinny
Version: 0.1
Summary: Plone theming for mortals: A simple example to get you started quickly with your own public skin
Home-page: http://pypi.python.org/pypi/collective.skinny
Author: Daniel Nouri
Author-email: daniel.nouri@gmail.com
License: LGPL
Description: collective.skinny
        =================
        
        An example implementation of a separate, public-facing skin as
        discussed at:
        
        http://danielnouri.org/blog/devel/zope/plone-3-theming-for-mortals.html
        http://danielnouri.org/blog/devel/zope/plone-3-theming-for-mortals-part2.html
        http://weblion.psu.edu/news/viewlets-barriers-for-plone-newbies
        
        Look at the package's ``configure.zcml`` file for instructions on how
        to activate the public skin.
        
        This package is meant as a template to be copied and modified.  Make
        sure you replace all occurrences of ``collective`` and ``skinny`` when
        you do so.  I plan to make this package a ZopeSkel template once it's
        proven to be robust.
        
        Changelog
        =========
        
        0.1 - 2009-01-22
        ----------------
        
        * Initial release [nouri]
        
Keywords: plone zope public skin template
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
