fluxbox/doc/asciidoc
..
de
es
client-patterns.txt
fluxbox-apps.5
fluxbox-apps.txt
fluxbox-keys.5
fluxbox-keys.txt
fluxbox-remote.txt
fluxbox-style.txt Renamed fluxstyle(1) to fluxbox-style(5) 2009-05-26 16:14:47 -04:00
fluxbox.1
fluxbox.txt
Makefile Process all asciidoc-generated man pages with sed 2009-05-26 16:16:06 -04:00
README.txt

whats this? this is the attempt to write the documentation for 
fluxbox in ascii-doc format. how does it work?

well, just edit fluxbox.txt from this directory. save it.
then we can produce pretty much any format we like:

man:

  $> asciidoc -b docbook -d manpage fluxbox.txt
  $> xmlto man fluxbox.xml

pdf:

  $> asciidoc -b docbook -d manpage fluxbox.txt
  $> docbook2pdf fluxbox.xml

docbook:

  $> asciidoc -b docbook-sgml -d manpage fluxbox.txt

html:

  $> asciidoc -b xhtml -d manpage fluxbox.txt

and many many more ways to do it.
what do we need? well, at least:

  http://www.methods.co.nz/asciidoc/
  http://cyberelk.net/tim/xmlto/

and the rest of the docbook-family + maybe pdftex.