Name: | rubygem-liquid |
Version: | 3.0.1 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 98720 |
License: | MIT and Ruby |
RPM: |
rubygem-liquid-3.0.1-2.el7.noarch.rpm
|
Source RPM: |
rubygem-liquid-3.0.1-2.el7.src.rpm
|
Build Date: | Sun Nov 05 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.liquidmarkup.org |
Summary: | A secure, non-evaling end user template engine with aesthetic markup |
Description: | Liquid is a template engine which was written with 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 separate 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. |