Purpose:

  This directory is meant to be a stand-alone "test application"
  that exercises the Navigator remote help mechanism.  There are
  two executables, navhelp and navhelp-dev.  navhelp lets the user
  type in the help ID, and only works with the Navigator 3.0 release (currently in beta release) or later.
  navhelp-dev has a hard-coded example that shows how to write
  a Navigator-based help system that works with any version of Navigator
  1.1 or later.

  


Files:

  Imakefile, 
  Makefile.raw:

    Use xmkmf to generate a makefile for your system.

  Makefile:

    Hack this makefile if xmkmf doesn't work for you.
    This builds both navhelp and navhelp-dev executables.

  navhelp.c,
  navhelp:

    Non-developer testing tool; basically you type in the help file
    location, and then type in the ID and hit "test" and navigator
    visits that help page.  navhelp.c is the source file for navhelp.

  navhelp-dev.c
  navhelp-dev:

    Techie example of how one might stick in a Navigator-based help menu
    into a 3rd party application.  URL's are hard-coded.  Support for
    pre-3.0 navigators exists.  

    Note: For the case of versions <3.0, the help file location is used
          to find the sitemgr.html file by truncating the "smhelp.h" string.


                       --------------------------------
