Hi, In my applications documentation, I'm using the last chapter for reference-documentation.
Basically it's a chapter with a lof of <refentry>'s. This works great so far. In the generated HTML format, with docbook2html, all the different functions/commands mentioned as refentry's are on there own seperate page. But for easy readability, I would like them all to show up on the same page, so the user can scroll through them. The same concept as here: http://httpd.apache.org/docs/mod/directives.html Where the user clicks on a reference, and he comes to a page where he can see the other items as well. Another question that was bugging me (not related to above): How can I make docbook2html output only one HTML page, instead of many small ones? - Morten.
