From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id SAA05134; Wed, 22 Sep 2004 18:08:47 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id SAA05326 for ; Wed, 22 Sep 2004 18:08:46 +0200 (MET DST) Received: from yquem.inria.fr (yquem.inria.fr [128.93.8.37]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id i8MG8kti009623 for ; Wed, 22 Sep 2004 18:08:46 +0200 Received: by yquem.inria.fr (Postfix, from userid 24253) id 244A5BC43; Wed, 22 Sep 2004 18:08:46 +0200 (CEST) To: caml-announce@inria.fr Subject: [Caml-list] New release 1.60 of htmlc Message-Id: <20040922160846.244A5BC43@yquem.inria.fr> Date: Wed, 22 Sep 2004 18:08:46 +0200 (CEST) From: weis@yquem.inria.fr (Pierre Weis) X-Miltered: at concorde with ID 4151A38E.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; weis:01 pierre:01 weis:01 factorize:01 repetive:01 bug:01 lowerize:01 satus:01 bazar-ocaml:01 htmlc-:01 pierre:01 d'annoncer:01 certaine:01 d'aspect:01 communes:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk [Version française ci-dessous] Htmlc, an HTML pages compiler I am pleased to announce the 1.60 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. This version is a bug fix release and documentation has been improved (htmlc got a new Unix man page). 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.6.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.60 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. Cette version corrige des erreurs et la documentation est améliorée (htmlc a maintenant une page de manuel Unix). 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.6.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