Metadata-Version: 1.0
Name: collective.portlet.pythonscript
Version: 1.0.1
Summary: Portlet rendering collection of items returned by customizable Python scripts
Home-page: https://github.com/collective/collective.portlet.pythonscript
Author: Tomasz Mackowiak
Author-email: tomasz.mackowiak@stxnext.pl
License: GPLv2
Description: collective.portlet.pythonscript
        ===============================
        
        This add-on product adds ability to use 'Script (Python)' objects as source
        of items to display in a 'Python Script Portlet'.
        
        Usage
        =====
        Manager adds 'Script (Python)' objects to the Plone site. The scripts need to
        return an iterable of portal catalog brains (or objects adaptable to
        IPythonScriptPortletItem).
        
        Manager goes into control panel and in 'Scriptable Portlets' selects option to
        rescan site for 'Script (Python)' objects. Now the control panel section should
        list the added scripts.
        
        Manager enables scripts for use in portlets.
        
        User edits portlets assigned in any place in the site. He can add new
        'Python Script' portlet. Each portlet has a title and script used to render results.
        User can limit number of shown results.
        
        Site displays results of the query inside the portlet.
        
        Contributors
        ============
        
        - Tomasz Maćkowiak, Original Author
        
        Changelog
        =========
        
        1.0.1 (June 25, 2013)
        --------------------
        
        - Not displaying the portlet at all when there's no results
          items returned
          [radekj]
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
