1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-11 16:44:59 +02:00

[3.1.0] Implement file sniffing of $config, for TRUE feature parity! Also add some really silly multi-column code in the XSLT.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1668 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-04-22 05:38:03 +00:00
parent 8708c0617a
commit e616f07739
6 changed files with 585 additions and 30 deletions

4
TODO
View File

@@ -26,10 +26,6 @@ IMPORTANT FEATURES
- Factor out command line parser into its own class, and unit test it
- Figure out autoload and PEAR
CONFIGDOC
- Implement source code sniffing for configdoc, so we can easily figure out
which files use what configuration (we'll rely on the $config convention)
NICE FEATURES
- Factor demo.php into a set of Printer classes, and then create a stub
file for users here (inside the actual HTML Purifier library)