Metadata-Version: 2.1
Name: collective.easyformplugin.createdx
Version: 1.0a3
Summary: Create dexterity objects from easyform submissions
Home-page: https://github.com/collective/collective.easyformplugin.createdx
Author: Peter Holzer
Author-email: peter.holzer@agitator.com
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.easyformplugin.createdx
Project-URL: Source, https://github.com/collective/collective.easyformplugin.createdx
Project-URL: Tracker, https://github.com/collective/collective.easyformplugin.createdx/issues
Description: ==================================
        collective.easyformplugin.createdx
        ==================================
        
        Create dexterity objects from easyform submissions
        
        Features
        --------
        
        - Easyform action to create dexterity items
        - Converters to meet the target fields requirements for example a data_handler
          to add timezone info to be able to create events.
        
        
        Documentation
        -------------
        
        - Install the addon within your Plone site
        - From the actions menu choose edit actions and add a new action
          "Create dexterity content"
        - Choose a location where the items should be create
        - Choose the desired content type
        - Map your form field ids to the item field ids and add converters as needed
        
        
        Available converters
        --------------------
        
        - plaintext_to_intellitext: converts plain text to html,
        - datetime_with_timezone: adds portal default timezone to datetime,
        
        
        
        Mapping 
        -------
        
        Field mapping format: "formFieldId itemFieldId:fieldtype"
        Make sure you have at least the title mapping defined, because it will also be used to create the id of the item!
        
        Example::
        
            topic title
            comments text:plaintext_to_intellitext
            event_start start:datetime_with_timezone
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.easyformplugin.createdx/issues
        - Source Code: https://github.com/collective/collective.easyformplugin.createdx
        - Documentation: https://docs.plone.org/foo/bar
        
        
        Support
        -------
        
        If you are having issues, please let us know on the issue tracker.
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Peter Holzer, peter.holzer@agitator.com
        
        
        Changelog
        =========
        
        
        1.0a1 (unreleased)
        ------------------
        
        - Initial release.
          [agitator]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.1
Classifier: Framework :: Plone :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: ==2.7, >=3.6
Provides-Extra: test
