plTenjin 0.0.2 and pyTenjin 0.6.2 released - the fastest template engine in the world

February 28th, 2008

I have released plTenjin 0.0.2 and pyTenjin 0.6.2. http://www.kuwata-lab.com/tenjin/ Tenjin is the fastest template engine in the world. It is not only very fast but also full-featured and easy-to-use.

phpTenjin 0.0.2 and rbTenjin 0.6.2 released - the fastest template engine in the world

February 25th, 2008

I have released phpTenjin 0.0.2 and rbTenjin 0.6.2. http://www.kuwata-lab.com/tenjin/ Tenjin is the fastest template engine in the world. It is not only very fast but also full-featured and easy-to-use.

rbTenjin 0.6.1 released - the fastest template engine in the world

February 8th, 2008

I have released rbTenjin 0.6.1. http://www.kuwata-lab.com/tenjin/ changes: http://www.kuwata-lab.com/tenjin/rbtenjin-CHANGES.txt

rbTenjin is a fast and full-featured template engine similar to eRuby but it has the following advantages against to eRuby and ERB.

jsTenjin 0.0.2 released - a fast & lightweight template engine for JS

February 1st, 2008

I have released jsTenjin 0.0.2. http://www.kuwata-lab.com/tenjin/

jsTenjin is a very fast and lightweight template engine for JavaScript. It is especially designed for server-side programming and works on both SpiderMonkey and Rhino. Also jsTenjin package contains client-side library which is a subset of server-side library.

0.0.2 is a bug fix release.

Bugfix

On SpiderMonkey, if template was large (>=4KB) then Tenjin#readFile() inserted extra [...]

pyTenjin 0.6.1 released

October 23rd, 2007

pyTenjin 0.6.1 has been released.

http://www.kuwata-lab.com/tenjin/

pyTenjin is a fast and full-featured template engine based on embedded Python. You can embed any Python statements and expressions in your text file. pyTenjin converts it to Python program and evaluate it with context data.

[Enhancements]

Benchmark script (benchmark/bench.py) is rewrited. Benchmark supports Genshi, Mako, and Templetor. Add examples.

[Bugfix]

Typo in User’s Guide is fixed.