[gegl/gegl-0-2] Update gegl.doap and AUTHORS



commit 279b33eddb37c8d832b85252ec87e8920f26f852
Author: Sven Claussner <sclaussner src gnome org>
Date:   Sun Aug 3 19:50:01 2014 +0200

    Update gegl.doap and AUTHORS
    
    Make gegl.doap compliant to the new DOAP file style (GUADEC 2014):
    * Add new mandatory fields 'description' and 'programming-language'.
    
    Add bug tracker URL.
    Update mailing list adress.
    Remove trailing white spaces.
    Add me to AUTHORS.

 AUTHORS   |    3 ++-
 gegl.doap |   42 ++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 42 insertions(+), 3 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index c88a5c0..ff4a496 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -14,7 +14,8 @@ Vincent Untz, Debarshi Ray, Stuart Axon, Kao, Barak Itkin, Michael Muré, Mikael
 Magnusson, Patrick Horgan, Tobias Ellinghaus, Rasmus Hahn, Chantal Racette,
 John Cupitt, Anthony Thyssen, Emilio Pozuelo Monfort, Robert Sasu, Massimo 
 Valentini, Hans Lo, Zbigniew Chyla, David Evans, Javier Jardón, Matteo F.
-Vescovi, Jan Rüegg, Zhang Peixuan, Michael Henning, Ville Sokk and Felix Ulber.
+Vescovi, Jan Rüegg, Zhang Peixuan, Michael Henning, Ville Sokk, Felix Ulber
+and Sven Claussner.
 
 Documentation:
 ^^^^^^^^^^^^^^
diff --git a/gegl.doap b/gegl.doap
index 6231432..b326213 100644
--- a/gegl.doap
+++ b/gegl.doap
@@ -5,9 +5,44 @@
          xmlns="http://usefulinc.com/ns/doap#";>
 
   <name xml:lang="en">GEGL</name>
-  <shortdesc xml:lang="en">GEGL (Generic Graphics Library) is a graph based image processing 
framework.</shortdesc>
+
+  <shortdesc xml:lang="en">
+    GEGL (Generic Graphics Library) is a graph based image processing framework.
+  </shortdesc>
+  <shortdesc xml:lang="de">
+    GEGL (Generic Graphics Library) ist ein graph-basiertes Framework für die
+    Bildverarbeitung.
+  </shortdesc>
+
+  <description xml:lang="en">
+    GEGL (Generic Graphics Library) is a graph based image processing framework.
+  </description>
+  <description xml:lang="de">
+    GEGL (Generic Graphics Library) ist ein graph-basiertes Framework für die
+    Bildverarbeitung.
+  </description>
+
   <homepage rdf:resource="http://www.gegl.org"; />
-  <mailing-list rdf:resource="https://lists.xcf.berkeley.edu/mailman/listinfo/gegl-developer"; />
+
+  <mailing-list
+    rdf:resource="https://mail.gnome.org/mailman/listinfo/gegl-developer-list";
+  />
+
+  <download-page rdf:resource="http://www.gegl.org/#_download"; />
+
+  <bug-database
+    rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=GEGL";
+  />
+
+  <programming-language>C</programming-language>
+  <programming-language>C#</programming-language>
+  <programming-language>C++</programming-language>
+  <programming-language>OpenCL</programming-language>
+  <programming-language>Perl</programming-language>
+  <programming-language>Python</programming-language>
+  <programming-language>Ruby</programming-language>
+  <programming-language>Shell</programming-language>
+  <programming-language>Vala</programming-language>
 
   <maintainer>
     <foaf:Person>
@@ -15,4 +50,7 @@
       <gnome:userid>ok</gnome:userid>
     </foaf:Person>
   </maintainer>
+
+<!-- TODO: generate MAINTAINERS from this file -->
+
 </Project>


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