Metadata-Version: 1.0
Name: cmsplugin-socialbuttons
Version: 0.1
Summary: A simple plugin for adding social buttons.
Home-page: https://github.com/jurheinsieg/cmsplugin-socialbuttons
Author: Raphael Jasjukaitis
Author-email: webmaster@raphaa.de
License: UNKNOWN
Description: cmsplugin-socialbuttons
        =======================
        
        A simple plugin for adding social buttons.
        
        Default icons by Paul Robert Lloyd
        (http://paulrobertlloyd.com/2009/06/social_media_icons)
        
        
        Supported buttons
        -----------------
        
        At the moment, following buttons are available:
        
          * Facebook
          * Twitter
          * YouTube
          * Google+
          * RSS
          * Foursquare
          * GitHub
          * Instagram
          * Flickr
        
        Feel free and fork this, so that you can add your required button. Don't forget
        to push your changeset!
        
        
        Installation
        ------------
        
        Using pip you can simply type into a terminal:
        
          pip install cmsplugin-socialbuttons
        
        
        Configuration
        -------------
        
        Add ``cmsplugin_socialbuttons`` to the list of ``INSTALLED_APPS`` in your
        ``settings.py`` file.
        
        
        Please make sure, that jQuery is provided!
        
        
        Icons
        -----
        
        Icons from http://icondock.com/free/vector-social-media-icons
        
        
        LICENSE
        -------
        
        Released under the BSD license.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
