rhymix/classes/security/htmlpurifier
2012-04-20 07:34:00 +00:00
..
art merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
benchmarks merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
configdoc merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
docs merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
extras merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
library merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
maintenance merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
plugins merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
smoketests merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
tests merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
.gitattributes merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
.gitignore merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
CREDITS merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
Doxyfile merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
FOCUS merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
INSTALL merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
INSTALL.fr.utf8 merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
LICENSE merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
NEWS merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
package.php merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
phpdoc.ini merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
README merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
release1-update.php merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
release2-tag.php merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
test-settings.sample.php merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
TODO merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
VERSION merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
WHATSNEW merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00:00
WYSIWYG merge from 1.6 ( html purifier lib ) 2012-04-20 07:34:00 +00: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