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-21 23:58:45 +00:00
benchmarks Rename HTML_Lexer to HTMLPurifier_Lexer. However, some more refactoring still needs to be done (namely making the lexer an interface). 2006-07-21 23:07:47 +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 Rename PureHTMLDefinition -> HTMLPurifier_Definition, and internal classes too. 2006-07-21 23:38:44 +00:00
AttrDef.php Branch Definition to AttrDef in order to split out code in the file. 2006-07-21 23:58:45 +00:00
ChildDef.php Branch Definition to ChildDef in order to split out code in the file. 2006-07-21 23:58:12 +00:00
Definition.php Rename PureHTMLDefinition -> HTMLPurifier_Definition, and internal classes too. 2006-07-21 23:38:44 +00:00
Generator.php Rename HTML_Generator to HTMLPurifier_Generator. 2006-07-21 23:10:30 +00:00
HTMLPurifier.php Rename PureHTMLDefinition -> HTMLPurifier_Definition, and internal classes too. 2006-07-21 23:38:44 +00:00
Lexer.php Rename HTML_Lexer to HTMLPurifier_Lexer. However, some more refactoring still needs to be done (namely making the lexer an interface). 2006-07-21 23:07:47 +00:00
TODO.txt Add a todo list. 2006-07-21 11:31:43 +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