Affectionately known as Conan the Librarian, and with all due acknowlegement to Wierd Al.Yankovic ":^)", this script makes VMS Help and Text libraries accessible in the hypertext environment.
The librarian script will be automatically activated if the file specified
has an extension of ".HLB" or ".TLB".
Alternatively it may be explicitly activated by specifying /conan
as a prefix to the file specification (but the ability to provide a relative
specification is lost). The following examples illustrate the syntax:
<A HREF="/sys$common/syshlp/helplib.hlb">VMS help</A>
<A HREF="/conan/sys$common/syshlp/helplib.hlb">VMS help via /Conan</A>
The following links provide an online demonstration:
To obtain an index of matching libraries explicitly activate the
Conan script providing a wildcard file specification.
<A HREF="/conan/sys$common/syshlp/*.hlb">All Help libraries in SYS$HELP</A>
The following link provides an online demonstration:
To obtain the library header information add a query string to the library
file specification, as shown in the following example:
<A HREF="/conan/sys$common/syshlp/helplib.hlb?do=header">VMS help library header</A>
The following link provides an online demonstration: