Merge pull request #60 from sylfabre/patch-1
[htmlpurifier.git] / README
blob53f26f1c2825ed96de2dca72de08fb588133e8e2
2 README
3     All about HTML Purifier
5 HTML Purifier is an HTML filtering solution that uses a unique combination
6 of robust whitelists and agressive parsing to ensure that not only are
7 XSS attacks thwarted, but the resulting HTML is standards compliant.
9 HTML Purifier is oriented towards richly formatted documents from
10 untrusted sources that require CSS and a full tag-set.  This library can
11 be configured to accept a more restrictive set of tags, but it won't be
12 as efficient as more bare-bones parsers. It will, however, do the job
13 right, which may be more important.
15 Places to go:
17 * See INSTALL for a quick installation guide
18 * See docs/ for developer-oriented documentation, code examples and
19   an in-depth installation guide.
20 * See WYSIWYG for information on editors like TinyMCE and FCKeditor
22 HTML Purifier can be found on the web at: http://htmlpurifier.org/
24     vim: et sw=4 sts=4