-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
41 lines (28 loc) · 1.46 KB
/
README.txt
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
39
40
41
##################
### Doctower ###
##################
Doctower is a documentation generator. It can scan Dylan source files and
automatically generate skeletal documentation and various indices. You can add
more specific documentation to the Dylan source files directly, or write
separate text files and various overview topics as desired.
Markup capabilities include cross-references, verbatim text, images, footnotes,
tables, and very nice organizational tools (including dedicated table of
contents files). The markup is very unobtrusive, following common text-file
conventions where possible.
Doctower can output documentation in DITA XML format or in HTML format, and
can include raw DITA or HTML markup within each topic.
### Development ###
DOCTOWER IS STILL UNDER DEVELOPMENT. Only some of what I said above is true at
the moment. If you want to help (and I can definitely use some), check out the
TODO file and source-code comments, or ask me, |Agent, on IRC or e-mail to
d_j_v@me.com.
- I use 3-space tab stops.
### Directories ###
code - Source code. Aside from "registry" and "ext", each directory is a
library, and the directories within those are modules.
thoughts - What passes for design documents. These contain some of my thought
processes. I also have a notebook, which I cannot really upload.
defaults - Prototype designs for HTML, CSS, and various generated elements.
### Making ###
cd code
dylan-compiler -build doctower-library