I wonder if there is a safe template that reassemble ERB. ERB is very easy to use, but the deadly part to use that in a CMS is the over powerful access (you can just write some really nasty stuff with that in a matter of seconds...) So I wonder if there is any chance such language exist.

Please I don't want radius/liquid..... writing extension for that is too much trouble and the template syntax itself is just not my cup of tea... I would want to avoid it if ever possible.

Update: This is not perfect (as its not erb) but seems way much better than Liquid: http://github.com/scottpersinger/laminate

You have to use Lua for your template, but Lua is already a lot better than trying to use liquid (which disable you from doing a simple assignment syntax...)

link|improve this question

27% accept rate
You're letting your end users enter the template language code itself? I'm not sure what you're trying to accomplish here. – jdl Nov 11 '09 at 16:24
A hosted CMS which allow designers with some HTML knowledge to create their own template without doing a rm -rf . in your file system. – goodwill Nov 11 '09 at 17:42
Yes- I am letting end users (the web master) to entire their own template, thats the whole point why a library like LiquidMarkup exist. Unfortunately liquid markup is a very terrible language to write- most people given up php smarty style template engine, and Liquid actually reassemble that. – goodwill Nov 11 '09 at 17:45
What do you have against liquid? What are you trying to extend it to do? – Ryan Bigg Nov 11 '09 at 20:45
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.