ciderpress/app/Help/html/t284.htm
Andy McFadden 250d1043e3 WinHelp to HtmlHelp conversion, part 1
The original version of CiderPress used a WinHelp help file, built
with an application called HelpMatic Pro.  This app used a proprietary
format, and had no facility for exporting to "raw" HPJ + RTF files, so
I decompiled the HLP and imported it into HelpScribble.

Using HelpScribble, I cleaned up the help file formatting a little,
fixed up the table of contents, and exported as "raw" HtmlHelp (HHP,
HHK, HHC, and a whole bunch of HTML).  I also split the pop-up help
text, which isn't supported by HelpScribble, into a separate text file
that Microsoft's HTML Help Workshop understands.

I'm checking in the files that HTML Help Workshop needs to generate a
CHM, so anyone can update the help text.  I'm also checking in the CHM
file, rather than adding the help workshop to the build, so that it's
not necessary to download and configure the help workshop to build
CiderPress.

This change adds all of the updated help, but only updates the Help and
question mark button actions for one specific dialog.  A subsequent
change will update the rest of the dialogs.

This change is essentially upgrading us from a totally obsolete help
system to a nearly-obsolete help system, but the systems are similar
enough to make this a useful half-step on the way to something else.
The code will centralize help activation in a pair of functions in the
main app class, so any future improvements should be more limited in
scope.

This also adds a build step to copy the CHM to the execution directory.
2014-12-08 22:40:56 -08:00

36 lines
4.9 KiB
HTML

<HTML><HEAD>
<TITLE>CiderPress Help</TITLE>
<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<PARAM NAME="Keyword" VALUE="help, faq">
</OBJECT>
<META NAME="AUTHOR" CONTENT="Copyright (C) 2014 by CiderPress authors">
<META NAME="GENERATOR" CONTENT="HelpScribble 7.8.8">
<STYLE> span { display: inline-block; }</STYLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000">
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="4">CiderPress Help</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">&nbsp;</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">If you're reading this much, you know how to access the "help" system.&nbsp; In case you got here by accident: select "Contents..." from the "Help" menu, or hit F1 while the menus are active.&nbsp; Many of the interactive dialogs also have "Help" buttons that will take you directly to a relevant page.</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">&nbsp;</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">Most dialog windows have a little question mark ('?') in the upper right-hand corner.&nbsp; If you click on that, then click on a button or checkbox in the same window, you will get a short description of what that button does.</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">&nbsp;</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">A Frequently Asked Questions list and a CiderPress tutorial are available from http://a2ciderpress.com/.</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">&nbsp;</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">&nbsp;</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">The "About..." item on the Help menu brings up the CiderPress "About Box".&nbsp; This shows the version you're using, what versions of DLLs were loaded, and to whom your copy is registered.&nbsp; If the product has not been registered, it shows how many days are left in the 30-day evaluation period.</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">&nbsp;</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">"DLL" is an acronym for Dynamic Loadable Library.&nbsp; That's a fancy way of saying that it's a part of the program that is stored in a separate file, which means it can be shared among multiple copies of the same program or multiple different programs.&nbsp; The DLLs used by CiderPress are:</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">&nbsp;</FONT></P>
<UL STYLE="margin-top:0;margin-bottom:0;margin-left:10pt;"><LI><FONT FACE="MS Sans Serif" SIZE="2">DiskImg.&nbsp; All of the code for accessing disk images is here.&nbsp; This is an integral part of CiderPress, and is shared by the CiderPress application and MDC (Multi-Disk Catalog).</FONT>
<LI><FONT FACE="MS Sans Serif" SIZE="2">NufxLib.&nbsp; All of the code for accessing NuFX (ShrinkIt) archives is here.&nbsp; This is an open-source library developed by the author of CiderPress.&nbsp; It's also used by the NuLib2 command-line utility.</FONT>
<LI><FONT FACE="MS Sans Serif" SIZE="2">zlib.&nbsp; Free software from the authors of gzip.&nbsp; This provides "deflate" compression, and is used by hundreds of different applications.</FONT>
<LI><FONT FACE="MS Sans Serif" SIZE="2">wnaspi32, a/k/a "the ASPI layer".&nbsp; Unlike the previous DLLs, this one is only loaded when necessary.&nbsp; For CiderPress, it's only necessary under Win98/ME, so Win2K/XP users won't ever see this loaded.</FONT></UL>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">&nbsp;</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">The first three DLLs are distributed with CiderPress, and are updated whenever you download a new version of CiderPress.&nbsp; The ASPI DLL is part of the operating system, and may be replaced when you install CD recording software.&nbsp; (If you want to use a specific version of wnaspi32.dll, copy it into the CiderPress installation directory, usually C:\Program Files\faddenSoft\CiderPress\.)</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">&nbsp;</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;"><FONT FACE="MS Sans Serif" SIZE="2">Click on "Credits" to bring up some information about the development of CiderPress.&nbsp; If your copy has not been registered, click on "Enter registration code" to enter the code you received from faddenSoft after buying the product.</FONT></P>
<P STYLE="margin-top:0;margin-bottom:0;">
</P>
</BODY></HTML>