caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* CamlTemplate 1.0 released
@ 2005-05-26 12:09 Benjamin Geer
  0 siblings, 0 replies; only message in thread
From: Benjamin Geer @ 2005-05-26 12:09 UTC (permalink / raw)
  To: caml-list

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-26 12:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-26 12:09 CamlTemplate 1.0 released Benjamin Geer

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).