[json-glib] [doap] Add GNOME extensions



commit 2a768cb5e553afc4a9ac0d9bf1dc36a183821983
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Thu Apr 16 19:57:11 2009 +0100

    [doap] Add GNOME extensions
    
    The GNOME project provides an extension to DOAP that allows the
    description of the maintainer/author of a project to specify the
    GNOME userid.
---
 json-glib.doap |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/json-glib.doap b/json-glib.doap
index 2b34180..8dc8d83 100644
--- a/json-glib.doap
+++ b/json-glib.doap
@@ -2,6 +2,7 @@
 <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>JSON-GLib</name>
   <shortname>json-glib</shortname>
@@ -18,6 +19,7 @@
     <foaf:Person>
       <foaf:name>Emmanuele Bassi</foaf:name>
       <foaf:mbox rdf:resource="mailto:ebassi linux intel com"/>
+      <gnome:userid>ebassi</gnome:userid>
     </foaf:Person>
   </maintainer>
 
@@ -25,6 +27,7 @@
     <foaf:Person>
       <foaf:name>Emmanuele Bassi</foaf:name>
       <foaf:mbox rdf:resource="mailto:ebassi linux intel com"/>
+      <gnome:userid>ebassi</gnome:userid>
     </foaf:Person>
   </author>
 



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