Changes for version 0.80 - 2009-07-23

  • added sypport for dynamically-linked perl wrapper.
  • C library is clearly separated from perl The main idea is following: Core C library should be as language neutral and portable as possible.
  • As ANSI C lack standard map types, the code was designed so that wrapper should use its own language spacific (as Perl built-in hash) or library specific (C+glib, for example) HashOfHash type, and should provide abstract HashOfHash getters to the core C library as well as some other system specific calls.
  • released separate public backend library. (libhtmltmplpro.so.0.0.0, htmltmplpro.dll).
  • explicitly stated "LGPL or Artistic" license for the library.

Documentation

perl interface of HTML::Template::Pro
syntax of html template language for HTML::Template

Modules

Perl/XS module to use HTML Templates from CGI scripts