Download List

Projeto Descrição

Template Lite is a very fast and small HTML
template engine that was originally created as a
smaller replacement for Smarty and known as Smarty
Light. For the most part, it is a drop in
replacement for Smarty but uses around half of the
memory and is considerably faster and far less CPU
intensive when compiling and displaying templates.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-01-05 09:22
2.10

register_resource e apoio unregister_resource foi adicionado. Diferentes recursos são suportados por tudo, exceto para o modelo em cache de saída. O _get_resource função interna foi adicionado para transformação "file:" e os recursos tag absoluta. O plugin resize_image foi adicionado. Suporte para caminhos absolutos para arquivos de modelo foi corrigido.
Tags: Minor feature enhancements
register_resource and unregister_resource support
was added. Different resources are supported by
everything except for cached template output. The
_get_resource internal function was added for
processing "file:" and absolute tag resources. The
resize_image plugin was added. Support for
absolute paths to template files was fixed.

2006-12-18 02:52
2.00

Esta versão tem um grande número de alterações ao código do núcleo para tornar o sistema mais modular. Muitas funções do compilador são módulos que são carregados apenas se necessário por um modelo. Isto reduz significativamente o overhead de todos por uma quantidade considerável se você criar um modelo padrão (174k usado pelo compilador).
Tags: Major feature enhancements
This release has a large number of changes to the core code
to make the system more modular. Many compiler functions
are now modules that are loaded only if needed by a template.
This greatly reduces the over all overhead by a considerable
amount if you create a standard template (174k used by the
compiler).

2006-09-02 01:06
1.90

Tags: Minor feature enhancements

2006-04-23 22:25
1.80

Esta versão adiciona uma variável reservada CONST, uma variável TEMPLATE_LITE_DIR constante, apoio na lista de variáveis) (include função, e suporte de depuração para modelos incluídos com o (include) function. Há várias correções de bugs.
Tags: Major feature enhancements
This release adds a CONST reserved variable, a TEMPLATE_LITE_DIR constant variable, variable list support in the {include} function, and debug support for templates included with the {include} function. There are several bugfixes.

2006-04-16 06:15
1.70

Suporte para funções de compilador e modificadores de variáveis padrão foi adicionado. Depuração de apoio e um console de depuração foram adicionados. Muitas melhorias foram feitas código de velocidade e menor uso de memória.
Tags: Major feature enhancements
Support for compiler functions and default
variable modifiers was added. Debugging support
and a debugging console were added. Many code
enhancements were made for speed and to lower
memory usage.

Project Resources