From 2b82fbacadce5491b736a2e81a57c01ba5466c0b Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 2 Aug 2007 01:53:46 +0000 Subject: [PATCH] Minor re-prioritization of TODO. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1339 48356398-32a2-884e-a903-53898d9a118a --- TODO | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 0c953e03..67bcfe24 100644 --- a/TODO +++ b/TODO @@ -15,6 +15,8 @@ TODO List - Implement IDREF support (harder than it seems, since you cannot have IDREFs to non-existent IDs) - Allow non-ASCII characters in font names + - Explain how to use HTML Purifier in non-PHP languages / create + a simple command line stub 2.2 release [Error'ed] # Error logging for filtering/cleanup procedures @@ -61,9 +63,7 @@ TODO List Ongoing - Lots of profiling, make it faster! - Plugins for major CMSes (COMPLEX) - - WordPress (mostly written, needs beta-testing) - phpBB - - Phorum - eFiction - more! (look for ones that use WYSIWYGs) - Complete basic smoketests @@ -72,12 +72,10 @@ Unknown release (on a scratch-an-itch basis) ? Semi-lossy dumb alternate character encoding transfor ? Have 'lang' attribute be checked against official lists, achieved by encoding all characters that have string entity equivalents - - Explain how to use HTML Purifier in non-PHP languages / create - a simple command line stub - Abstract ChildDef_BlockQuote to work with all elements that only allow blocks in them, required or optional - Reorganize Unit Tests - - Refactor loop tests (esp. AttrDef_URI) + - Refactor loop tests: Lexer - Reorganize configuration directives (Create more namespaces! Get messy!) Requested