blob: e721f3788c4efb617b980a17c7dd29515a17bc82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Tempura - TEMPlate Utility for Ruby Application
===============================================
Tempura is a template library for Ruby to create a live XML document
that combines real data into an XML template.
Features:
* Template is in XML format that preview can be viewed as HTML
* Only some special XML attributes effect a result to expand a template
* Model data is an arbitrary Ruby object
* Separate view from model
* Support for event-driven web application
* Includes library parts for the Div as web application framework
Author: FUJIMOTO, Hisakuni <hisa@fobj.com>
WWW: http://www.fobj.com/tempura/
|