public
Description: Convert text markup to html. Markdown, rST, Textile etc.
Homepage: http://docs.mahner.org/django-markup/
Clone URL: git://github.com/bartTC/django-markup.git
name age message
file .gitignore Loading commit data...
file AUTHORS
file LICENSE Wed Jun 17 03:36:07 -0700 2009 Added license and setup.py. [bartTC]
file MANIFEST.in
file README.rst
directory docs/ Thu Jul 30 14:00:45 -0700 2009 Mentioned WikiCreole in the docs. Tagged with 0.3. [bartTC]
file setup.cfg
file setup.py
directory src/
README.rst

django-markup

This app is a generic way to provide filters that convert text into html.

The documentation is available with this package in the docs/ folder or online under this url: http://docs.mahner.org/django-markup/

Changelog

v0.3 (2009-07-29):

django-markup now ships with a builtin creole parser. Advantage is, that the recently used Creoleparser library needs the Genshi lib, which needs a c-compiler and so on. The builtin creole parser is a pure python library without any dependencies and follows the wikicreole.org specifications.

django-markup uses the WikiCreole library.