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 025b648c99 Split out code in Definition.php .
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@73 48356398-32a2-884e-a903-53898d9a118a
2006-07-22 00:02:48 +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 Split out code in Definition.php . 2006-07-22 00:02:48 +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 Split out code in Definition.php . 2006-07-22 00:02:48 +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