# # Hyperhelp # ---------------------------------------------------------------------- # Utility calls to implement a hypertext help function # # AUTHOR: Michael J. McLennan Phone: (215)770-2842 # AT&T Bell Laboratories E-mail: michael.mclennan@att.com # # RCS: hyperhelp.tcl,v 1.2 1994/01/04 16:09:39 mmc Exp # ---------------------------------------------------------------------- # Copyright (c) 1993 AT&T Bell Laboratories # ====================================================================== # Permission to use, copy, modify, and distribute this software and its # documentation for any purpose and without fee is hereby granted, # provided that the above copyright notice appear in all copies and that # both that the copyright notice and warranty disclaimer appear in # supporting documentation, and that the names of AT&T Bell Laboratories # any of their entities not be used in advertising or publicity # pertaining to distribution of the software without specific, written # prior permission. # # AT&T disclaims all warranties with regard to this software, including # all implied warranties of merchantability and fitness. In no event # shall AT&T be liable for any special, indirect or consequential # damages or any damages whatsoever resulting from loss of use, data or # profits, whether in an action of contract, negligence or other # tortuous action, arising out of or in connection with the use or # performance of this software. # ====================================================================== # # USAGE: # Each application must register its intent to use HyperHelp by # invoking "hyperhelp_init" near the start of the application: # # hyperhelp_init # # Thereafter, help files are displayed using one of the following # calls: # # hyperhelp_file [ ] <== call to display info in file # hyperhelp_mesg [ ] <== call to display string info # # HYPERLINKS: # To handle hypertext jumping between help files, edit the help # files and embed commands of the form: # # %% hyperhelp_link