Archive for February, 2008

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.

cgi-exception 0.2.0 released - a small library to show exception in your browser

February 22nd, 2008

I have released cgi-exception 0.2.0. http://cgi-exception.rubyforge.org/ cgi-exception is a small library to report exception raised in CGI script into your browser, like PHP. Once you install cgi-exception, you don’t have to look up web server’s log file to check what and at where exception raised in your CGI script.

Enhancements from 0.1.0:

mod_ruby support detect whether HTTP header printed or not omit [...]

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 [...]