[phonemgr] Add myself to MAINTAINERS and create the *.doap file



commit caa5595716b17686aa694ccf3445ae671584d914
Author: Daniele Forsi <dforsi src gnome org>
Date:   Sun Dec 12 19:42:17 2010 +0100

    Add myself to MAINTAINERS and create the *.doap file

 MAINTAINERS   |    4 ++++
 phonemgr.doap |   26 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 21e69c0..5043ef4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,3 +1,7 @@
+Daniele Forsi
+E-mail: dforsi src gnome org
+Userid: dforsi
+
 Bastien Nocera
 E-mail: hadess hadess net
 Userid: hadess
diff --git a/phonemgr.doap b/phonemgr.doap
new file mode 100644
index 0000000..f5f711b
--- /dev/null
+++ b/phonemgr.doap
@@ -0,0 +1,26 @@
+<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">Phone Manager</name>
+	<shortdesc xml:lang="en">Control aspects of your mobile phone from your desktop</shortdesc>
+	<homepage rdf:resource="http://live.gnome.org/PhoneManager"; />
+	<mailing-list rdf:resource="http://lists.usefulinc.com/mailman/listinfo/gnome-bluetooth"; />
+
+	<maintainer>
+		<foaf:Person>
+			<foaf:name>Daniele Forsi</foaf:name>
+			<foaf:mbox rdf:resource="mailto:dforsi src gnome org" />
+			<gnome:userid>dforsi</gnome:userid>
+		</foaf:Person>
+	</maintainer>
+	<maintainer>
+		<foaf:Person>
+			<foaf:name>Bastien Nocera</foaf:name>
+			<foaf:mbox rdf:resource="mailto:hadess hadess net" />
+			<gnome:userid>hadess</gnome:userid>
+		</foaf:Person>
+	</maintainer>
+</Project>



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