Metadata-Version: 1.0
Name: collective.addthis
Version: 1.3.2
Summary: AddThis addon for Plone CMS
Home-page: https://github.com/collective/collective.addthis
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 CMS.
        
        *Collective.addthis* has customizable addthis url (pointing to your AddThis
        username) and AddThis javascript url (pointing to addthis javascript url).
        By default those settings have random values I got from `addthis.com`_ so
        that testing *collective.addthis* would be easy. Those values are recommended
        to be changed if you're planning to use this addon in production.
        
        There are few other similar addons for Plone which does the same job with
        different approach. If *collective.addthis* doesn't do the job for you I
        suggest to check these out too:
        
        * `collective.prettysociable`_
        * `collective.plonebookmarklets`_
        * `sc.social.bookmarks`_
        * `collective.sharerizer`_
        
        .. _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.3.2 (2012-06-01)
        ------------------
        
        - Fix when work offline [toutpt]
        - Refactor SocialMediaSources to work with plone.app.registry and not
          fecthing them over http on each rendering. [toutpt, pingviini]
        
        1.3.1 (2012-02-08)
        ------------------
        
        - Fixed javascript bug.
        
        1.3 (2012-02-07)
        ----------------
        
        - Added configuration option to hide AddThis button.
        - Fixed bug where addthis broke javascripts when watching content
          without IBelowContentBody provider.
        - Fixed styles to not display border-bottom for link (from Sunbursts 
          public.css).
        - Added hints where to place css & js resources in registry so that
          they get merged with majority of plones own resources.
        
        1.2 (2012-01-31)
        ----------------
        
        - Add Italian translation [giacomos]
        - Added spanish translation [Manuel, Acento Web, S.L.]
        - Uses plone.app.registry for settings [pingviini]
        - Added data_track_callback option [pingviini]
        - Added tests [pingviini]
        - Add french translation. [toutpt]
        - Add collective.googleanalytics integration following 
          http://www.addthis.com/help/google-analytics-integration#.To83N5zOifZ
          [toutpt]
        - Add data_track_addressbar option
          [toutpt]
        
        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 :: 4.1
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
