Add support for custom entities.
[xhtml-compiler.git] / TODO.txt
blob51854d1abf2923f501753bf622f1f0520888458c
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 - Comments (difficult)
10 - Temporary different base URL (sorta like AbsolutePath, but more flexible)
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 - Single-file update using update.php
25 - Standards-compliant error pages
26 - Support for Apache MultiViews/Content Negotiation
27 - Incremental HTML page updates