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
Edward Z. Yang 9180d6256f Make PHP5 lexer default DOMLex.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@84 48356398-32a2-884e-a903-53898d9a118a
2006-07-22 15:07:53 +00:00
benchmarks Fix benchmarks to work in PHP4 by excluding DOMLex. 2006-07-22 14:28:51 +00:00
docs Update docs, add lexer.txt 2006-07-22 14:57:12 +00:00
Lexer Build another lexer from PHP5's DOM library. Extremely fast! 2006-07-22 13:50:05 +00:00
tests Fix parse error in PHP4. 2006-07-22 14:00:52 +00:00
AttrDef.php Split out code in Definition.php . 2006-07-22 00:02:48 +00:00
ChildDef.php Split out code in Definition.php . 2006-07-22 00:02:48 +00:00
Definition.php Setup include web. Unit tests should now be able to be run independently. 2006-07-22 00:13:08 +00:00
Generator.php Rename HTML_Generator to HTMLPurifier_Generator. 2006-07-21 23:10:30 +00:00
HTMLPurifier.php Setup include web. Unit tests should now be able to be run independently. 2006-07-22 00:13:08 +00:00
Lexer.php Make PHP5 lexer default DOMLex. 2006-07-22 15:07:53 +00:00
TODO.txt Setup include web. Unit tests should now be able to be run independently. 2006-07-22 00:13:08 +00:00
Token.php Build another lexer from PHP5's DOM library. Extremely fast! 2006-07-22 13:50:05 +00:00