[ buster ]
[ ソース: django-markupfield ]
パッケージ: python-django-markupfield (1.5.0-1)
python-django-markupfield に関するリンク
Debian の資源:
django-markupfield ソースパッケージをダウンロード:
- [django-markupfield_1.5.0-1.dsc]
- [django-markupfield_1.5.0.orig.tar.gz]
- [django-markupfield_1.5.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [pypi.python.org]
類似のパッケージ:
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.
It supports these markup types by default:
* html: allows HTML, potentially unsafe * plain: plain text markup, calls urlize and replaces text with linebreaksAnd 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)
その他の python-django-markupfield 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-django (>= 1.8)
- 高レベル Python ウェブ開発フレームワーク (Python 2 版)
-
- sug: python-docutils
- reStructuredText 用テキスト処理システム (Python 2 による実装)
-
- sug: python-markdown
- text-to-HTML conversion library/tool (Python 2 version)
-
- sug: python-textile
- Python 2 parser for the Textile markup