From: David J. <dav...@ea...> - 2001-04-28 07:03:24
|
Hi, I have put together a framework for firebird to generate documentation from DocBook xml documents. It is available as tar.bz2 format on http://home.earthlink.net/~davidjencks/ I have a zip but it didn't fit. What you get on unpacking is a "manual" directory containing all the directories, files, libraries, etc needed for a documentation project. All you have to do is supply the xml content. The source is in manual/src/docs. To compile to html, go to manual/src/build and run build.sh defaulthtml. You need java jdk probably 1.3. The ant script will tell you what it is doing - takes about 20 sec., and the results will be in dist/docs/defaulthtml. I've set up some simple graphics using Markus's logos, maybe I went overboard. See what you think. Let me know if there are problems using this. If everyone likes it I'll remove the stupid example content and commit it. The download is about 3.5 meg due to all the libraries. I can't keep this up on my site indefinitely, these two files use up almost all my space. Thanks David Jencks |