Metadata-Version: 1.1
Name: djangocms-slideshow
Version: 0.1.5
Summary: A simple django cms slideshow plugin
Home-page: https://github.com/urga/djangocms-slideshow
Author: Urga
Author-email: dries@urga.be
License: GNU
Description: djangocms-slideshow
        ===================
        
        A simple django cms slideshow plugin.
        
        Features:
        
        * The images can be arranged.
        * Each image can have a url specified (creating an anchor around the image)
        * By default, creates a [flexslider](http://www.woothemes.com/flexslider/) slideshow.
        
        Installation
        ------------
        
        This plugin requires `django CMS 3.0` or higher to be properly installed and configured.
        
        To install:
        
        * run `pip install djangocms-slideshow` on your virtualenv
        * add `slideshow` to your `INSTALLED_APPS` setting
        * Run `./manage.py migrate slideshow`
        
        Usage
        -----
        
        To use a custom template, just add `slideshow.html` in directory `templates/slideshow` of your Django project.
Keywords: slideshow,django,cms,plugin
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Multimedia :: Graphics :: Viewers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
