0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 18:55:19 +00:00
Standards compliant HTML filter written in PHP. http://htmlpurifier.org
Go to file
2008-02-18 04:02:12 +00:00
art [2.0.1] Implement haphazard error collection for AttrValidator. 2007-06-27 02:03:15 +00:00
benchmarks Remove old profiling script, improve original two so they work, and are more efficient 2007-11-23 21:59:04 +00:00
configdoc [3.1.0] Remove multi-description functionality as well as file detection. 2008-01-27 20:21:31 +00:00
docs Exported configuration values! 2008-02-10 02:44:44 +00:00
extras [3.1.0] Fix broken autoloader, resulting in duplicate classes 2008-02-17 23:59:23 +00:00
library - Gracefully error out of obscure bug involving non-static autoloaders 2008-02-18 02:33:50 +00:00
maintenance Rename merge-library to generate-standalone. 2008-02-18 04:02:12 +00:00
plugins Fix double-encoded quotes. 2008-01-18 07:04:30 +00:00
smoketests All PHPT tests for now complete! Fix an SPL autoload bug. 2008-02-18 01:11:17 +00:00
tests Rename merge-library to generate-standalone. 2008-02-18 04:02:12 +00:00
CREDITS [1.2.0] Update documentation paths. 2006-11-19 04:37:26 +00:00
Doxyfile Release 3.0.0. 2008-01-07 02:54:16 +00:00
INSTALL Rename merge-library to generate-standalone. 2008-02-18 04:02:12 +00:00
INSTALL.fr.utf8 Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
LICENSE Rename so that there's no txt extension, adhering with good practices. 2006-08-16 03:57:02 +00:00
NEWS - Make phpt files svn:eol-style=native 2008-02-17 00:19:27 +00:00
package.php Numerous documentation and test code fixes for HTML Purifier loading 2008-02-17 18:21:45 +00:00
phpdoc.ini Make phpdoc more efficient, ignore the conf directory 2007-11-06 17:50:30 +00:00
README Miscellaneous URL updates. 2007-04-22 22:26:20 +00:00
release1-update.php Update release script to compensate for new variable format 2008-01-04 23:54:12 +00:00
release2-tag.php Update release scripts, also, remove errant space from VERSION. 2008-01-08 01:20:12 +00:00
svn.php Update release scripts, also, remove errant space from VERSION. 2008-01-08 01:20:12 +00:00
test-settings.sample.php Make PHPT globally configurable via test-settings.php 2008-02-18 03:48:07 +00:00
TODO Make PHPT globally configurable via test-settings.php 2008-02-18 03:48:07 +00:00
VERSION Update release scripts, also, remove errant space from VERSION. 2008-01-08 01:20:12 +00:00
WHATSNEW Release 3.0.0. 2008-01-07 02:54:16 +00:00
WYSIWYG Update WYSIWYG by removing Mantis link: bugtracker is no longer active. 2007-05-20 19:56:16 +00:00

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/