0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 16:31:53 +00:00
Standards compliant HTML filter written in PHP. http://htmlpurifier.org
Go to file
2006-07-22 00:13:08 +00:00
benchmarks Setup include web. Unit tests should now be able to be run independently. 2006-07-22 00:13:08 +00:00
docs Commit entity information from the HTML 4.01 spec. This should be parsed into corresponding mapping files, even though they will be versioned. 2006-07-20 22:47:26 +00:00
tests Setup include web. Unit tests should now be able to be run independently. 2006-07-22 00:13:08 +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 Setup include web. Unit tests should now be able to be run independently. 2006-07-22 00:13:08 +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 Rename MarkupFragment.php to Token.php, change internal class names and rewire the classes. We also started adding more dependence on the Lexer and Generator in unrelated tests. 2006-07-21 11:27:54 +00:00