From dick@csci.csusb.edu  Mon Jul 26 23:07:52 1999
Received: from silicon.csci.csusb.edu ([139.182.38.1])
	by swi.swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id XAA12826
	for <prolog@swi.psy.uva.nl>; Mon, 26 Jul 1999 23:07:51 +0200 (MET DST)
From: dick@csci.csusb.edu
Received: from blaze.csci.csusb.edu (blaze.csci.csusb.edu [139.182.38.10])
	by silicon.csci.csusb.edu (8.9.1/8.9.1) with ESMTP id OAA23172;
	Mon, 26 Jul 1999 14:09:28 -0700 (PDT)
	(envelope-from dick@csci.csusb.edu)
Received: by csci.csusb.edu id NAA27789; Mon, 26 Jul 1999 13:56:31 -0700 (8.9.1 Berkeley Sendmail)
Date: Mon, 26 Jul 1999 13:56:31 -0700
Message-Id: <199907262056.NAA27789@csci.csusb.edu>
To: mike_maxwell@sil.org, prolog@swi.psy.uva.nl
Subject: Re:  using Index.html as Help file

Mike_Maxwell@sil.org asked:
< I wonder if this "name=<pred name>" structure couldn't be
< automatically generated in the HTML file?
Yes you can translate any formal* piece of documentation directly
into HTML with Xref/links.  I did it with SWI Prolog predicates
several version ago.  Try these when our network is
up(arrrgh):
	http://www.csci.csusb.edu/samples/prolog.predicates.html
	http://www.csci.csusb.edu/samples/prolog.html
You can also scan a set of HTML files extract all the <a name=...>
tags and form consolidated index or dictionary, which is easy to
search...
	http://www.csci.csusb.edu/samples#Search

Dick

*Note:  Formal means it has a defined syntax and semantics.

