[gnome-utils] [doap] Add project description



commit cdf9cb460768cf0b5057b6856e316bb6dd73cbc7
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Apr 17 17:26:02 2009 +0100

    [doap] Add project description
    
    The DOAP (Description Of A Project) file describes the GNOME
    Utilities project. The Cgit instance running on git.gnome.org
    will pick up some of the stuff we put inside the DOAP file.
---
 gnome-utils.doap |   78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 78 insertions(+), 0 deletions(-)

diff --git a/gnome-utils.doap b/gnome-utils.doap
new file mode 100644
index 0000000..9de6ff6
--- /dev/null
+++ b/gnome-utils.doap
@@ -0,0 +1,78 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";
+         xmlns:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+
+  <name xml:lang="en">gnome-utils</name>
+  <shortdesc xml:lang="en">GNOME Utilities</shortdesc>
+
+  <license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
+
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-utils-list"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-utils"/>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Vincent Noel</foaf:name>
+      <foaf:mbox rdf:resource="vincent noel gmail com" />
+      <gnome:userid>vnoel</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Emmanuele Bassi</foaf:name>
+      <foaf:mbox rdf:resource="ebassi gmail com" />
+      <gnome:userid>ebassi</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Dennis M. Cranston</foaf:name>
+      <foaf:mbox rdf:resource="dennis_cranston yahoo com" />
+      <gnome:userid>dcransto</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jonathan Blandford</foaf:name>
+      <foaf:mbox rdf:resource="jrb redhat com" />
+      <gnome:userid>jrb</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Cosimo Cecchi</foaf:name>
+      <foaf:mbox rdf:resource="cosimoc gnome org" />
+      <gnome:userid>cosimoc</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Fabio Marzocca</foaf:name>
+      <foaf:mbox rdf:resource="thesaltydog gmail com" />
+      <gnome:userid>marzocca</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Paolo Borelli</foaf:name>
+      <foaf:mbox rdf:resource="pborelli katamail com" />
+      <gnome:userid>pborelli</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Benoît Dejean</foaf:name>
+      <foaf:mbox rdf:resource="benoit placenet org" />
+      <gnome:userid>bdejean</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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