C# Mono/.Net HTML.Template.Pro wrapper library version 0.83.1
==============================

DESCRIPTION

Original HTML::Template is a perl module written by Sam Tregar, sam@tregar.com
with contributions of many people mentioned there.
Their efforts caused HTML::Template to be mature html tempate engine
which separate perl code and html design.

This wrapper library provides C# interface for a libhtmltmplpro, 
a fast lightweight C reimplementation
of HTML::Template (as of 2.9) and HTML::Template::Expr (as of 0.0.7). 
Designed for heavy upload, resource limitations, small memory footprint.
HTML::Template::Pro has complete support of filters and HTML::Template::Expr's 
tag EXPR="<expression>", including user-defined functions.

HTML::Template::Pro loads, parse and outputs template on fly, 
when you call output*, in one pass. The corresponding code is 
written in C and glued to C#.

INSTALLATION

The wrapper library compiles and works under Mono or .Net 2.0 or higher.

DEPENDENCIES

libhtmltmplpro.

TODO

WEBSITE

You can find information about HTML::Template::Pro at:

   http://html-tmpl-pro.sourceforge.net 
	and 
   http://sourceforge.net/projects/html-tmpl-pro

Original HTML::Template and other related modules are located at:

   http://html-template.sourceforge.net


COPYRIGHT AND LICENCE

Copyright (C) 2005-2009 by I. Yu. Vlasenko.
Pieces of code in Pro.pm and documentation of HTML::Template are
copyright (C) 2000-2009 Sam Tregar (sam@tregar.com)
Other contributors to the code base are listed in Changes.

The template syntax, interface conventions and a large piece of documentation 
of HTML::Template::Pro are based on CPAN module HTML::Template 
by Sam Tregar, sam@tregar.com.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available,
or, at your option, under the terms of the GNU Lesser General Public License 
as published by the Free Software Foundation; either version 2 of the 
License, or (at your option) any later version.

