friendica/library/ezyang/htmlpurifier
Fabrixxm c28109ca94 Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
..
extras Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
library Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
plugins Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
CREDITS Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
INSTALL Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
INSTALL.fr.utf8 Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
LICENSE Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
NEWS Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
README Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
TODO Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
VERSION Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
WHATSNEW Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
WYSIWYG Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
composer.json Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
package.php Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
phpdoc.ini Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
release1-update.php Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
release2-tag.php Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00
test-settings.sample.php Update HTMLPurifier to v4.7.0 2016-02-09 11:06:17 +01:00

README

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