I found this interesting discussion regarding help file formats and the future direction they may take. We are at a crossroad with our new .NET project in that we need to decide on the best format for our help file documentation.
Here is the discussion mentioned above;
The future direction of Help File formats
Our current line of thinking is that we will build an HTML help file which will be local to the user. Is it possible to compile all the HTML (graphics and pages) into one file that can be shipped, as opposed to many individual files? This would be the tidiest solution.
CHM is another obvious choice but seems to be on the out.
Any thoughts?