Metadata-Version: 1.1
Name: collective.diffbot
Version: 1.0
Summary: difbot.com wrapper for Plone usage
Home-page: http://plone/org/products/collective.diffbot
Author: Alin Voinea
Author-email: contact@avoinea.com
License: GPL
Description: ==================
        collective.diffbot
        ==================
        This tool allows you to use diffbot.com API within your Plone site
        
        Install
        =======
        
        - Add collective.diffbot to your eggs and zcml section in your buildout
          and re-run buildout.
        - Install collective.diffbot within Site Setup > Add-ons
        - Register for a diffbot token at: http://diffbot.com/pricing/
        - Within your Plone Site > Site Setup > Diffbot API add token and other diffbot
          settings
        
        Upgrade
        =======
        
        - Within "Plone > Site setup > Add-ons" click on upgrade button available for
          collective.diffbot (if any)
        
        Usage
        =====
        
        1. Add **diffbot** CSS class to your links::
        
            <a href="http://www.bbc.co.uk/news/uk-21375594"
               class="diffbot">
        
        2. Add **rel** attribute to tell to the system where to display diffbot.com results::
        
            <div class=".diffbot-container"></div>
            <a href="http://www.bbc.co.uk/news/uk-21375594"
               class="diffbot"
               rel=".diffbot-container">
        
        Changelog
        =========
        
        * TODO:
        
          - Cache: Client's browser/localstorage
        
        1.0 (2013-02-13)
        ----------------
        * Initial release
          [avoinea]
        
Keywords: collective diffbot plone zope
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Programming Language :: Zope
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
