1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 23:50:11 +01:00
vichan/inc/lib/htmlpurifier-4.6.0
2015-02-20 23:16:38 -08:00
..
art Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
benchmarks Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
configdoc Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
docs Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
extras Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
library Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
maintenance Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
plugins Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
smoketests Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
tests Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
.gitattributes Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
.gitignore Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
composer.json Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
CREDITS Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
Doxyfile Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
FOCUS Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
INSTALL Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
INSTALL.fr.utf8 Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
LICENSE Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
NEWS Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
phpdoc.ini Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
README Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
TODO Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
VERSION Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
WHATSNEW Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00
WYSIWYG Upgrade HTMLPurifier library 4.5->4.6 2015-02-20 23:16:38 -08:00

README
    All about HTML Purifier

HTML Purifier is an HTML filtering solution that uses a unique combination
of robust whitelists and agressive parsing to ensure that not only are
XSS attacks thwarted, but the resulting HTML is standards compliant.

HTML Purifier is oriented towards richly formatted documents from
untrusted sources that require CSS and a full tag-set.  This library can
be configured to accept a more restrictive set of tags, but it won't be
as efficient as more bare-bones parsers. It will, however, do the job
right, which may be more important.

Places to go:

* See INSTALL for a quick installation guide
* See docs/ for developer-oriented documentation, code examples and
  an in-depth installation guide.
* See WYSIWYG for information on editors like TinyMCE and FCKeditor

HTML Purifier can be found on the web at: http://htmlpurifier.org/

    vim: et sw=4 sts=4