Update TODO with new architectural task and other stuff.
[xhtml-compiler.git] / TODO.txt
blobe7a35360eb91ca326e28c0c16b4ef7f29fed7c94
1 ===== TODO ============================================= XHTML Compiler ==
3 Architectural
4 - Genericize Page code so that source can be one of many extensions 
5   (the extension dictates a TextFilter to use?)
6 - Determine how to express relationships between many different files
7   into one cohesive "page"
9 DOMFilter
10 - Directory listing generation
11 - XSLT processing of XHTML
12 - SVN-related features: parsing of $Id$ (partially implemented)
13 - Acronym/abbreviation embedded dictionary
14 - Embedded Math with LaTeX, see MediaWiki and texvc (difficult)
15 - Comments (difficult)
16 - Temporary different base URL (sorta like AbsolutePath, but more flexible)
18 DOMFilter_RSSFromSVN
19 - Incremental updates of cache
21 TextFilter
22 - Tidy formatting (kinda useless, since Tidy isn't available on our server)
23 - Alternate markup language: Markdown (.mktext), simplified HTML (.sxhtml)
24   (not high priority)
26 Sugar
27 - Generate levels: 1 for a fast, 2 for all. Filters which perform expensive
28   operations only do those operations with level is 2
29 - Prettier dashboard using a Circular Menu
30 - Enable all update modes via config option
31 - Single-file update using update.php
32 - Standards-compliant error pages
33 - Support for Apache MultiViews/Content Negotiation
34 - Incremental HTML page updates
35 - Enable page retrieval via portable library (include it, call function)
36 - Allow linking to web-pages without extension
37 - Compression of content
39 PHP-bridge
40 - Compile XInclude xml files into HTML fragment files that can be included
41   into dynamic PHP scripts
42 - Setup "template" XHTML -> HTML files that PHP scripts can use