wp-visitor-contributions/vendor/ezyang/htmlpurifier
Mahmoud Al-Qudsi 8a81066ae0 Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
..
extras Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
library Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
plugins Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
CREDITS Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
INSTALL Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
INSTALL.fr.utf8 Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
LICENSE Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
NEWS Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
README Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
TODO Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
VERSION Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
WHATSNEW Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
WYSIWYG Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
composer.json Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
package.php Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
phpdoc.ini Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
release1-update.php Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
release2-tag.php Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00
test-settings.sample.php Initial code import based on Amine's email 6/28/2016 2016-07-04 10:04:24 -05:00

README

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.


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