Delila Program: httplink

httplink program

Documentation for the httplink program is below, with links to related programs in the "see also" section.

{version = 1.05; (* of httplink.p 1999 August 2}

(* begin module describe.httplink *)
(*
name
   httplink: find URLs in a file and make them into links

synopsis
   httplink(afile: in, httplinkp: in, input: out, output: out)

files
   input:  a file.

   httplinkp:  parameters to control the program.  The file must contain the
      following parameters, one per line:

      parameterversion: The version number of the program.  This allows the
         user to be warned if an old parameter file is used.
(not used)

   output: a copy of the input file with URLs turned into html links.

description
   Convert a file to html links.

examples

documentation

see also

author
   Thomas Dana Schneider

bugs

technical notes

*)
(* end module describe.httplink *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}