Metadata-Version: 1.1
Name: kotti-socialbuttons
Version: 0.1a2
Summary: Social media buttons add on for Kotti
Home-page: https://github.com/j23d/kotti_socialbuttons
Author: Kotti developers
Author-email: kotti@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: kotti_socialbuttons
        *******************
        
        This add on add `socialshareprivacy`_ to Kotti that allows you to add social media buttons to your site.
        Add `<div class="socialshareprivacy" />` to the template of your content type, where the buttons should appear. In the settings section you can choose the buttons to include, namely Twitter, Facebook and Google+.
        
        |pypi|_
        |downloads_month|_
        |license|_
        |build_status_stable|_
        
        .. |pypi| image:: https://img.shields.io/pypi/v/kotti_socialbuttons.svg?style=flat-square
        .. _pypi: https://pypi.python.org/pypi/kotti_socialbuttons/
        
        .. |downloads_month| image:: https://img.shields.io/pypi/dm/kotti_socialbuttons.svg?style=flat-square
        .. _downloads_month: https://pypi.python.org/pypi/kotti_socialbuttons/
        
        .. |license| image:: https://img.shields.io/pypi/l/kotti_socialbuttons.svg?style=flat-square
        .. _license: http://www.repoze.org/LICENSE.txt
        
        .. |build_status_stable| image:: https://img.shields.io/travis/j23d/kotti_socialbuttons/production.svg?style=flat-square
        .. _build_status_stable: http://travis-ci.org/j23d/kotti_socialbuttons
        
        `Find out more about Kotti`_
        
        Development happens at https://github.com/j23d/kotti_socialbuttons
        
        .. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti
        
        Setup
        =====
        
        To enable the extension in your Kotti site, activate the configurator::
        
            kotti.configurators =
                kotti_settings.kotti_configure
                kotti_socialbuttons.kotti_configure
        
        
        Development
        ===========
        
        |build_status_master|_
        
        .. |build_status_master| image:: https://img.shields.io/travis/j23d/kotti_socialbuttons/master.svg?style=flat-square
        .. _build_status_master: http://travis-ci.org/j23d/kotti_socialbuttons
        
        Contributions to kotti_socialbuttons are highly welcome.
        Just clone its `Github repository`_ and submit your contributions as pull requests.
        
        .. _tracker: https://github.com/j23d/kotti_socialbuttons/issues
        .. _Github repository: https://github.com/j23d/kotti_socialbuttons
        .. _socialshareprivacy : https://github.com/patrickheck/socialshareprivacy
        
        
        History
        =======
        
        0.1-alpha.2 - 2016-05-29
        ------------------------
        
        - Added german translations.
        
        
        0.1-alpha.1 - 2016-05-29
        ------------------------
        
        - Initial release.
        
Keywords: kotti web cms wcms pylons pyramid sqlalchemy bootstrap
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: Repoze Public License
