equal
deleted
inserted
replaced
|
1 |
|
2 README |
|
3 All about HTML Purifier |
|
4 |
|
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. |
|
8 |
|
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. |
|
14 |
|
15 Places to go: |
|
16 |
|
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 |
|
21 |
|
22 HTML Purifier can be found on the web at: http://htmlpurifier.org/ |
|
23 |
|
24 vim: et sw=4 sts=4 |