diff options
author | Per Andersson <avtobiff@gmail.com> | 2014-02-14 01:11:14 +0100 |
---|---|---|
committer | Per Andersson <avtobiff@gmail.com> | 2014-02-14 01:11:14 +0100 |
commit | 933d944dfd52b9514e186f07095084db22613dd3 (patch) | |
tree | 8c899d1cdc7a37ceef7afe96268d620ce323193f /debian/python-bleach-doc.doc-base | |
parent | e9485f193ec8a2aaff09284c7cafbaed1dc62d41 (diff) | |
download | python-bleach-debian/1.4-1.tar python-bleach-debian/1.4-1.tar.gz |
Add common doc packagedebian/1.4-1
Diffstat (limited to 'debian/python-bleach-doc.doc-base')
-rw-r--r-- | debian/python-bleach-doc.doc-base | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/python-bleach-doc.doc-base b/debian/python-bleach-doc.doc-base new file mode 100644 index 0000000..5f6ad8a --- /dev/null +++ b/debian/python-bleach-doc.doc-base @@ -0,0 +1,22 @@ +Document: python-bleach-doc +Title: Debian python-bleach Manual +Author: James Socol +Abstract: whitelist-based HTML-sanitizing library + Bleach is an HTML sanitizing library that escapes or strips markup and + attributes based on a white list. Bleach can also linkify text safely, + applying filters that Django's urlize filter cannot, and optionally setting + rel attributes, even on links already in the text. + . + Bleach is intended for sanitizing text from untrusted sources. If you find + yourself jumping through hoops to allow your site administrators to do lots of + things, you're probably outside the use cases. Either trust those users, or + don't. + . + Because it relies on html5lib, Bleach is as good as modern browsers at dealing + with weird, quirky HTML fragments. And any of Bleach's methods will fix + unbalanced or mis-nested tags. +Section: Programming/Python + +Format: HTML +Index: /usr/share/doc/python-bleach-doc/html/index.html +Files: /usr/share/doc/python-bleach-doc/html/* |