fluxbox/doc/asciidoc
2009-05-26 16:16:07 -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
fbrun.txt Moved fbrun(1) to asciidoc format 2009-05-26 16:16:07 -04:00
fbsetbg.txt Moved fbsetbg(1) to asciidoc format 2009-05-26 16:16:07 -04:00
fluxbox-apps.5 Added fluxbox-apps(5) manpage 2009-05-26 16:14:01 -04:00
fluxbox-apps.txt Created fluxbox-menu(5) 2009-05-26 16:16:06 -04:00
fluxbox-keys.5 Added fluxbox-apps(5) manpage 2009-05-26 16:14:01 -04:00
fluxbox-keys.txt Created fluxbox-menu(5) 2009-05-26 16:16:06 -04:00
fluxbox-menu.txt Created fluxbox-menu(5) 2009-05-26 16:16:06 -04:00
fluxbox-remote.txt Created fluxbox-menu(5) 2009-05-26 16:16:06 -04:00
fluxbox-style.txt Created fluxbox-menu(5) 2009-05-26 16:16:06 -04:00
fluxbox.1 Added fluxbox-apps(5) manpage 2009-05-26 16:14:01 -04:00
fluxbox.txt Created fluxbox-menu(5) 2009-05-26 16:16:06 -04:00
Makefile Moved fbsetbg(1) to asciidoc format 2009-05-26 16:16:07 -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.