Metadata-Version: 1.0
Name: collective.pfg.dexterity
Version: 0.5.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 product installs a custom PloneFormGen adapter for creating new dexterity
        content objects from PloneFormGen form submissions.
        
        Dexterity content types must be defined by other packages or be created using
        the dexterity schema editor, but otherwise the installed *Content Adapter* can
        be used as a part of existing PloneFormGen adapter chains.
        
        Also *Content Adapters* can be chained: the first adapter can be used to
        create a folder and selecting the adapter as a target folder for the next
        adapter, it will try to create content below that newly created folder.
        
        When the form is published, also visitors may create content by submitting it.
        
        By default the content is created using the permissions of the owner of the
        *Content Adapter* object, but there's an option to allow logged-in form
        submitter to own the content after creation.
        
        This product could be used with other known packages to create a more complete
        *through-the-web* -experience on Plone. For example:
        
        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.
        
        This product may not yet support all of the PloneFormGen's or Dexterity's
        fields. If you like the idea and think this could be useful, please,
        contribute at: https://github.com/datakurre/collective.pfg.dexterity
        
        P.S. If you find it redundant to first create a PloneFormGen-form and then
        define a similar dexterity content type, check out if `uwosh.pfg.d2c
        <http://pypi.python.org/pypi/uwosh.pfg.d2c>`_ is a better fit for you.
        
        Changelog
        =========
        
        0.5.0 – 2012-01-20
        ------------------
        
        - Added (hidden) support for adapter chaining to allow creation of
          hierarchical structures.
        
        0.4.0 – 2012-01-18
        ------------------
        
        - Refactored to masquerade as an owner of the adapter while creating content.
        - Added option to make logged-in submitter the owner of the created content.
        - Added option to save the URL of the created content onto request, for
          example, to be shown on a thanks page.
        
        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
