From: Austin Ziegler Date: 2005-11-19T04:56:05+09:00 Subject: Re: generic, non web based templating engine? On 11/18/05, Michael Campbell wrote: > Is there a generic templating engine for ruby, a la Freemarker for > Java? What I'm looking for is something that can take a ruby "model" > (object graph, hashes, lists, etc.), a template, merge the 2 and spit > out the result. Look at the work in Ruwiki's templating engine. It's based on the RDoc templating engine. Both work well with web pages but are not restricted to web pages. The Ruwiki modifications to that engine are perhaps more appropriate to non-webpage items because I did some work to make sure that single-line replacements work very well. It should be extractable, but I haven't taken the time to do so as a separate download. -austin -- Austin Ziegler * halostatue@gmail.com * Alternate: austin@halostatue.ca