0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-03 05:11:52 +00:00

Add in terracc's suggestions to TODO file.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@886 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2007-03-25 00:40:13 +00:00
parent 71ed725c5c
commit 97a4ec7598

10
TODO
View File

@ -13,9 +13,12 @@ TODO List
# Advanced URI filtering schemes (see docs/proposal-new-directives.txt) # Advanced URI filtering schemes (see docs/proposal-new-directives.txt)
# Error logging for filtering/cleanup procedures # Error logging for filtering/cleanup procedures
- Requires I18N facilities to be created first (COMPLEX) - Requires I18N facilities to be created first (COMPLEX)
# Implement all deprecated tags and attributes, for use when correctional
mode is not on
? Configuration profiles: sets of directives that get set with one func call ? Configuration profiles: sets of directives that get set with one func call
- XSS-attempt detection - XSS-attempt detection
- Implement IDREF support - Implement IDREF support (harder than it seems, since you cannot have
IDREFs to non-existent IDs)
1.7 release 1.7 release
# Add pre-packaged "levels" of cleaning (custom behavior already done) # Add pre-packaged "levels" of cleaning (custom behavior already done)
@ -77,8 +80,9 @@ Ongoing
- more! (look for ones that use WYSIWYGs) - more! (look for ones that use WYSIWYGs)
Unknown release (on a scratch-an-itch basis) Unknown release (on a scratch-an-itch basis)
- Have 'lang' attribute be checked against official lists - Allow non-ASCII characters in font names
? Semi-lossy dumb alternate character encoding transformations, achieved by ? Semi-lossy dumb alternate character encoding transfor
? Have 'lang' attribute be checked against official listsmations, achieved by
encoding all characters that have string entity equivalents encoding all characters that have string entity equivalents
Requested Requested