Metadata-Version: 1.0
Name: collective.addthis
Version: 1.1.1
Summary: AddThis addon for Plone CMS
Home-page: http://bitbucket.org/pingviini/collective.addthis/wiki/Home
Author: Jukka Ojaniemi
Author-email: jukka.ojaniemi@jyu.fi
License: GPL
Description: Introduction
        ============
        
        *collective.addthis* is a simple Plone addon which brings `addthis.com`_ 
        services to Plone pages under document actions.
        
        *collective.addthis* has customizable addthis url (pointing to your addthis
        username) and addthis javascript url (pointing to addthis javascript url).
        Those settings have default values which I got from `addthis.com`_ so that testing
        collective.addthis is easy. Those values are recommended to be changed if you're
        actually planning to use this addon.
        
        There are few other similar addons for Plone (`collective.prettysociable`_,
        `collective.plonebookmarklets`_, `sc.social.bookmarks`_) which does the same job,
        but they were too much customized to some direction to suit some specific needs.
        New `collective.sharerizer`_ is closest relative to *collective.addthis*. Differences
        between these two are that collective.sharerizer overrides document_actions where
        collective.addthis is placed under them in it's own viewlet.
        
        .. _addthis.com: http://www.addthis.com 
        .. _collective.prettysociable: http://plone.org/products/collective.prettysociable
        .. _collective.plonebookmarklets: http://plone.org/products/plonebookmarklets
        .. _sc.social.bookmarks: http://plone.org/products/sc.social.bookmarks
        .. _collective.sharerizer: http://plone.org/products/collective.sharerizer
        
        Changelog
        =========
        
        1.1.1 Released 2011-08-18
        -------------------------
        - Fixed packaging problems.
        
        1.1 Released 2011-08-17
        -----------------------
        - Added a configuration setting that allows the user to select which
          chicklets display on the page. [pumazi]
        
        1.0.3 Released 2010-11-26
        -------------------------
        - External javascript cannot be cached, cooked or merged (klingel).
        - Removed a comma from the javscript to fix an error in IE (huub_bouma).
        - Changed the default UI langage from Finnish to English (huub_bouma).
        
        1.0.2 Released 2010-03-15
        -------------------------
        - Added random addthis url to jsregistry.
        - Changed GS profile name (collective.addthis -> default).
        
        1.0.1 Released 2010-03-03
        -------------------------
        - Package had missing locales folder and was broken. Fixed and tested.
          that everything works correctly now.
        
        1.0 Released 2010-03-03
        -----------------------
        - Initial release.
        - Adds addthis viewlet under content body.
        
Keywords: AddThis
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
