diff options
Diffstat (limited to 'doc/asciidoc/README.txt')
-rw-r--r-- | doc/asciidoc/README.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/asciidoc/README.txt b/doc/asciidoc/README.txt new file mode 100644 index 0000000..a09eef6 --- /dev/null +++ b/doc/asciidoc/README.txt | |||
@@ -0,0 +1,31 @@ | |||
1 | whats this? this is the attempt to write the documentation for | ||
2 | fluxbox in ascii-doc format. how does it work? | ||
3 | |||
4 | well, we just edit fluxbox.txt from this directory. save it. | ||
5 | then we can produce pretty much any format we like: | ||
6 | |||
7 | man: | ||
8 | |||
9 | $> asciidoc -b docbook -d manpage fluxbox.txt | ||
10 | $> xmlto man fluxbox.xml | ||
11 | |||
12 | pdf: | ||
13 | |||
14 | $> asciidoc -b docbook -d manpage fluxbox.txt | ||
15 | $> docbook2pdf fluxbox.xml | ||
16 | |||
17 | docbook: | ||
18 | |||
19 | $> asciidoc -b docbook-sgml -d manpage fluxbox.txt | ||
20 | |||
21 | html: | ||
22 | |||
23 | $> asciidoc -b xhtml -d manpage fluxbox.txt | ||
24 | |||
25 | and many many more ways to do it. | ||
26 | what do we need? well, at least: | ||
27 | |||
28 | http://www.methods.co.nz/asciidoc/ | ||
29 | http://cyberelk.net/tim/xmlto/ | ||
30 | |||
31 | and the rest of the docbook-family + maybe pdftex. | ||