0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-09 23:28:42 +00:00
Standards compliant HTML filter written in PHP. http://htmlpurifier.org
Go to file
2006-07-20 22:47:26 +00:00
benchmarks Condense benchmark output. 2006-04-16 01:09:32 +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 Begin getting parsing of character data into shape, not done yet. 2006-07-20 02:43:06 +00:00
HTML_Generator.php Finish HTMLDTD_ChildDef_Required. 2006-04-17 00:49:15 +00:00
HTML_Lexer.php Begin getting parsing of character data into shape, not done yet. 2006-07-20 02:43:06 +00:00
HTML_Purifier.php Standardize test-cases with the prefix Test_. Add framework for HTML_Purifier, its unit test will really only be for regression testing from integration issues. It's more important to test the components. 2006-04-16 03:39:39 +00:00
MarkupFragment.php Optimize files by removing is_a() calls in favor of static type member variables. 2006-07-18 23:40:20 +00:00
PureHTMLDefinition.php Finish implementing fixNesting(). Removed security-in-depth check for optimization reasons, since the info array will never cause such a condition. 2006-07-20 00:30:35 +00:00
tester.php Add HTML_Generator class and associated unit tests. 2006-04-16 03:27:40 +00:00