Metadata-Version: 1.0
Name: collective.twitterportlet
Version: 0.4dev
Summary: A Twitter portlet for Plone.
Home-page: http://sharkbyte.co.uk
Author: Sharkbyte Studios
Author-email: support@sharkbyte.co.uk
License: GPL
Description: Introduction
        ============
        
        A Twitter portlet for Plone. This portlet allows you to track the 'tweets' of a particular user. You can add as many portlets as you like. The tweets are cached for one minute.
        
        Add to your buildout:
        
        eggs =
        collective.twitterportlet
        ....
        zcml =
        collective.twitterportlet
        
        Install this portlet into your Plone site using the Add products in Site Setup or through the QuickInstaller. Add Twitter portlets wherever you need, using the 'Manage portlets' interface.
        
        Changelog
        =========
        
        1.0 - Unreleased
        ----------------
        
        * Initial release
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
