[DRE-commits] [nanoc] 08/09: improve description

Cédric Boutillier boutil at moszumanska.debian.org
Sun Feb 9 23:31:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository nanoc.

commit 56d1d4e4f6fe87a79938b81b21a4badfaadf984b
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Feb 10 00:24:59 2014 +0100

    improve description
---
 debian/control | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 07597bc..5832c8e 100644
--- a/debian/control
+++ b/debian/control
@@ -63,9 +63,16 @@ Suggests:
  ruby-kramdown,
  ruby-mime-types,
  rsync
-# cri (~> 2.2), minitest (>= 0, development), mocha (>= 0, development), rake (>= 0, development), rdiscount (>= 0, development), yard (>= 0, development)
-Description: web publishing system written in Ruby for building small to medium-sized websites
- nanoc is a simple but very flexible static site generator written in Ruby. It
- operates on local files, and therefore does not run on the server. nanoc
- "compiles" the local source files into HTML (usually), by evaluating eRuby,
- Markdown, etc.
+Description: static site generator written in Ruby
+ nanoc is a static site generator, fit for building anything from a small
+ personal blog to a large corporate web site. It can transform content
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and
+ lay out pages so that the site's look and feel is consistent across all
+ pages.
+ .
+ Extending nanoc is easy because of its modular architecture. It comes
+ with only a couple of extensions, but allows new functionality to be
+ plugged in quickly and easily.
+ .
+ The target audience of nanoc is Rubyists with some level of Ruby
+ experience.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/nanoc.git



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