#*********************************************************************#
#                                                                     #
#                           Htmlc                                     #
#                                                                     #
#            Pierre Weis, projet Cristal, INRIA Rocquencourt          #
#                                                                     #
# Copyright 1997, 2004 Institut National de Recherche en Informatique #
# et en Automatique. Distributed only by permission.                  #
#                                                                     #
#*********************************************************************#

#(* $Id: Exp *)

OVERVIEW:

Htmlc is a fast and simple HTML code generator: it generates HTML code
from source files that contain directives to include other
files. Htmlc allows the definition of templates for your WEB pages and
automates the most tedious task in maintaining a WEB site: the global
modification and maintainance of similar aspect of the HTML pages of
the site. Htmlc helps you to add this distinctive and personal touch
to your WEB pages via the automatic inclusion of fragments of HTML
pages (e.g. headers and footers) that are shared by all your pages.

In addition, Htmlc provides basic support for verbatim inclusion of
programs in HTML pages.

REQUIREMENTS:

Htmlc requires Objective Caml 3.0 or later.

INSTALLATION:

- Edit config/Makefile to set configuration options, following the
  comments in that file.  You must set the BINDIR variables
  to reflect the directory where you want to install the software
  (default is /usr/local/bin).  Other variables have reasonable defaults.

- Do "make all".

- Become super-user if necessary and do "make install".


DOCUMENTATION:

- The doc/ subdirectory contains the documentation in HTML.


SUPPORT:

- Please send bug reports and comments to caml-devel@inria.fr

COPYRIGHT:

All files marked "Copyright INRIA" in this distribution are copyright
2000 Institut National de Recherche en Informatique et en Automatique
(INRIA) and distributed under the conditions stated in file LICENSE.
They can be freely redistributed, provided the copyright notice
remains attached.
