0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-18 18:25:18 +00:00
Standards compliant HTML filter written in PHP. http://htmlpurifier.org
Go to file
2006-07-29 02:05:07 +00:00
art Add art (fairly light-weight, only 32kb) for HTML Purifier. 2006-07-29 02:05:07 +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 Better enforcement of Singleton-ness, by requiring a setup() call after instantiation. 2006-07-24 11:35:46 +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 Migrate strategies to separate classes complete. 2006-07-24 02:49:37 +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