Metadata-Version: 1.0
Name: collective.twitter.portlets
Version: 1.0b2
Summary: This product allows you to add different kinds of portlets to your site to get tweets.
Home-page: https://github.com/collective/collective.twitter.portlets
Author: Franco Pellegrini
Author-email: frapell@gmail.com
License: GPL
Description: ============================
        collective.twitter.portlets
        ============================
        
        .. contents:: Table of Contents
        
        Overview
        --------
        
        This product allows you to add different kinds of portlets to your site to get
        tweets.
        
        Prerequisites
        -------------
        
        This product depends on `collective.twitter.accounts`_.
        
        Usage
        -----
        
        Twitter  profile portlet
        ^^^^^^^^^^^^^^^^^^^^^^^^
        
        - Add a "Twitter profile Portlet" wherever you want.
        - Enter a header (if you want one).
        - Choose the Twitter_ account to use from the drop-down (see Prerequisites).
        - Enter the user you want to get the feed from. (username can be with @ or
          not).
        - Mark the checkbox for showing the avatars next to the username, or leave it
          unmarked for not.
        - Choose the maximum results you want to show each time.
        
        Twitter search portlet
        ^^^^^^^^^^^^^^^^^^^^^^
        
        - Add a "Twitter search Portlet" wherever you want.
        - Enter a header (if you want one).
        - Choose the Twitter_ account to use from the drop-down (see Prerequisites).
        - Enter the search string you want to use.
        - Mark the checkbox for showing the avatars next to the username, or leave it
          unmarked for not.
        - Choose the maximum results you want to show each time.
        
        Extras
        ------
        
        From any portlet, you can:
        
        - Click on a "#" starting word (hashtag) to go to Twitter and get further
          results
        - Click on an "@" starting word (usernames) to go to the user profile in
          Twitter.
        
        .. _`collective.twitter.accounts`: http://pypi.python.org/pypi/collective.twitter.accounts
        .. _Twitter: http://twitter.com/
        
        
        Installation
        ------------
        
        To enable this product in a buildout-based installation:
        
        1. Edit your buildout.cfg and add ``collective.twitter.portlets`` to the list
           of eggs to install ::
        
            [buildout]
            ...
            eggs =
                collective.twitter.portlets
        
        2. You may need to extend a five.grok known good set (KGS) to make sure that
           you get the right versions of the packages that make up five.grok ::
        
            [buildout]
            ...
            extends =
                http://good-py.appspot.com/release/five.grok/1.2.0-1
        
        After updating the configuration you need to run ''bin/buildout'', which will
        take care of updating your system.
        
        Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.
        
        Check the box next to ''collective.twitter.portlets'' and click the
        'Activate' button.
        
        Note: You may have to empty your browser cache and save your resource
        registries in order to see the effects of the product installation.
        
        
        Contributors
        ------------
        
        * Franco Pellegrini (frapell@gmail.com)
        
        * Silvestre Huens (s.huens@gmail.com)
        
        * Héctor Velarde (hector.velarde@gmail.com)
        
        * Gonzalo Almeida (flecox@gmail.com)
        
        Development sponsored by Open Multimedia.
        
        Changelog
        ---------
        
        1.0b2 (2012-06-04)
        ^^^^^^^^^^^^^^^^^^
        
        - Tested for Plone 4.2 compatibility. [hvelarde]
        
        - Dependency package collective.prettydate no longer has a GS profile (fixes
          #3). [hvelarde]
        
        - Fixed package distribution. [hvelarde]
        
        
        1.0b1 (2012-04-10)
        ^^^^^^^^^^^^^^^^^^
        
        - Initial release.
        
        
Keywords: plone twitter portlet
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
