fluxbox/doc/asciidoc
2008-09-02 08:14:25 -04:00
..
de split documenation into different directories 2008-08-20 23:03:25 +02:00
es split documenation into different directories 2008-08-20 23:03:25 +02:00
fluxbox-keys.txt add SendToNextHead/SendToPrevHead commands, plus some cleanup in CurrentWindowCmd 2008-08-21 03:22:57 -07:00
fluxbox-remote.txt created new fluxbox-remote man page 2008-08-06 03:45:23 -07:00
fluxbox.1 some documentation updates 2008-09-02 08:14:25 -04:00
fluxbox.txt some documentation updates 2008-09-02 08:14:25 -04: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
Makefile split documenation into different directories 2008-08-20 23:03:25 +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.