Metadata-Version: 1.0
Name: collective.pfg.dexterity
Version: 0.3.0
Summary: Installs dexterity content creation adapter for PloneFormGen.
Home-page: https://github.com/datakurre/collective.pfg.dexterity/
Author: Asko Soukka
Author-email: asko.soukka@iki.fi
License: ZPL
Description: Dexterity PFG Adapter
        =====================
        
        This is an experimental PloneFormGen adapter for creating dexterity content
        using a form created with PloneFormGen through-the-web.
        
        At least the basic text input fields and file field should work.
        
        If the form is published, also visitors may create content submitting it.
        
        Why would anyone want to create Dexterity content using PFG?
        
        Well...
        
        1. Create a new custom submission content type through-the-web using
           `plone.app.dexterity <http://pypi.python.org/pypi/plone.app.dexterity>`_.
        2. Create a custom tracker workflow for it using
           `plone.app.workflowmanager <http://pypi.python.org/pypi/plone.app.workflowmanager>`_.
        3. Create a custom submission form using
           `PloneFormGen <http://pypi.python.org/pypi/Products.PloneFormGen>`_
           and this adapter.
        4. ...
        5. Profit.
        
        If you like the idea and think this could be useful, please, contribute at:
        https://github.com/datakurre/collective.pfg.dexterity
        
        Changelog
        =========
        
        0.3.0 – 2011-09-09
        ------------------
        
        - Updated heuristics in adapting PFG values for zope.schema.
          More field combinations should work now.
        
        0.2.3 – 2011-09-07
        ------------------
        
        - Added French translation (bklups).
        
        0.2.2 – 2011-09-06
        ------------------
        
        - Fixed broken package.
        
        0.2.1 – 2011-09-05
        ------------------
        
        - Uses z3c.form adapters to convert data from request to field value.
        
        0.1.0 – 2011-08-28
        ------------------
        
        - Proof of concept
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
