Hi
I am ready with my URLyBird - I start to prepare the deploy and I have a small question about the the documentation.
My GUI provides an online help based on chained HTML files - this files are accessible from the GUI side via the online help system, thats why all this html files are packed in the runme.jar.
According with my specification I need to provide user documentation for the database and server
User documentation for the database server and the gui client. If your user documentation is online then you may omit this file. However, if the documentation is not online, you must provide either a single plain ASCII (not word processor format) text document, which must be called userguide.txt, or multiple HTML files which must all be accessible from a starting point document that must be called userguide.html.
I choose the html version. For this I make a separate copy of the html files form the online help, I provide an userguide.html start page and I chain this to the online help files. But in this way I have the online help two times once in my jar for the online help and once for the userguide, this is a little bit redundant.
What you people think about ?
Regards M