Metadata-Version: 1.0
Name: cmsplugin-googlegroups-widgets
Version: 0.1
Summary: Google Groups widgets for django-cms 2.2
Home-page: http://bitbucket.org/tonioo/cmsplugin-googlegroups-widgets
Author: Antoine Nguyen
Author-email: tonio@ngyn.org
License: BSD
Description: ====================================
        Google groups widgets for Django CMS
        ====================================
        
        This extension provides the following plugins:
        
        * *Google groups subscription*: wraps subscribe box into a Django CMS
           plugin, can be easily integrated into pages
        
        Requirements
        ============
        
        * `Django CMS >= 2.2 <http://django-cms.org>`_
        
        Installation
        ============
        
        If you want to use those plugins into your project, just follow this
        procedure:
        
        #. Open the *settings.py* file and add ``cmsplugin_googlegroups_widgets`` to the
           ``INSTALLED_APPS`` variable
        
        #. Run the following command::
        
            $ ./manage.py syncb
        
Keywords: django,django-cms,google groups,widgets
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
