summaryrefslogtreecommitdiff
path: root/sandbox/blais/rstserver/TODO.txt
blob: 07a227ff8333e9623379cb393bc55d95db29bc08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
====
TODO
====

:Author: Martin Blais <blais@iro.umontreal.ca>


Devel version
-------------

- add title
- style.css
- remove .txt in indexes
- read index.txt if present, concat info
- read titles instead of using filenames (parse by hand)
- filter directories (e.g. cvs)
- use appropriate style.css
- remove second header page
- use HTMLout to produce html?
- what if a file disappears?
- don't output errors from docutils
- add instructions on how to create a config file
- how to setup web server, etc.
- clean up file and functions
- fix major problem with images and links within subdirectories
- add %(home) to the default config parser environment
- add redirect "Please wait... regenerating file."

Ideas:

- parse the whole thing, extract document titles
- generate index.txt for each directory
- unless a special directive is present within the index.txt file (if
  present), concatenate to the read index.txt
- output all documents in a separate root directory, with the same
  structure
- start from buildhtml.py