[DRE-commits] [SCM] ruby-slim.git branch, master, updated. upstream/2.0.0_pre6-29-gd0c77b0

Jérémy Bobbio lunar at debian.org
Sat Mar 16 14:29:34 UTC 2013


The following commit has been merged in the master branch:
commit 306a8a2ef67649abe9fcd3935f47e2b5887dc6c7
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Mar 16 13:59:36 2013 +0000

    Improve short and extended description again

diff --git a/debian/control b/debian/control
index 696caf4..fbd4582 100644
--- a/debian/control
+++ b/debian/control
@@ -14,19 +14,17 @@ 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: powerful (X)HTML templating engine with uncluttered syntax
+Description: powerful (X)HTML templating engine with an elegant 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
+  - elegant syntax: short syntax without closing tags, HTML style mode with
+    closing tags and 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)
+  - highly configurable and extendable via plugins: logic less mode similar
+    to Mustache and translator/I18n support among others.
+  - high performance: comparable speed to ERB and streaming support in Rails
   - supported by all major frameworks (Rails, Sinatra, ...)
-  - streaming support in Rails
+  - full Unicode support for tags and attributes on Ruby 1.9
+  - embedded engines like Markdown and Textile

-- 
ruby-slim.git



More information about the Pkg-ruby-extras-commits mailing list