fluxbox/doc/asciidoc
Jim Ramsay 56e393a71c Added fluxbox-apps(5) manpage
This now shares the CLIENT PATTERNS section in common with fluxbox-keys(5), so I
split this out into a client-patterns.txt which is included by both
fluxbox-apps.txt and fluxbox-keys.txt.
2009-05-26 16:14:01 -04:00
..
de split documenation into different directories 2008-08-20 23:03:25 +02:00
es remove rootcommand from init file 2008-10-04 18:49:00 -07:00
client-patterns.txt Added fluxbox-apps(5) manpage 2009-05-26 16:14:01 -04:00
fluxbox-apps.5 Added fluxbox-apps(5) manpage 2009-05-26 16:14:01 -04:00
fluxbox-apps.txt Added fluxbox-apps(5) manpage 2009-05-26 16:14:01 -04:00
fluxbox-keys.5 Added fluxbox-apps(5) manpage 2009-05-26 16:14:01 -04:00
fluxbox-keys.txt Added fluxbox-apps(5) manpage 2009-05-26 16:14:01 -04:00
fluxbox-remote.txt created new fluxbox-remote man page 2008-08-06 03:45:23 -07:00
fluxbox.1 Added fluxbox-apps(5) manpage 2009-05-26 16:14:01 -04:00
fluxbox.txt increase default size of toolbar and icon buttons 2008-10-18 21:40: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
Makefile Added fluxbox-apps(5) manpage 2009-05-26 16:14:01 -04: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.