Add support for proprietary "background" attribute in table elements.
[htmlpurifier.git] / README
blob5bfd5e408c4a49b94c566327c924a7d75d89b355
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/