rhymix/classes/security/htmlpurifier
flyskyko e4306a789f Merge 1.5.2.3 (~r10623)
git-svn-id: http://xe-core.googlecode.com/svn/trunk@10624 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-04-26 09:17:29 +00:00
..
art Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
benchmarks Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
configdoc Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
docs Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
extras Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
library Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
maintenance Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
plugins Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
smoketests Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
tests Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
.gitattributes Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
.gitignore Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
CREDITS Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
Doxyfile Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
FOCUS Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
INSTALL Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
INSTALL.fr.utf8 Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
LICENSE Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
NEWS Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
package.php Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
phpdoc.ini Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
README Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
release1-update.php Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
release2-tag.php Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
test-settings.sample.php Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
TODO Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
VERSION Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
WHATSNEW Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +00:00
WYSIWYG Merge 1.5.2.3 (~r10623) 2012-04-26 09:17:29 +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