Metadata-Version: 1.0
Name: z3c.rotterdam
Version: 1.0.1
Summary: A version of the rotterdam skin which supports z3c.pagelet and z3c.form
Home-page: http://pypi.python.org/pypi/z3c.rotterdam
Author: Kevin Gill and the Zope Community
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Introduction
        ============
        
        This skin is a derivative of the zope.app.rotterdam.Rotterdam skin, which
        supports pagelets, forms and javascript forms.
        
        Usage
        =====
        
        z3c.rotterdam includes the information needed to configure itself. To add it
        to your configuration;
        
        1.  Add it to your buildout...
        
        eggs=...
        z3c.rotterdam
        
        2.  To use the skin, you can use a traversal adapter:
        
        http://localhost:8080/++skin++z3c_rotterdam/index.html
        
        3.  To configure this as your default skin, add this line to your
        site.zcml file:
        
        &lt;includeOverrides package="z3c.rotterdam" file="default_skin.zcml" /&gt;
        
        
        
        Changelog
        =========
        
        1.0.1dev - Unreleased
        ----------------
        
        * Initial release
        
        
Keywords: zope3 pagelet form skin
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
