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

# $Id: README,v 1.9 2009-09-25 14:33:31 fclement Exp $

OVERVIEW:

Htmlc is a general purpose generator and pre-processor for text files.

Htmlc is also a fast and simple HTML code generator: it generates regular
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 aspects 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.11 or later.

INSTALLATION:

- Type "./configure" or "./configure -ird <install_root_directory>".
  (For more information type "./configure -help".)

- Type "make".

- Become super-user if necessary and type "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
1997, 2009 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.

LICENSE:

Htmlc is free software. See the LICENSE file for more information.
