Metadata-Version: 1.0
Name: uwosh.pfg.d2c
Version: 0.2
Summary: A PloneFormGen adapter that will save the data from a form to an actual content type. This way you can still use permissions, workflows, etc on the form data.
Home-page: http://svn.plone.org/svn/plone/plone.example
Author: Nathan Van Gheem
Author-email: vangheem@gmail.com
License: GPL
Description: Introduction
        ============
        
        uwosh.pfg.(d)ata(2)(c)ontent
        
        This product provides a dynamic content type to store PloneFormGen form
        data into. It leverages schemaextenders ability to dynamically add extra
        fields on a content type so that you essentially get a persistent copy of
        your form.
        
        The product adds a "Save Data to Content Adapter" item to the "Add new.." drop
        down for the PloneFormGen Form. Once enabled, when a user submits a form,
        a new content item is created with that data and located in the adapter.Changelog
        =========
        
        0.2 (2010-07-27)
        ----------------
        
        - fix egg distro not including docs folder so the product wouldn't install
        
        - fixed file fields not saving
        
        0.1 (2010-07-27)
        ------------------
        
        - initial release
        
        Contributors
        ************
        
        Nathan Van Gheem, Author
        
        
        
Keywords: ploneformgen plone forms adapter uwosh
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
