Metadata-Version: 1.1
Name: sc.social.like
Version: 1.0.1
Summary: Social Like is a Plone package providing simple Google+,
                     Twitter and Facebook integration for Plone
                     Content Types
Home-page: https://github.com/collective/sc.social.like
Author: Simples Consultoria
Author-email: products@simplesconsultoria.com.br
License: GPLv2
Description: =====================================
        Social: Like Actions (sc.social.like)
        =====================================
        
        .. contents:: Table of Contents
           :depth: 2
        
        
        Life, the Universe, and Everything
        ----------------------------------
        
        **Social: Like Actions** is a Plone package (add-on) providing simple Google+,
        Twitter and Facebook integration for Plone Content Types.
        
        This package installs a viewlet with actions to +1, Tweet and Like (or
        Recommend) a content.
        
        Screenshot
        ^^^^^^^^^^
        
        .. image:: https://github.com/collective/sc.social.like/raw/master/docs/screenshot.png
        
        Don't Panic
        -----------
        
        Step 1: Activate it
        ^^^^^^^^^^^^^^^^^^^
        
        Go to the 'Site Setup' page in the Plone interface and click on the
        'Add/Remove Products' link.
        
        Choose the product **Social: Like Actions** (check checkbox at its left side)
        and click the 'Activate' button.
        
        Step 2: Configure it
        ^^^^^^^^^^^^^^^^^^^^
        
        Go to the 'Site Setup' page in the Plone interface and click on the
        'Social Like' link -- under Add-on Configuration.
        
        .. image:: https://github.com/collective/sc.social.like/raw/master/docs/control_panel.png
        
        There you can configure how **Social: Like Actions** will behave, which actions
        will be displayed and for which content types.
        
        Mostly Harmless
        ---------------
        
        .. image:: https://secure.travis-ci.org/collective/sc.social.like.png
            :target: http://travis-ci.org/collective/sc.social.like
        
        Have an idea? Found a bug? Let us know by `opening a support ticket`_.
        
        .. _`opening a support ticket`: https://github.com/collective/sc.social.like/issues
        
        Installation
        ------------
        
        To enable this product in a buildout-based installation:
        
        1. Edit your buildout.cfg and add ``sc.social.like`` to the list of eggs to
           install::
        
            [buildout]
            ...
            eggs =
                sc.social.like
        
        After updating the configuration you need to run ''bin/buildout'', which will
        take care of updating your system.
        
        Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.
        
        Check the box next to ``sc.social.like`` and click the 'Activate' button.
        
        Note: You may have to empty your browser cache and save your resource
        registries in order to see the effects of the product installation.
        
        Share and Enjoy
        ---------------
        
        sc.social.like would not have been possible without the contribution of the
        following people:
        
        - Cleber J. Santos (idea and implementation)
        - André Nogueira
        - Héctor Velarde
        - Erico Andrei
        - Mikel Larreategi
        
        Development sponsored by:
        
        - `Rede Brasil Atual <http://www.redebrasilatual.com.br/>`_
        - `TV1 <http://www.grupotv1.com.br/>`_
        - `Brazilian Government <http://www.planalto.gov.br/>`_
        
        Changelog
        -----------
        
        1.0.1 (2013-03-26)
        ^^^^^^^^^^^^^^^^^
        
        - Fix packaging [ericof]
        
        
        1.0 (2013-03-13)
        ^^^^^^^^^^^^^^^^^^
        
        - Tested Plone 4.3 compatibility. [hvelarde]
        
        - Updated package documentation. [hvelarde]
        
        - Tested Plone 4.2 compatibility. [hvelarde]
        
        - Added basic installation tests. [hvelarde]
        
        
        0.9.1 (2012-06-11)
        ^^^^^^^^^^^^^^^^^^
        
        * FB support for simple language codes [erral]
        
        * Add basque translation [erral]
        
        * We carry the plusone button after the document load [cleberjsantos]
        
        * Correcting language for the buttons [cleberjsantos]
        
        * Added CSS uninstall profile [cleberjsantos]
        
        * Fix FB iframe url [erral]
        
        
        0.9 (2011-11-06)
        ^^^^^^^^^^^^^^^^^^
        
        * Compressed icon ico-sociallike.png with pngout 70% of original 
          [Michael Krishtopa]
        
        * Fix loading buttons for diazo themes [cleberjsantos]
        
        0.8 (2011-08-30)
        ^^^^^^^^^^^^^^^^^^
        
        * Fixed Plone 4.1 compatibility [hvelarde]
        
        * Added testing framework and basic tests [hvelarde]
        
        * Added Spanish translation [hvelarde]
        
        * Fixed "Deadlock when viewing an object on which the user has not the View
          permission" issue with patch provided by glenfant [hvelarde]
        
        
        0.7 (2011-07-12)
        ^^^^^^^^^^^^^^^^^^
        
        * i18n support for Facebook button. Now we check which languages the user
          accepts then provide the right link [erico_andrei]
        
        * Add conditions to show each provider [erico_andrei]
        
        * Refactor viewlet code [erico_andrei]
        
        * Enable controlpanel tabbing [erico_andrei]
        
        
        0.6 (2011-06-09)
        ^^^^^^^^^^^^^^^^^^
        
        * Support for plusone google button [cleberjsantos]
        
        * jQuery Loading the buttons [cleberjsantos]
        
        
        0.5 (2011-04-18)
        ^^^^^^^^^^^^^^^^^^
        
        * Support for Twitter and Facebook [cleberjsantos]
        
        * Initial release [cleberjsantos]
        
Keywords: python plone zope webdev social googleplus facebook twitter
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Office/Business :: News/Diary
Classifier: Topic :: Software Development :: Libraries :: Python Modules
