Just to give anybody the opportunity to verify for themselves how easy it would be to manage Koha documentation with asciidoc + git, I've set up a git repository. To browse it: http://git.tamil.fr/?p=kohadoc To clone it: git clone git://git.tamil.fr/git/kohadoc Manual source file is a plain text asciidoc file, easy to read, update and track with git: * en/manual.txt * http://git.tamil.fr/?p=kohadoc;a=blob_plain;f=en/manual.txt;hb=HEAD From this source file with 'asciidoc' command (asciidoc manual.txt), you get an html version of the documentation: * en/manual.html * http://git.tamil.fr/?p=kohadoc;a=blob_plain;f=en/manual.html;hb=HEAD From the same source file with "a2x -format manual.txt" command, you get a PDF version: * en/manual.pdf * http://git.tamil.fr/?p=kohadoc;a=blob_plain;f=en/manual.pdf;hb=HEAD -- Frédéric