Add detailed instructions on how to set file permissions. Add version compatibility...
[xhtml-compiler.git] / TODO.txt
blobd5210d2584d288bbe91b7cd6c084d21a0ab6e5f1
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 DOMFilter_RSSFromSVN
20 - Incremental updates of cache
22 TextFilter
23 - Tidy formatting (kinda useless, since Tidy isn't available on our server)
24 - Alternate markup language: Markdown (.mktext), simplified HTML (.sxhtml)
25   (not high priority)
27 Sugar
28 - Generate levels: 1 for a fast, 2 for all. Filters which perform expensive
29   operations only do those operations with level is 2
30 - Prettier dashboard using a Circular Menu
31 - Enable all update modes via config option
32 - Single-file update using update.php
33 - Standards-compliant error pages
34 - Support for Apache MultiViews/Content Negotiation
35 - Incremental HTML page updates
36 - Enable page retrieval via portable library (include it, call function)
37 - Allow linking to web-pages without extension
38 - Compression of content
40 PHP-bridge
41 - Compile XInclude xml files into HTML fragment files that can be included
42   into dynamic PHP scripts
43 - Setup "template" XHTML -> HTML files that PHP scripts can use