| Paketname | python-django-markupfield | 
| Beschreibung | custom Django field for easy use of markup in text fields | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 1.0.0a2-1 | 
| Sektion | python | 
| Priorität | optional | 
| Installierte Größe | 116 Byte | 
| Hängt ab von | python (>= 2.5), python-support (>= 0.90.0), python-django (>= 1.0) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Fladischer Michael  | 
| Quelle | django-markupfield | 
| Paketgröße | 13136 Byte | 
| Prüfsumme MD5 | 688693e366e02b4d238fb08efc3c5e98 | 
| Prüfsumme SHA1 | 0e4e187f8067ada51f262b1c4bd2153edc96484a | 
| Prüfsumme SHA256 | 46b69d3ecf9160d12f17adcbdaf0c8dd272cff0c91d9b17e0824e5d9da4206a2 | 
| Link zum Herunterladen | python-django-markupfield_1.0.0a2-1_all.deb | 
| Ausführliche Beschreibung | 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.
.
It supports these markup types by default:
 * html: allows HTML, potentially unsafe
 * plain: plain text markup, calls urlize and replaces text with linebreaks
And these 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)
 |