Make svn_log_limit more resilient against empty cache entries.
[xhtml-compiler.git] / TODO.txt
blob6e7beab741fbaec8381aa5bbc2e682ffa5cbca3e
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)
17 - Notify when there are BROKEN LINKS!
19 TextFilter
20 - Tidy formatting (kinda useless, since Tidy isn't available on our server)
21 - Alternate markup language: Markdown (.mktext), simplified HTML (.sxhtml)
22   (not high priority)
24 Maintenance
25 - Generate levels: 1 for a fast, 2 for all. Filters which perform expensive
26   operations only do those operations with level is 2
27 - Enable all update modes via config option
28 - Single-file update using update.php
29 - Incremental HTML page updates
30 - Enable page retrieval via portable library (include it, call function)
32 Sugar
33 - Prettier dashboard using a Circular Menu
34 - Support for Apache MultiViews/Content Negotiation
35 - Allow linking to web-pages without extension
36 - Compression of content
38 PHP-bridge
39 - Compile XInclude xml files into HTML fragment files that can be included
40   into dynamic PHP scripts
41 - Setup "template" XHTML -> HTML files that PHP scripts can use (partially
42   implemented using the Fragment TextFilter, but we want a sustainable
43   solution)