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-21 23:10:30 +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 HTML_Generator to HTMLPurifier_Generator. 2006-07-21 23:10:30 +00:00
Generator.php Rename HTML_Generator to HTMLPurifier_Generator. 2006-07-21 23:10:30 +00:00
HTML_Purifier.php Rename HTML_Generator to HTMLPurifier_Generator. 2006-07-21 23:10:30 +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
PureHTMLDefinition.php Rename HTML_Generator to HTMLPurifier_Generator. 2006-07-21 23:10:30 +00:00
tester.php Rename HTML_Generator to HTMLPurifier_Generator. 2006-07-21 23:10:30 +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