Metadata-Version: 1.1
Name: cmsplugin-sections
Version: 0.0.5
Summary: Plugins to aide creating “single page scroller” websites.
Home-page: https://github.com/mkoistinen/cmsplugin-sections
Author: Martin Koistinen
Author-email: mkoistinen@gmail.com
License: LICENSE.txt
Download-URL: https://github.com/mkoistinen/cmsplugin-sections/tarball/0.0.1
Description: cmsplugin-sections
        ==================
        
        A simple plugin for making fantastic "single-page scroller" websites
        
        ## INSTALLATION
        
        pip install https://github.com/mkoistinen/cmsplugin-sections/archive/master.zip
        
        Then, add 'cmsplugin_sections' to your INSTALLED_APPS.
        
        Currently this plugin REQUIRES Django 1.7 for trivial reasons. It will probably get adapted to 1.6 very shortly.
        
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
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: Programming Language :: Python :: 2.7
