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 9b7ad89ab5 - Added Composite and Core strategies.
- Added generate_mock() function for testing
- Factored out inputs/output tests to StrategyAbstractTest

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@124 48356398-32a2-884e-a903-53898d9a118a
2006-07-29 17:38:28 +00:00
art Add one final "Powered" logo. 2006-07-29 02:49:30 +00:00
benchmarks Switch benchmark to relative percents: makes comparisons easier. 2006-07-23 18:18:11 +00:00
docs Replace the HTML entity files with the XHTML files, they're the same, but being valid XML declarations they should be easier to parse. 2006-07-23 19:43:19 +00:00
library - Added Composite and Core strategies. 2006-07-29 17:38:28 +00:00
maintenance Implement EntityLookup and put in the Lexer. Some behavior was migrated, since it looks like it will have to be used in all Lexers, not just DirectLex (which is the only one that uses it). 2006-07-23 21:07:30 +00:00
tests - Added Composite and Core strategies. 2006-07-29 17:38:28 +00:00
Doxyfile Begin adding Doxygen documentation. 2006-07-23 03:43:53 +00:00
TODO.txt Migrate strategies to separate classes complete. 2006-07-24 02:49:37 +00:00