*** html.pl *** (Version 96.1.2)
A Simple HTML Package for Prolog and CLP systems
Copyright (C) 1996 UPM-CLIP.
This package is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published
by the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.
This package is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this package; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
M. Hermenegildo (herme@fi.upm.es) & D. Cabeza (dcabeza@fi.upm.es) using
input from L. Naish's forms and F. Bueno's previous Chat interface
CLIP Group Grupo CLIP
Dept. of Artificial Intelligence Depto. de Inteligencia Artificial
School of Computer Science Facultad de Informatica
Technical University of Madrid Universidad Politecnica de Madrid
28660-Boadilla del Monte, MADRID 28660-Boadilla del Monte, MADRID
SPAIN SPAIN
Email Address: clip@dia.fi.upm.es
URL: https://cliplab.org/
Getting the Files
-----------------
The latest version of the Prolog HTML package is available via anonymous
ftp from the CLIP ftp server, ftp://clip.dia.fi.upm.es/pub/software.
Installation
------------
To install simply uncompress and untar the distribution in a convenient
directory. Then edit the options in Makefile to suit your system. In
particular, copy the files in the images directory to an accessible
directory in your server and change ICONDIR to point to this directory
(if you cannot do that, bear in mind that these images will have to
travel from Spain, Europe!). Also, if you will be generating cgi-bin
executables (only available in some systems) change CGIBINDIR to point
to a cgi-bin type directory where you have write access. Finally, change
SYSTEM to the Prolog system you will be using (if your system is not
listed, perhaps you can make a compatibility file c_*.pl for it,
providing the necessary support predicates. If you do so, please send
us the changes!). Now, run "make html.pl". If your OS does not have
"make", then manually produce html.pl from html0.pl and the appropriate
c_*.pl compatibility file, changing and in the
code to the correct values.
Manual
------
Read the manual for further instructions.
dvi, ps, and html versions of the manual are provided in the
distribution in the doc directory.
The latest version of the manual can be accessed on-line from
https://cliplab.org/miscdocs/html_pl/html_pl.html
Mentioning this work
--------------------
If you find this package useful and develop an application with it,
we would appreciate if you mention our work by citing the user's
manual and/or by putting a pointer to its location in our WWW pages
(https://cliplab.org/miscdocs/html_pl/html_pl.html)