caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Pierre Weis <weis@latour.inria.fr>
To: caml-announce@inria.fr
Subject: [Caml-list] New release of htmlc
Date: Sat, 14 Aug 2004 18:33:54 +0200 (MEST)	[thread overview]
Message-ID: <200408141633.i7EGXsRs095822@latour.inria.fr> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3019 bytes --]

[Version française ci-dessous]

Htmlc, an HTML pages compiler

I am pleased to announce the 1.50 version of Htmlc, a convenient tool
to manage a set of WEB pages in order to maintain the common look of those
pages and factorize the repetive parts of their HTML code.

Htmlc allows the automatic insertion of the result of arbitrary Unix
commands into the generated pages.

Htmlc expanses on the fly ``$id'' variables written in the source
document: the binding for $id could be written in the document or in
an Htmlc environment source file (and guess what ? the syntax to
define id is ``let id = value;;'', so that environment files for Htmlc
are valid Caml implementation files :).

Htmlc encourages the usage of simple HTML templates that lowerize the
burden of writing the HTML pages.

Htmlc is also very convenient to produce the final HTML page result of
a CGI program from static templates and execution environments created
on the fly by the CGI.

Htmlc is still evolving from its initial satus of SSI static resolver
to the plain HTML page compiler we are all dreaming of. So, please,
don't hesitate to send your constructive remarks and contributions !

Htmlc home page is http://pauillac.inria.fr/htmlc/
Htmlc source files can be found at
ftp://ftp.inria.fr/INRIA/cristal/caml-light/bazar-ocaml/htmlc-1.5.tgz

Enjoy.

Pierre Weis.

[Version française]

Htmlc : un compilateur de pages HTML

J'ai le plaisir d'annoncer la sortie de la version 1.50 de Htmlc, un
outil de génération de pages Web qui permet de maintenir facilement
une certaine unité d'aspect et de mettre en facteur les parties
communes de vos pages Web.

Htmlc permet l'insertion de la sortie d'une commande Unix arbitraire
dans les pages engendrées.

Htmlc substitue à la volée les variables ``$id'' rencontrées dans le
code source: la liaison pour $id peut être écrite dans le document ou
définie dans un fichier d'environnement pour Htmlc (et devinez la
syntaxe de définition de id ? C'est ``let id = value;;'', de sorte
qu'un fichier d'environnement pour Htmlc est un fichier
d'implémentation Caml correct).

Htmlc encourage la définition et l'utilisation de modèles de pages
pour faciliter l'écriture des pages HTML.

Htmlc est également très pratique pour produire la page HTML de
réponse d'un CGI, à partir de modèles de réponse et d'un
d'environnement produit à la volée par le CGI.

Htmlc est bien sûr toujours en plein développement (ce n'était au
départ qu'un outil de résolution statique des SSI) et n'attend que vos
remarques constructives et vos contributions pour croître et embellir!

La page Web de Htmlc est http://pauillac.inria.fr/htmlc/

Les fichiers sources de Htmlc sont en
ftp://ftp.inria.fr/INRIA/cristal/caml-light/bazar-ocaml/htmlc-1.5.tgz

Amusez-vous bien.

Pierre Weis.

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


                 reply	other threads:[~2004-08-14 16:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200408141633.i7EGXsRs095822@latour.inria.fr \
    --to=weis@latour.inria.fr \
    --cc=caml-announce@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).