Metadata-Version: 2.0
Name: django-ghostdown
Version: 0.1.2
Summary: Ghost-like markdown editor as a Django form widget.
Home-page: https://github.com/uranusjr/django-ghostdown
Author: Tzu-ping Chung
Author-email: uranusjr@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: django

================
Django Ghostdown
================

Cloning Ghost's markdown editor to Django.

+++++++
License
+++++++

Django Ghostdown is released under the clause of the MIT License. You may find
a copy of the license inside the ``LEGAL`` directory, or at the Open Source
Initiative website at ``http://opensource.org/licenses/MIT``.

The editor frontend is base on the Ghost Markdown Editor from the Ghost
Project, extracted by Tim Badolato in his `Ghost Markdown Editor`_ repository.
Modified and redistributed under the terms of the MIT License. You may find
a copy of the original license inside the ``LEGAL`` directory.


.. _`Ghost Markdown Editor`: https://github.com/timsayshey/Ghost-Markdown-Editor


