Metadata-Version: 1.0
Name: collective.js.twittertext
Version: 1.0
Summary: Add twitter-text.js library to Plone's resource registry
Home-page: https://github.com/collective/collective.js.twittertext
Author: JeanMichel FRANCOIS aka toutpt
Author-email: toutpt@gmail.com
License: GPL
Description: Introduction
        ============
        
        Add twitter-text.js_ to Plone javascript registry. 
        
        This addon doesn't provide new feature.
        
        Version 1.4.14
        Licence: twitter-text.js_ is under `Apache Licence <http://www.apache.org/licenses/LICENSE-2.0>`_
        
        About twitter-text
        ==================
        
        A JavaScript utility that provides text processing routines for Tweets.
        This library conforms to a common test suite shared by many other
        implementations, particularly twitter-text.gem (Ruby). The library provides
        autolinking and extraction for URLs, usernames, lists, and hashtags.
        
        How to use use twitter-text
        ===========================
        
        twitter text is available as twttr.txt namespace.
        
        Example::
        
          $('#content').html(twttr.txt.autoLink($('#content').html()))
        
        Credits
        =======
        
        Companies
        ---------
        
        |makinacom|_
        
          * `Planet Makina Corpus <http://www.makina-corpus.org>`_
          * `Contact us <mailto:python@makina-corpus.org>`_
        
        Authors
        
          - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        .. Contributors
        
        
        .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
        .. _makinacom:  http://www.makina-corpus.com
        .. _twitter-text.js: https://github.com/twitter/twitter-text-js
        
        Changelog
        =========
        
        1.0 (2012-01-19)
        ----------------
        
        - Initial release
        
Keywords: plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Programming Language :: Python
