Metadata-Version: 1.0
Name: collective.twitter.tweet
Version: 1.0b2
Summary: This product provides different twitter actions to be used with content rules.
Home-page: https://github.com/collective/collective.twitter.tweet
Author: Franco Pellegrini
Author-email: frapell@ravvit.net
License: GPL
Description: ========================
        collective.twitter.tweet
        ========================
        
        .. contents:: Table of Contents
        
        Overview
        --------
        
        This product provides a twitter action to be used with content rules.
        
        Prerequisites
        -------------
        
        This product depends on `collective.twitter.accounts`_.
        
        Usage
        -----
        
        Just add this product to your buildout, and you should get the action to be used in the content rules.
        Optionaly, you can specify a separate URL to be used as the beginning of the link.
        
        Example
        -------
        
         - Go to the content rules, and add the "Tweet new content's title and url".
         - Select the account you want to use, or just choose "First valid account"
         - If you have a separate site for your public site, you can specify it in the "separate host" field.
           example: your public site is http://my-site.com/ and your editing one is http://another-host:8080/Plone and you want tweets to use the public host, specify it here.
        
        
        .. _`collective.twitter.accounts`: http://pypi.python.org/pypi/collective.twitter.accounts
        
        Installation
        ------------
        
        To enable this product in a buildout-based installation:
        
        1. Edit your buildout.cfg and add ``collective.twitter.tweet`` to the list
           of eggs to install ::
        
            [buildout]
            ...
            eggs =
                collective.twitter.tweet
        
        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.tweet'' 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@ravvit.net)
        
        Development sponsored by Open Multimedia.
        
        Changelog
        ---------
        
        1.0b2 (2012-09-05)
        ^^^^^^^^^^^^^^^^^^
        
        - Get the object from the catalog, in case it was modified by a previous rule. [frapell]
        
        
        1.0b1 (2012-09-04)
        ^^^^^^^^^^^^^^^^^^
        
        - Initial release.
        
        
Keywords: plone twitter action tweet shorten
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
