Metadata-Version: 2.1
Name: collective.portlet.existingcontent
Version: 1.0.1
Summary: Existing Content Portlet
Home-page: https://pypi.python.org/pypi/collective.portlet.existingcontent
Author: Markus Hilbert
Author-email: markus.hilbert@iham.at
License: GPL version 2
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        ==================================
        collective.portlet.existingcontent
        ==================================
        
        Allows to show data of an existing content object (Document) inside a portlet.
        
        
        Features:
        ---------
        
        - add & change "Existing Content" Portlet.
        - relate to Document object.
        - allow/disallow display of the Document title
        - allow/disallow display of the Document description
        - allow/disallow display of the Document text
        
        Todo:
        -----
        
        - allow/disallow display of the Document leadimage
        - control which content types are allowed
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - English
        - German
        
        
        Installation
        ------------
        
        Install collective.portlet.existingcontent by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.portlet.existingcontent
        
        
        and then running ``bin/buildout``
        
        
        Support & Contribute
        --------------------
        
        If you are having issues, please let us know.
        
        - Issue Tracker: https://github.com/collective/collective.portlet.existingcontent/issues
        - Source Code: https://github.com/collective/collective.portlet.existingcontent
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Markus Hilbert, markus.hilbert@iham.at
        
        
        Changelog
        =========
        
        
        1.0.1 (2019-05-13)
        ------------------
        
        - Removed image related fields from schema.
          [iham]
        
        
        1.0.0 (2019-05-10)
        ------------------
        
        - Initial release.
          [iham]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
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
