[DRE-commits] [SCM] ruby-slim.git branch, master, updated. upstream/2.0.0_pre6-25-g36085fb
Jérémy Bobbio
lunar at debian.org
Sat Mar 16 10:56:15 UTC 2013
The following commit has been merged in the master branch:
commit 457f3c23ccdc579ad4772499012eb803becc9ec6
Author: Jérémy Bobbio <lunar at debian.org>
Date: Sat Mar 16 10:08:18 2013 +0000
Improve short and extended description
diff --git a/debian/control b/debian/control
index be08c45..9c47602 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,19 @@ Package: ruby-slim
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-temple (>= 0.5.5~), ruby-tilt (>= 1.3.3~)
-Description: Slim is a template language.
- Slim is a template language whose goal is reduce the syntax to the essential
- parts without becoming cryptic.
+Description: powerful (X)HTML templating engine with uncluttered syntax
+ Slim is a template language whose goal is to reduce the view syntax to the
+ essential parts without becoming cryptic.
+ .
+ A short list of the features:
+ - short syntax without closing tags
+ - embedded engines like Markdown and Textile
+ - configurable shortcut tags
+ - automatic HTML escaping and support for Rails' `html_safe?`
+ - HTML style mode with closing tags
+ - logic less mode similar to Mustache
+ - translator/I18n support
+ - highly configurable and extendable
+ - high performance (Comparable to ERB)
+ - supported by all major frameworks (Rails, Sinatra, ...)
+ - streaming support in Rails
--
ruby-slim.git
More information about the Pkg-ruby-extras-commits
mailing list