From a078ac414187ea35f9f8eb98be1acceecd2fe0c5 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 17 Jun 2007 20:27:30 +0000 Subject: [PATCH] Update TODO with new architectural task and other stuff. git-svn-id: http://htmlpurifier.org/svnroot@1151 48356398-32a2-884e-a903-53898d9a118a --- TODO.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index fa6b45c..e7a3536 100644 --- a/TODO.txt +++ b/TODO.txt @@ -3,6 +3,8 @@ Architectural - Genericize Page code so that source can be one of many extensions (the extension dictates a TextFilter to use?) +- Determine how to express relationships between many different files + into one cohesive "page" DOMFilter - Directory listing generation @@ -12,7 +14,6 @@ DOMFilter - Embedded Math with LaTeX, see MediaWiki and texvc (difficult) - Comments (difficult) - Temporary different base URL (sorta like AbsolutePath, but more flexible) -- Automatically add tags for CSS files that are appropriately named DOMFilter_RSSFromSVN - Incremental updates of cache @@ -32,6 +33,8 @@ Sugar - Support for Apache MultiViews/Content Negotiation - Incremental HTML page updates - Enable page retrieval via portable library (include it, call function) +- Allow linking to web-pages without extension +- Compression of content PHP-bridge - Compile XInclude xml files into HTML fragment files that can be included -- 2.11.4.GIT