fluxbox/doc/asciidoc
2007-03-10 18:14:56 +00:00
..
fluxbox-style.1 small changes to the asciidoc-docs 2006-10-27 07:02:14 +00:00
fluxbox-style.txt several fixes for background option in styles 2007-01-14 19:00:18 +00:00
fluxbox.1 small changes to the asciidoc-docs 2006-10-27 07:02:14 +00:00
fluxbox.es.txt * update of new manpage (thanx Guillermo Patterer) 2006-06-01 16:34:41 +00:00
fluxbox.txt changed default toolbar layer to DOCK 2007-03-10 18:14:56 +00:00
README.txt * cosmetics to Workspace.hh CurrentWindowCmd.cc 2006-04-22 07:03:58 +00:00

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

well, we 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.