Metadata-Version: 1.0
Name: collective.formtoy
Version: 0.2
Summary: A tool to mock up ad hoc forms in Plone
Home-page: http://svn.plone.org/svn/collective/
Author: Alex Clark
Author-email: aclark@aclark.net
License: GPL
Description: Introduction
        ============
        
        This package allows you to experiment with the Zope 2 publisher's marshalling
        features, as described here:
        
        - http://docs.zope.org/zope2/zdgbook/ObjectPublishing.html#marshalling-arguments-from-the-request
        
        collective.formtoy Installation
        -------------------------------
        
        If you are using zc.buildout and the plone.recipe.zope2instance
        recipe to manage your project, you can do this:
        
        * Add ``collective.formtoy`` to the list of eggs to install, e.g::
        
        [instance]
        ...
        eggs =
        ...
        collective.formtoy
        
        * Re-run buildout, e.g. with::
        
        $ ./bin/buildout
        
        Changelog
        =========
        
        0.2 - 07/13/2010
        -------------------
        
        - Fix up docs
        
        0.1 - 07/13/2010
        -------------------
        
        - Initial release
        
Keywords: html forms,developer tools
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
