fluxbox/doc/asciidoc
2008-08-19 09:18:32 -07:00
..
fluxbox-keys.txt combined code for saved window positions and MoveTo key command 2008-08-18 05:12:30 -07:00
fluxbox-remote.txt created new fluxbox-remote man page 2008-08-06 03:45:23 -07:00
fluxbox.1 add [transient] tag to apps file to match transient windows 2008-08-19 09:18:32 -07:00
fluxbox.de.1 use asciidoc-generated manpages from now on 2007-04-23 18:48:40 +00:00
fluxbox.de.txt * Fix fluxbox.1.in, and asciidoc, menu command is "wallpapers" not 2007-06-04 15:32:23 +00:00
fluxbox.es.1 use asciidoc-generated manpages from now on 2007-04-23 18:48:40 +00:00
fluxbox.es.txt * Fix fluxbox.1.in, and asciidoc, menu command is "wallpapers" not 2007-06-04 15:32:23 +00:00
fluxbox.txt add [transient] tag to apps file to match transient windows 2008-08-19 09:18:32 -07:00
fluxstyle.1 fluxstyle.1: fixed typo which prevent substitution for path to styles directory. 2008-05-07 08:01:38 +02:00
fluxstyle.txt fluxstyle.1: fixed typo which prevent substitution for path to styles directory. 2008-05-07 08:01:38 +02:00
README.txt use asciidoc-generated manpages from now on 2007-04-23 18:48:40 +00:00

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.