Implement RSSFromGit, a substitute for RSSFromSVN.
[xhtml-compiler.git] / TODO.txt
blobef196346745ae34f82e9f48aff7051f8df21c959
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!
18 - News listings imported from other pages (REALLY IMPORTANT!)
20 TextFilter
21 - Tidy formatting (kinda useless, since Tidy isn't available on our server)
22 - Alternate markup language: Markdown (.mktext), simplified HTML (.sxhtml)
23   (not high priority)
25 Maintenance
26 - Generate levels: 1 for a fast, 2 for all. Filters which perform expensive
27   operations only do those operations with level is 2
28 - Enable all update modes via config option
29 - Single-file update using update.php
30 - Incremental HTML page updates
31 - Enable page retrieval via portable library (include it, call function)
33 Sugar
34 - Prettier dashboard using a Circular Menu
35 - Support for Apache MultiViews/Content Negotiation
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 (partially
43   implemented using the Fragment TextFilter, but we want a sustainable
44   solution)