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