[template-glib] doap: Make short description short



commit 36a110d77c915b0763fb4a338be40c00a2168b18
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Jan 11 21:13:46 2016 -0600

    doap: Make short description short

 template-glib.doap |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/template-glib.doap b/template-glib.doap
index 80cef6c..516fcdb 100644
--- a/template-glib.doap
+++ b/template-glib.doap
@@ -7,7 +7,8 @@
 
   <name>Template-GLib</name>
   <shortname>template-glib</shortname>
-  <shortdesc>Template-GLib is a templating library for GLib. It includes a simple template format along with 
integration into GObject-Introspection for properties and methods. It separates the parsing of templates and 
the expansion of templates for faster expansion. You can also define scope, custom functions, and more with 
the embedded expression language.</shortdesc>
+  <shortdesc>A templating library for GLib</shortdesc>
+  <description>Template-GLib is a templating library for GLib. It includes a simple template format along 
with integration into GObject-Introspection for properties and methods. It separates the parsing of templates 
and the expansion of templates for faster expansion. You can also define scope, custom functions, and more 
with the embedded expression language.</description>
   <homepage rdf:resource="https://wiki.gnome.org/Projects/TemplateGlib"; />
   <download-page rdf:resource="http://download.gnome.org/sources/template-glib/"; />
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]