Metadata-Version: 1.1
Name: djangocms-widgets
Version: 0.2.0
Summary: Widget plugin for django CMS
Home-page: UNKNOWN
Author: Jens Diemer
Author-email: UNKNOWN
License: UNKNOWN
Description: =================
        djangocms-widgets
        =================
        
        A widget plugin for djangocms: Include templates into cms pages.
        
        --------
        install:
        --------
        
        ::
        
            INSTALLED_APPS += (
                'djangocms_widgets',
                'djangocms_widgets_socialshareprivacy', # Optional
            )
            
            # The existing templates that can be selected:
            WIDGET_TEMPLATES = (
                ('socialshareprivacy.html', 'SocialSharePrivacy'), # from djangocms_widgets_socialshareprivacy
            )
        
        SocialSharePrivacy widget
        =========================
        
        The SocialSharePrivacy widget is a jQuery plugin for adding social share buttons to your website
        that don't allow the social sites to track your users.
        
        The original code is released under MIT License and can be found here: `http://www.heise.de/extras/socialshareprivacy/ <http://www.heise.de/extras/socialshareprivacy/>`_ (de)
        
        -------
        history
        -------
        
        * v0.2.0 - 29.03.2015
        
            * add initial migrations
        
        * v0.1.0 - 28.03.2015
        
            * initial version
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
Classifier: Framework :: Django
Classifier: Topic :: Communications
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Operating System :: OS Independent
