Metadata-Version: 1.1
Name: cmsplugin-svg
Version: 0.1.0
Summary: SVG Plugin for django CMS
Home-page: https://github.com/FabriceSalvaire/cmsplugin_svg
Author: Fabrice Salvaire
Author-email: fabrice.salvaire@orange.fr
License: LICENSE.txt
Description: =====================
        Django CMS SVG Plugin
        =====================
        
        Django CMS SVG Plugin provides a plugin that allows you to use SVG image.
        
        Installation
        ------------
        
        This plugin requires `django CMS` 3.0.12 or higher to be properly installed.
        
        * Within your ``virtualenv`` run ``pip install cmsplugin-svg``
        * Add ``'cmsplugin_svg'`` to your ``INSTALLED_APPS`` setting.
        * Run ``manage.py migrate cmsplugin_svg``.
        
        Usage
        -----
        
        TBD
        
        References
        ----------
        
        * https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web
        
        
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: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
