From: Brian Candler Date: 2009-12-28T19:51:46+09:00 Subject: Re: Stencil 0.1 Released unknown wrote: > Stencil version 0.1 has been released! > > Stencil is a templating library with a number of design goals. Can you explain what advantages it has over mustache and liquid? Both are templating languages which don't allow ruby code to be embedded directly and so are safe for untrusted users to write templates. Both are suitable for non-HTML uses (although mustache does do HTML entity escaping by default, I believe), and both are easily extended. Your home page doesn't give any examples of how to use it, and the README just says: "This is a Really Cool Ruby Thing ( That deserves better documentation than this. )" So at the moment, I'd say you're setting the barrier too high if you're hoping to generate some interest. I am interested in templating languages in general, but I don't want to have to reverse-engineer your project just to see whether it might be useful to me or not. Regards, Brian. -- Posted via http://www.ruby-forum.com/.