TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: HTML Help: cutting out users? From:Alec Sonenthal <alec -at- GREENBROOK -dot- COM> Date:Sat, 24 Apr 1999 16:55:04 -0500
I'd like to expand on Stephen's excellent answer.
RoboHelp and RoboHTML are simply authoring tools. Period. RoboHelp is based on
an .rtf file-based environment, since it was originally designed to create
WinHelp files. Since then, it has expanded its range dramatically, offering
outputs to WinHelp, straight HTML, HTML Help, JavaHELP, Windows CE Help, among
others.
RoboHTML is an authoring tool designed to output specifically to HTML Help (it
can be used for other HTML development as well).
The delivery platforms are different from the authoring tool (RoboHELP is an
authoring tool, HTML Help or WinHelp is a delivery platform.).
In this case, if any percentage of your audience is not using Windows 98 or
Windows NT, then you have decisions that must be made. HTML Help is dependent on
significant parts of Internet Explorer. So, a Windows 95 user would potentially
need a "silent" install of IE components for HTML to work.
If parts of your audience are still on Windows 3.1, deploying HTML Help is darn
near impossible, at the moment.
So, you could require Windows 98 or NT, or you could require Windows 95 with a
substantial install of IE components, or reconsider the use of HTML Help, for a
while.
This takes you back to to WinHelp, which is still a viable platform. The WinHelp
engine is still present in upcoming releases of Windows and NT, so your WinHelp
files will work fine. The authoring tools all support WinHelp, so tools,
training, and resources are still readily available for quite a while.