Metadata-Version: 1.1
Name: zinnia-wysiwyg-wymeditor
Version: 1.0
Summary: WYMEditor for editing entries in django-blog-zinnia
Home-page: https://github.com/django-blog-zinnia/zinnia-wysiwyg-wymeditor
Author: Fantomas42
Author-email: fantomas42@gmail.com
License: BSD License
Description: ========================
        zinnia-wysiwyg-wymeditor
        ========================
        
        Zinnia-wysiwyg-wymeditor is a package allowing you to edit your entries
        with `WYMEditor`_.
        
        Installation
        ============
        
        * Install the package on your system: ::
        
          $ pip install zinnia-wysiwyg-wymeditor
        
        * Register the ``'zinnia_wymeditor'`` in your ``INSTALLED_APPS`` after the
          ``'zinnia'`` application.
        
        You are done !
        
        .. _WYMEditor: http://www.wymeditor.org/
        
Keywords: django,zinnia,wysiwyg,wymeditor
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
