Metadata-Version: 1.1
Name: xmldirector.twitter
Version: 0.1.0
Summary: Plone/XML-Director integration with c-rex.net
Home-page: http://pypi.python.org/pypi/xmldirector.twitter
Author: Andreas Jung
Author-email: info@zopyx.com
License: GPL
Description: xmldirector.twitter
        ===================
        
        Integration of 
        
        - Plone (https://www.plone.org)
        - Twitter
        
        Requirements
        ------------
        
        - Plone 4.3 (tested)
          
        - Plone 5.0 (experimental, in progress)
        
        - XML Director (xmldirector.plonecore)
        
        
        Usage
        -----
        
        First you need to register your own App as Twitter developer.
        on https://apps.twitter.com/. Your application must be configured
        for full twitter access. The application key and application secret
        must be configured globally inside your Plone site setup -> XML Director
        Twitter setting.
        
        A ``Connector`` instance must be authorized with Twitter (see ``Twitter``
        tab/action).
        
        The connection URL for a ``Connector`` connected to Twitter must be
        ``twitter://twitter.com/``.
        
        
        License
        -------
        This package is published under the GNU Public License V2 (GPL 2)
        
        Source code
        -----------
        See https://github.com/xml-director/xmldirector.twitter
        
        Bugtracker
        ----------
        See https://github.com/xml-director/xmldirector.twitter/issues
        
        
        Author
        ------
        | Andreas Jung/ZOPYX
        | Hundskapfklinge 33
        | D-72074 Tuebingen, Germany
        | info@zopyx.com
        | www.zopyx.com
        
        
        Changelog
        =========
        
        0.1.0 (2016-04-10)
        ------------------
        
        - initial release
        
Keywords: xml-director twitter XML Plone Python
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Zope2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
