Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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