Remove trailing whitespace.
[xhtml-compiler.git] / TODO.txt
blob567f994b5ecd6025d3571c4c9e7a59a93e1564f2
1 ===== TODO ============================================= XHTML Compiler ==
3 Architectural
4 - Determine how to express relationships between many different files
5   into one cohesive "page". This is especially important with regards
6   to preventing collisions. It might be useful to distinguish between
7   source and metadata files (each of which can have different forms).
9 DOMFilter
10 - Directory listing generation
11 - XSLT processing of XHTML
12 - Acronym/abbreviation embedded dictionary
13 - Embedded Math with LaTeX, see MediaWiki and texvc (difficult)
14 - Comments (difficult)
15 - Temporary different base URL (sorta like AbsolutePath, but more flexible)
16 - Notify when there are BROKEN LINKS!
17 - News listings imported from other pages (REALLY IMPORTANT!)
19 Maintenance
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 - Enable all update modes via config option
23 - Single-file update using update.php
24 - Incremental HTML page updates
25 - Enable page retrieval via portable library (include it, call function)
27 Sugar
28 - Prettier dashboard using a Circular Menu
29 - Support for Apache MultiViews/Content Negotiation
30 - Allow linking to web-pages without extension
31 - Compression of content
33 PHP-bridge
34 - Compile XInclude xml files into HTML fragment files that can be included
35   into dynamic PHP scripts
36 - Setup "template" XHTML -> HTML files that PHP scripts can use (partially
37   implemented using the Fragment TextFilter, but we want a sustainable
38   solution)