Metadata-Version: 1.1
Name: plone.formwidget.relateditems
Version: 0.1
Summary: An advanced related items widget for Plone.
Home-page: https://github.com/it-spirit/plone.formwidget.relateditems
Author: it-spirit
Author-email: development@it-spir.it
License: GPL version 2
Download-URL: https://pypi.python.org/pypi/plone.formwidget.relateditems
Description: =============================
        plone.formwidget.relateditems
        =============================
        
        .. image:: https://img.shields.io/pypi/v/plone.formwidget.relateditems.svg
           :target: https://pypi.python.org/pypi/plone.formwidget.relateditems
           :alt: PyPI Version
        
        .. image:: https://img.shields.io/pypi/pyversions/plone.formwidget.relateditems.svg
           :target: https://pypi.python.org/pypi/plone.formwidget.relateditems
           :alt: Supported Python Versions
        
        .. image:: https://img.shields.io/travis/it-spirit/plone.formwidget.relateditems/master.svg
           :target: http://travis-ci.org/it-spirit/plone.formwidget.relateditems
           :alt: Travis CI status
        
        .. image:: https://img.shields.io/coveralls/github/it-spirit/plone.formwidget.relateditems/master.svg
           :target: https://coveralls.io/github/it-spirit/plone.formwidget.relateditems?branch=master
           :alt: Coverage Status
        
        .. image:: https://img.shields.io/readthedocs/ploneformwidgetrelateditems.svg
           :target: http://ploneformwidgetrelateditems.readthedocs.io
           :alt: Documentation
        
        
        Extended related items widget for `Plone <https://plone.org>`_ Websites.
        
        
        Features
        --------
        
        - Adds new widget which allows creation of related content.
        
        
        Documentation
        -------------
        
        Full documentation for end users can be found in the "docs" folder, and is also available online at https://ploneformwidgetrelateditems.readthedocs.io
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - English (source language)
        
        
        Installation
        ------------
        
        Install plone.formwidget.relateditems by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                plone.formwidget.relateditems
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/it-spirit/plone.formwidget.relateditems/issues
        - Source Code: https://github.com/it-spirit/plone.formwidget.relateditems
        - Documentation: https://ploneformwidgetrelateditems.readthedocs.io
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        We have a issue tracker located at: https://github.com/it-spirit/plone.formwidget.relateditems/issues
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Thomas Massmann, thomas.massmann@it-spir.it
        
        
        Changelog
        =========
        
        
        0.1 (2018-01-12)
        ----------------
        
        - Initial release.
          [tmassman]
        
Keywords: Python Plone Widget
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
