H02192 s 00000/00000/00058 d D 1.2 02/06/03 17:56:47 patch 3 2 c Import patch patch.37 cC cF25393 cK27076 cPsrc/doc/helpfile.html e s 00058/00000/00000 d D 1.1 02/06/03 17:56:41 patch 2 1 c Import patch patch.01 cC cF25308 cK26502 cO-rw-rw-r-- e s 00000/00000/00000 d D 1.0 02/06/03 17:56:41 patch 1 0 c BitKeeper file /home/orc/Src/ndialog/nd/doc/helpfile.html cBorc@pacific.pell.portland.or.us|ChangeSet|20020604075610|31977|6e29fa5631e78430 cF25307 cHpacific.pell.portland.or.us cK64248 cPnd/doc/helpfile.html cR2f64e44dd6a828f cV4 cX0x821 cZ-07:00 e u U f e 0 f x 0x821 t T I 2 Help files

How help files are made


Help files are html. A fairly restricted subset of html, but html nevertheless.

<HTML>
You encase a helpfile with this and </HTML>
<HEAD>
Like a web page, header information, like META and TITLE, goes in this section.
<TITLE>
The titlebar for the display window comes from this section.
<Hx>
Various types of headers. For the text helpfile driver, headers H1 and H2 are boldface uppercase, H3 and H4 are boldface, and the rest are simply as is.
<BLOCKQUOTE>
Indented 4 spaces, width 8 spaces narrower.
<P>
A paragraph. You can use ALIGN=LEFT, ALIGN=RIGHT, or ALIGN=CENTER to line it up the way you want.
<CENTER>
A shortcut for <P ALIGN=CENTER>
<A>
The traditional navigation tag. The helpfile driver does not understand html: and ftp: urls, just the file: url.
<BR>
put in a linebreak.
<PRE>
Do preformatted text.
<DL>
A html definition list, with items introduced with <DT> and item descriptions introduced with <DD>
<HR>
Horizontal rules. WIDTH= is supported, though only percentage widths are supported.
<B>, <I>, <TT>
Set the font to bold, italic, or typewriter.
NOTE: The help object supported by ndialog is currently not even slightly flexible. Any misplaced tag will lead to your rendered help document looking very bizarre. One things to look out for are to make certain that all <P> and </P> tags are matched and don't nest funnily.

Written March 1998 by David Parsons
E 2 I 1 E 1