Enhance directory to not mindlessly prepend ./ to cwd files. This also fixes a depth...
[xhtml-compiler.git] / TODO.txt
blobc6504245febf19f08d0386978e66a473b387a086
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
11 - Temporary different base URL (sorta like AbsolutePath, but more flexible)
13 DOMFilter_RSSFromSVN
14 - Incremental updates of cache
16 TextFilter
17 - Tidy formatting (kinda useless, since Tidy isn't available on our server)
18 - Alternate markup language: Markdown, Textile (not high priority)
20 Sugar
21 - Generate levels: 1 for a fast, 2 for all. Filters which perform expensive
22   operations only do those operations with level is 2
23 - Prettier dashboard using a Circular Menu
24 - Enable all update modes via config option
25 - Standards-compliant error pages
26 - Support for Apache MultiViews/Content Negotiation
27 - Incremental HTML page updates