[0001]
[0002]
[0003]
[0004]
[0005]
[0006]
[0007]
[0008]
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015]
[0016]
<p> CGI-compliant script providing access to VMS help and text libraries.
See <a href="/wasd_root/runtime/conan/conanhelp.html">ConanHelp.html</a>

<p> Requires the following entries in the server's configuration file

<pre>  .HLB  application/x-script  /Conan  VMS help library
  .TLB  application/x-script  /Conan  VMS text library
</pre>

and in the server's rule-mapping file

<pre>  script /conan* /cgi-bin/conan*
  script /help* /cgi-bin/conan*
</pre>

Works well considering it was one hack after another :^)