RAA - misen

THIS PAGE IS FOR PROJECT OWNER

Please see http://raa.ruby-lang.org/project/misen for users.

misen / 0.11.1

Short description: misen - Amrita power for any text
Category: Library/Text
Status: testing
Created: 2003-01-13 06:59:02 GMT
Last update: 2004-06-07 13:34:45 GMT
Owner: Shirai,Kaoru (Projects of this owner)
Homepage: http://devel.korinkan.co.jp/misen/
Download: http://devel.korinkan.co.jp/misen-0.11.1-all.tar.gz
License: BSD-type
Dependency:
Required by: kakiwiki/1.0.3
Description:

misen is the text template library like Amrita.

misen generates text document from a template and a model data. (Said 'template expansion') The difference to Amrita is:

* Not only HTML/XML, you can use it with any type of text.
* You can customize rules of parsing and formatting by implementing 'style'.
* Simpler architecture and faster.

Version 0.11.1
Added acquisitive expansion feature. When given dictionary does not have model data for node's identifier, it tries to take one from outer dictionary.