Metadata-Version: 1.1
Name: cmsplugin-svg
Version: 0.1.2
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-Content-Type: UNKNOWN
Description: .. image:: https://badge.fury.io/py/cmsplugin-svg.svg
        	   :target: https://badge.fury.io/py/cmsplugin-svg
        
        .. image:: https://img.shields.io/pypi/dm/cmsplugin-svg.svg
        	   :target: https://pypi.python.org/pypi/cmsplugin-svg
        
        .. image:: https://img.shields.io/pypi/status/cmsplugin-svg.svg
        	   :target: https://pypi.python.org/pypi/cmsplugin-svg
        
        .. image:: https://img.shields.io/pypi/pyversions/cmsplugin-svg.svg
        	   :target: https://pypi.python.org/pypi/cmsplugin-svg
        
        .. image:: https://img.shields.io/pypi/l/cmsplugin-svg.svg
        	   :target: https://raw.githubusercontent.com/FabriceSalvaire/cmsplugin-svg/master/LICENSE.txt
        
        =====================
        Django CMS SVG Plugin
        =====================
        
        `Django CMS <https://www.django-cms.org>`_ SVG Plugin provides a plugin that allows you to use `SVG <https://www.w3.org/Graphics/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 :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
