Metadata-Version: 1.0
Name: cmsplugin-markup
Version: 0.2.3
Summary: Extendable markup content plugin for Django CMS.
Home-page: http://mitar.tnode.com/
Author: Mitar
Author-email: mitar.django@tnode.com
License: AGPLv3
Description: cmsplugin-markup
        ================
        
        An extendable markup content plugin for `Django CMS`_. It allows you to use
        various markup languages for content. It is extendable through its own markup
        plugin system so additional markup languages can be supported. By default it
        supports Markdown_, reST_ and Textile_ markup languages.
        
        .. _Django CMS: https://www.django-cms.org/
        .. _Markdown: http://daringfireball.net/projects/markdown/
        .. _reST: http://docutils.sourceforge.net/rst.html
        .. _Textile: http://textile.sitemonks.com/
        
        Documentation is found at:
        
        http://cmsplugin-markup.readthedocs.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Framework :: Django
