| Projects on Google Code | Results 1 - 10 of 33 |
TEA - Template Engine API
Why tea if we have a spectrum of choices ranging from simple to powerful:
java.text.MessageFormat, StringTemplate, Velocity, Jasper (JSP)
, just to name a few.
TEA takes a different approach - both simple and powerful:
+Absolute separation of template and code, n...
Application server template engine which execute JSP tag libraries that adhere to the 1.2 JSP specification written as XML/HTML comments. This engine can be used to render templates contianing JSP taglibs written as XML/HTML comments within a servlet container that that supports version 1.2 JSP spe...
Quicky - template engine for PHP, which supports Smarty and Blitz syntax as well. Quicky has many own features and capabilites.
Quicky is very very fast (it was designed for highload projects).
Java based template engine.
The home page for this project is at [http://jextra.net/javatemplar].
=Classifield=
# 簡介
==Short examples==
===PHP Script "sample.php"===
{{{
<?php
require_once 'Classifield.class.php';
$items = array('qwe', 'asd', 'zxc');
require_once new Classifield('sample.tpl.htm');
?>
}}}
===Template "sample.tpl.htm"===
{{{
<ul class="php-foreach-items">
<...
aspyte is a small template engine written in python. It uses a notation similar to the django template processor.
==Supported tags==
* {{ _expression_ }}
* {% if _condition_ %}
* {% elif _condition_ %}
* {% else %}
* {% for _element_ in _list_ %}
* {% block _name_ %}
* {% ext...
A simple template engine for PHP >=5.3.
* Extensible.
* Very lightweight.
* Very fast. (It converts template code into php code and executes the php code natively like Smarty).
* Supports template inheritance.
Useful links:
* [SteOverview phpSTE Overview]
* [http://code.google.c...
BlackPine is a simple template engine written in C++ with bindings to other languages using SWIG
http://ik.am/?code/blackpine (sorry Japanese only)
VMoom Asp.Net TemplateEngine Version 2 For C#
问沫Asp.Net模板引擎
Templights is template system that uses PHP as template language and has a powerful multiple inheritance support. Small memory footprint and efficient implementation results in very good performance of template system.
==Syntax==
Templates consists of blocks which can be nested or extended. ...