Metadata-Version: 1.1
Name: django-wmd
Version: 0.0.2
Summary: A wmd-editor for django applications
Home-page: https://github.com/lispython/django-wmd
Author: Alexandr Lispython
Author-email: alex@obout.ru
License: BSD
Description: Welcome to django_wmd's documentation!
        ======================================
        
        A wmd-editor for django application
        
        .. image:: https://travis-ci.org/Lispython/django_wmd.png?branch=master
        	   :target: https://travis-ci.org/Lispython/django_wmd
        
        
        INSTALLATION
        ------------
        
        To use jinja-kit use `pip` or `easy_install`:
        
        ``pip install django_wmd``
        
        or
        
        ``easy_install django_wmd``
        
        
        DJANGO USAGE
        ------------
        
        
        Added ``wmd`` to your ``INSTALLED_APPS``:
        
        .. code-block:: python
        
           INSTALLED_APPS += 'wmd',
        
        
        
        
        CONTRIBUTE
        ----------
        
        Fork https://github.com/lispython/django-wmd/ , create commit and pull request.
        
        
Platform: Linux
Platform: Mac
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
