aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/README.txt
diff options
context:
space:
mode:
authormathias <mathias>2006-04-22 07:03:58 (GMT)
committermathias <mathias>2006-04-22 07:03:58 (GMT)
commitdc532830606461182f5b9fbac54847a1b3c5b080 (patch)
tree19067747564dca5d1bdabd00c1e0024735187d73 /doc/asciidoc/README.txt
parentedafa987bee64b898ab301263431f97fbd9445e2 (diff)
downloadfluxbox-dc532830606461182f5b9fbac54847a1b3c5b080.zip
fluxbox-dc532830606461182f5b9fbac54847a1b3c5b080.tar.bz2
* cosmetics to Workspace.hh CurrentWindowCmd.cc
* added first draft of new docs in asciidoc format, needs to be converted properly to roff-format, right now its just a temporary "home" * rename of Coding_style to CODESTYLE
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.