Metadata-Version: 1.1
Name: djangocms-wow
Version: 0.0.2
Summary: Plugin for django-cms to include awesome animations from WOW.js and Animate.css
Home-page: https://github.com/narayanaditya95/djangocms-wow
Author: Aditya Narayan
Author-email: narayanaditya95@gmail.com
License: LICENSE.txt
Description: djangocms-wow
        =======================
        
        Plugin for django-cms to include awesome animations from `WOW`_.js and `Animate`_.css
        
        .. WOW: http://mynameismatthieu.com/WOW/
        .. Animate: http://daneden.github.io/animate.css/
        
        
        Installation
        ------------
        
        This plugin requires `django CMS` 3.0 or higher to be properly installed.
        
        * In your projects `virtualenv`, run ``pip install djangocms-text-ckeditor``.
        * If using Django 1.6 add ``'djangocms_wow': 'djangocms_wow.south_migrations',``
          to ``SOUTH_MIGRATION_MODULES``  (or define ``SOUTH_MIGRATION_MODULES`` if it does not exists);
        * Run ``manage.py migrate djangocms_text_ckeditor``.
        
        
        Usage
        -----
        
        Default content in Placeholder
        ******************************
        
        If you use Django-CMS >= 3.0, you can use ``Animation`` in "default_plugins"
        (see docs about the CMS_PLACEHOLDER_CONF setting in Django CMS 3.0).
        
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Communications
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
