Add some items to TODO list: content-negotiation, circular menus, comments, and incre...
[xhtml-compiler.git] / TODO.txt
blobf472a173ddf3793fa024d09594cdd1ffaaf111d7
1 ===== TODO ============================================= XHTML Compiler ==
3 DOMFilter
4 - Directory listing generation
5 - XSLT processing of XHTML
6 - SVN-related features: parsing of $Id$ (partially implemented)
7 - Acronym/abbreviation embedded dictionary
8 - Embedded Math with LaTeX, see MediaWiki and texvc (difficult)
9 - Entity substitution: i.e. &htmlpurifier.curversion -> 2.0.0
10 - Comments
12 DOMFilter_RSSFromSVN
13 - Incremental updates of cache
15 TextFilter
16 - Tidy formatting (kinda useless, since Tidy isn't available on our server)
17 - Alternate markup language: Markdown, Textile (not high priority)
19 Sugar
20 - Generate levels: 1 for a fast, 2 for all. Filters which perform expensive
21   operations only do those operations with level is 2
22 - Prettier dashboard using a Circular Menu
23 - Enable all update modes via config option
24 - Standards-compliant error pages
25 - Support for Apache MultiViews/Content Negotiation
26 - Incremental HTML page updates