Commit Graph

3 Commits

Author SHA1 Message Date
espie
46d3548829 normalize pkgpath 2011-09-16 11:41:38 +00:00
ajacoutot
3f440e05d0 Trailing whitespace. 2010-12-20 18:20:16 +00:00
jeremy
c2fbcefc21 Import ruby-liquid 2.2.2, dependency of ruby-jekyll
Liquid is a template engine which I wrote for very specific
requirements:

* It has to have beautiful and simple markup. Template engines which
don't produce good looking markup are no fun to use.

* It needs to be non evaling and secure. Liquid templates are made so
that users can edit them. You don't want to run code on your server
which your users wrote.

* It has to be stateless. Compile and render steps have to be seperate
so that the expensive parsing and compiling can be done once and later
on you can just render it passing in a hash with local variables and
objects.
2010-12-20 18:17:03 +00:00