CiderPress Apple II archive utility for Windows
Go to file
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
DIST Tweaks for 3.0.1 release. 2009-01-04 19:19:05 +00:00
app WinHelp to HtmlHelp conversion, part 1 2014-12-08 22:40:56 -08:00
diskimg Fix some static analyzer quibbles 2014-12-02 17:55:19 -08:00
linux Make gcc happy. 2009-01-03 19:08:48 +00:00
mdc File selection dialog update, part 2 2014-12-03 16:10:03 -08:00
nufxlib Define _CRT_SECURE_NO_WARNINGS and _CRT_NONSTDC_NO_DEPRECATE 2014-11-18 14:55:13 -08:00
reformat Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
util Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
zlib Define _CRT_SECURE_NO_WARNINGS and _CRT_NONSTDC_NO_DEPRECATE 2014-11-18 14:55:13 -08:00
.gitignore Visual Studio 2013 update 2014-11-03 14:05:07 -08:00
CP.sln Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
LICENSE.txt CP/M: added support for Microsoft Softcard "data only" disks. 2009-01-03 19:02:13 +00:00
README.md Update README.md 2014-11-19 16:51:23 -08:00
ReadMe.htm initial import 2007-03-27 17:47:10 +00:00

README.md

UNDER CONSTRUCTION

I'm in the process of updating CiderPress to work with newer tools (VS 2013) and operating systems.

Current status:

  • Win32 main application compiles and can execute basic functions, but there are still big pieces missing.
  • MDC application can't get past the initial "choose files" dialog.
  • Linux code doesn't compile.
  • The web documentation has been moved to github (see the gh-pages branch) and is available from http://a2ciderpress.com/.