Files | Admin

Notes:

Release Name: 0.6.0

Notes: I have released rbTenjin 0.6.0. http://www.kuwata-lab.com/tenjin/ rbTenjin is a fast and full-featured template engine similar to eRuby but it has the following advantages against to eRuby and ERB. * Very fast (twice faster than eruby and three times faster than ERB) * Lightweight (only one file which contains about 1000 lines) * Not break HTML design because it uses XML Processing Instructions (PI) as embedded notation for Python statements. * Secure because it supports escaping expression value by default. * Auto caching of converted Python code. * Nestable layout template * Inlucde other templates * Capture part of template * Load YAML file as context data * Preprocessing support rbTenjin is more suitable for web applications than eRuby, because it doesn\\\'t break HTML desing of template and supports partial template and layout temlate. See rbTenjin User\\\'s Guide for details. http://www.kuwata-lab.com/tenjin/rbtenjin-users-guide.html


Changes: