0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-08 06:48:42 +00:00
Standards compliant HTML filter written in PHP. http://htmlpurifier.org
Go to file
Edward Z. Yang 781f9a4084 Update PH5P.patch, and add NEWS entry for trailing whitespace purge.
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
2008-12-06 02:30:52 -05:00
art [2.0.1] Implement haphazard error collection for AttrValidator. 2007-06-27 02:03:15 +00:00
benchmarks Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
configdoc Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
docs Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
extras Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
library Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
maintenance Update PH5P.patch, and add NEWS entry for trailing whitespace purge. 2008-12-06 02:30:52 -05:00
plugins Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
smoketests Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
tests Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
.gitattributes Add Git specific files and configuration 2008-06-24 22:02:16 -04:00
.gitignore Update gitignore with post-release files, new NEWS entry and spellcheck UTF-8. 2008-11-01 01:51:51 -04:00
CREDITS [1.2.0] Update documentation paths. 2006-11-19 04:37:26 +00:00
Doxyfile Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
FOCUS Release 3.2.0. 2008-10-31 16:30:54 -04:00
INSTALL Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
INSTALL.fr.utf8 Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
LICENSE Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
NEWS Update PH5P.patch, and add NEWS entry for trailing whitespace purge. 2008-12-06 02:30:52 -05:00
package.php Minor documentation updates; we're going to bite the bullet and tell PEAR users to change their installs. 2008-04-22 06:47:45 +00:00
phpdoc.ini Make phpdoc more efficient, ignore the conf directory 2007-11-06 17:50:30 +00:00
README Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
release1-update.php Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
release2-tag.php Update release scripts, also, remove errant space from VERSION. 2008-01-08 01:20:12 +00:00
test-settings.sample.php Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
TODO Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
VERSION Release 3.2.0. 2008-10-31 16:30:54 -04:00
WHATSNEW Remove trailing whitespace. 2008-12-06 02:28:20 -05:00
WYSIWYG Update WYSIWYG by removing Mantis link: bugtracker is no longer active. 2007-05-20 19:56:16 +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/