caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Benjamin Geer <benjamin.geer@gmail.com>
To: caml-list@yquem.inria.fr
Subject: CamlTemplate 1.0 released
Date: Thu, 26 May 2005 13:09:32 +0100	[thread overview]
Message-ID: <9e008fda050526050924985901@mail.gmail.com> (raw)

CamlTemplate 1.0 has been released.

CamlTemplate is library for generating text from templates in
Objective Caml. It can be used to generate web pages, scripts,
SQL queries, XML documents and other sorts of text.

Features:

   * A versatile, easy-to-learn template syntax that supports
     common scripting-language constructs, while encouraging a
     separation between presentation logic and application
     logic.

   * The supported Caml data structures accomodate lists, tables
     and trees of items in a straightforward manner.

   * Works well with mod_caml and mod_fastcgi.

   * Supports any ASCII-compatible encoding, including UTF-8.

   * Optional support for multithreading.

Changes since the last release:

   * Fixed bug: META always depended on 'threads' even if
     threads weren't enabled. Thread support is now compiled
     into a separate file which can be linked in if needed,
     instead of being enabled when CamlTemplate is compiled
     (thanks to Janne Hellsten).

   * Fixed incorrect interpretation of backslashes.

   * Fixed reading of template files on Cygwin (thanks to Janne
     Hellsten).

   * Fixed incorrect handling of syntax errors in macro call
     arguments.

   * Added a FastCGI example.

CamlTemplate is available via GODI, or from:

http://saucecode.org/camltemplate

Enjoy!

Ben


                 reply	other threads:[~2005-05-26 12:09 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=9e008fda050526050924985901@mail.gmail.com \
    --to=benjamin.geer@gmail.com \
    --cc=caml-list@yquem.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).