This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Edward Z. Yang (author)
Wed Jun 10 15:24:52 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitattributes | Tue Jun 24 19:02:16 -0700 2008 | |
| |
.gitignore | Fri May 29 19:16:35 -0700 2009 | |
| |
CREDITS | Sat Dec 06 01:24:59 -0800 2008 | |
| |
Doxyfile | Mon Feb 16 14:18:31 -0800 2009 | |
| |
FOCUS | Mon Feb 16 14:18:31 -0800 2009 | |
| |
INSTALL | Fri May 29 20:46:40 -0700 2009 | |
| |
INSTALL.fr.utf8 | Sat Dec 06 01:24:59 -0800 2008 | |
| |
LICENSE | Sat Dec 06 01:24:59 -0800 2008 | |
| |
NEWS | Wed Jun 10 15:24:52 -0700 2009 | |
| |
README | Sat Dec 06 01:24:59 -0800 2008 | |
| |
TODO | Fri May 29 21:25:14 -0700 2009 | |
| |
VERSION | Mon Feb 16 14:18:31 -0800 2009 | |
| |
WHATSNEW | Mon Feb 16 14:18:31 -0800 2009 | |
| |
WYSIWYG | Sat Dec 06 01:24:59 -0800 2008 | |
| |
art/ | Tue Jun 26 19:03:15 -0700 2007 | |
| |
benchmarks/ | Thu Apr 09 09:47:10 -0700 2009 | |
| |
configdoc/ | Fri May 29 19:16:35 -0700 2009 | |
| |
docs/ | Sun Jun 07 13:05:46 -0700 2009 | |
| |
extras/ | Sat Dec 06 01:24:59 -0800 2008 | |
| |
library/ | Wed Jun 10 15:24:52 -0700 2009 | |
| |
maintenance/ | Fri May 29 19:16:35 -0700 2009 | |
| |
package.php | Mon Feb 16 19:00:22 -0800 2009 | |
| |
phpdoc.ini | Sat Dec 06 01:24:59 -0800 2008 | |
| |
plugins/ | Tue May 26 22:17:23 -0700 2009 | |
| |
release1-update.php | Sat Dec 06 01:24:59 -0800 2008 | |
| |
release2-tag.php | Sat Dec 06 01:24:59 -0800 2008 | |
| |
smoketests/ | Fri May 29 21:25:14 -0700 2009 | |
| |
test-settings.sample.php | Sat Dec 06 01:24:59 -0800 2008 | |
| |
tests/ | Wed Jun 10 15:24:52 -0700 2009 |
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











