[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#577193: ITP: django-markupfield -- Custom Django field for easy use of markup in text fields



Package: wnpp
Severity: wishlist
Owner: Fladischer Michael <FladischerMichael@fladi.at>
Owner: Fladischer Michael <FladischerMichael@fladi.at>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

* Package name    : django-markupfield
  Version         : 1.0.0a2
  Upstream Author : james.p.turk@gmail.com
* URL             : http://pypi.python.org/pypi/django-markupfield/
* License         : BSD
  Programming Lang: Python
  Description     : Custom Django field for easy use of markup in text fields

An implementation of a custom MarkupField for Django. A MarkupField is in 
essence a TextField with an associated markup type. The field also caches 
its rendered value on the assumption that disk space is cheaper than CPU 
cycles in a web application.
It supports this markup types by default:
 * html: allows HTML, potentially unsafe
 * plain: plain text markup, calls urlize and replaces text with linebreaks
And this markups if the appropriate Python module is installed:
 * markdown: default markdown renderer (requires python-markdown)
 * restructuredtext: default ReST renderer (requires python-docutils)
 * textile: default textile renderer (requires python-textile) 


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvAaIQACgkQeJ3z1zFMUGYKWgCeOVAYCDAur8YJBSOyf63iBxIE
ph8An1u0C5GsdXzv+eYv63ak+rehbB70
=ctyY
-----END PGP SIGNATURE-----



Reply to: