Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37334583
en ru br
ALT Linux repos
S:5.0.1-alt1

Group :: Development/Ruby
RPM: gem-liquid

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 5.0.1-alt1
Build date: 2 september 2021, 18:50 ( 136.7 weeks ago )
Size: 97.19 Kb

Home page:   https://shopify.github.io/liquid/

License: MIT
Summary: Liquid markup language
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.

Current maintainer: Ruby Maintainers Team

List of contributors

List of rpms provided by this srpm:

  • gem-liquid
  • gem-liquid-devel
  • gem-liquid-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin