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 e52890276b Branch out the SAX impl.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@78 48356398-32a2-884e-a903-53898d9a118a
2006-07-22 00:28:28 +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
Lexer Branch out the SAX impl. 2006-07-22 00:28:28 +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
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