fluxbox/doc/asciidoc
2007-11-12 21:59:43 +00:00
..
fluxbox.1 use asciidoc-generated manpages from now on 2007-04-23 18:48:40 +00: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 allow arbitrary window patterns in iconbar 2007-11-12 21:59:43 +00:00
fluxstyle.1 use asciidoc-generated manpages from now on 2007-04-23 18:48:40 +00:00
fluxstyle.txt use asciidoc-generated manpages from now on 2007-04-23 18:48:40 +00: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.