Commit Graph

6 Commits

Author SHA1 Message Date
jasper
6d0b93d23c - update to liquid-2.4.1 2013-01-18 18:11:51 +00:00
naddy
0a8ee9791e spelling 2012-12-31 15:48:10 +00:00
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
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