[gnome-applets] Make email addresses into mailto: links in the DOAP file



commit 1ca5f14d9a9a198de9cb7fbb372914a785d9415a
Author: Callum McKenzie <callum spooky-possum org>
Date:   Sun Apr 26 12:51:38 2009 +1200

    Make email addresses into mailto: links in the DOAP file
    
    Fixes an error from the template. See
    http://mail.gnome.org/archives/desktop-devel-list/2009-April/msg00428.html
---
 gnome-applets.doap |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnome-applets.doap b/gnome-applets.doap
index d9b736c..5d6e1f5 100644
--- a/gnome-applets.doap
+++ b/gnome-applets.doap
@@ -1,5 +1,5 @@
 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
-         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+g         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#";>
@@ -16,6 +16,7 @@
   <maintainer>
     <foaf:Person>
       <foaf:name>Callum McKenzie</foaf:name>
+      <foaf:mbox rdf:resource="mailto:callum spooky-possum org" />
       <gnome:userid>callum</gnome:userid>
     </foaf:Person>
   </maintainer>
@@ -28,28 +29,27 @@
   <maintainer>
     <foaf:Person>
       <foaf:name>Carlos Garcia Campos</foaf:name>
-      <foaf:mbox rdf:resource="carlosgc gnome org" />
+      <foaf:mbox rdf:resource="mailto:carlosgc gnome org" />
       <gnome:userid>carlosgc</gnome:userid>
     </foaf:Person>
   </maintainer>
   <maintainer>
     <foaf:Person>
       <foaf:name>Sergey Udaltsov</foaf:name>
-      <foaf:mbox rdf:resource="svu gnome org" />
+      <foaf:mbox rdf:resource="mailto:svu gnome org" />
       <gnome:userid>svu</gnome:userid>
     </foaf:Person>
   </maintainer>
   <maintainer>
     <foaf:Person>
       <foaf:name>Ronald Bultje</foaf:name>
-      <foaf:mbox rdf:resource="rbultje at ronald dot bitfreak dot net" />
       <gnome:userid>rbultje</gnome:userid>
     </foaf:Person>
   </maintainer>
   <maintainer>
     <foaf:Person>
       <foaf:name>Raphael Slinckx</foaf:name>
-      <foaf:mbox rdf:resource="raphael slinckx net" />
+      <foaf:mbox rdf:resource="mailto:raphael slinckx net" />
       <gnome:userid>rslinckx</gnome:userid>
     </foaf:Person>
   </maintainer>



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