1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-09 15:47:25 +02:00

[3.1.0] Update French documentation.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1682 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-04-22 20:43:47 +00:00
parent ca6b20ff2b
commit c0f2e69c9f
2 changed files with 11 additions and 22 deletions

17
TODO
View File

@@ -15,18 +15,6 @@ afraid to cast your vote for the next feature to be implemented!
UPCOMING RELEASE
----------------
DOCUMENTATION
- Update French translation of README
IMPORTANT FEATURES
- Factor out command line parser into its own class, and unit test it
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)
- Support exporting configuration, so users can easily tweak settings
in the demo, and then copy-paste into their own setup
BUGS
- Style attribute height/width limiting for images
- Figure out what to do about target="" and name="", since they show up so often
@@ -117,6 +105,11 @@ Unknown release (on a scratch-an-itch basis)
because regular CSS has no way of uniquely identifying nodes, so we'd
have to generate IDs
- Time PHPT tests
- Factor out command line parser into its own class, and unit test it
- Factor demo.php into a set of Printer classes, and then create a stub
file for users here (inside the actual HTML Purifier library)
- Support exporting configuration, so users can easily tweak settings
in the demo, and then copy-paste into their own setup
Requested