Example stylesheets for syntax highlight of code snippets.
[docutils/kirr.git] / sandbox / gschwant / docfactory / NOTES.txt
blobc0e7a80ae952512665b585a7e000167da6fc2646
1 ===================
2  DocFactory_ Notes
3 ===================
5 :Date: $Date$
6 :Revision: $Revision$
8 .. _DocFactory: http://docutils.sf.net/sandbox/gschwant/docfactory/
10 .. contents::
12 The names of the original contributors are appended to the items,
13 marked in brackets.
16 To Do
17 =====
19 * Convert system message handling from stderr parsing to simply using
20   the "line" attribute of system_message elements, accessible from
21   ``document.parse_messages`` and ``document.transform_messages``.
22   [David Goodger]
24 * Use the docutils.conf config file mechanism.  May require changes to
25   the current Docutils setup.  [David Goodger]
27 * Add a dependency checking mechanism, like that in pep2html.py.
28   [David Goodger]
30 * Any variable data saved between runs should be stored in the user's
31   home directory; perhaps in a ~/.docutils file.  [David Goodger]
34 Ideas
35 =====
37 * Should the interface be file-centric instead of project-centric?  I
38   think the user should be able to open a file, edit it, and process
39   it, without having to create a project first.  Projects should be
40   optional.  [David Goodger]
42 * What is the current representation of a project?  Is it best? 
43   [David Goodger]
47    Local Variables:
48    mode: indented-text
49    indent-tabs-mode: nil
50    sentence-end-double-space: t
51    fill-column: 70
52    End: