[tracker] DOAP file describing the project
- From: Ivan Frade <ifrade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] DOAP file describing the project
- Date: Mon, 4 Apr 2011 07:54:24 +0000 (UTC)
commit 51b1b75315ec3090c7d6173db8ee27776afc5805
Author: Ivan Frade <ivan frade nokia com>
Date: Mon Apr 4 10:47:19 2011 +0300
DOAP file describing the project
Fixes GB#646374, Add a doap file to keep master.gnome.org happy when releasing
Added also in EXTRA_DIST
Makefile.am | 3 +-
tracker.doap | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 80 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e1e6012..b3b5c93 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,7 +67,8 @@ EXTRA_DIST = \
gitlog-to-changelog \
intltool-extract.in \
intltool-merge.in \
- intltool-update.in
+ intltool-update.in \
+ tracker.doap
DISTCLEANFILES = \
intltool-extract \
diff --git a/tracker.doap b/tracker.doap
new file mode 100644
index 0000000..343dbbc
--- /dev/null
+++ b/tracker.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">Tracker</name>
+ <shortdesc xml:lang="en">Desktop-neutral user information store, search tool and indexer</shortdesc>
+ <homepage rdf:resource="http://projects.gnome.org/tracker/" />
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/tracker-list" />
+ <category rdf:resource="http://api.gnome.org/doap-extensions#platform" />
+ <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=tracker" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Aleksander Morgado</foaf:name>
+ <foaf:mbox rdf:resource="mailto:aleksander lanedo com" />
+ <gnome:userid>aleksm</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Carlos Garnacho</foaf:name>
+ <foaf:mbox rdf:resource="mailto:carlos lanedo com" />
+ <gnome:userid>carlosg</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Ivan Frade</foaf:name>
+ <foaf:mbox rdf:resource="mailto:ifrade gnome org" />
+ <gnome:userid>ifrade</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Jamie McCracken</foaf:name>
+ <foaf:mbox rdf:resource="mailto:jamie mccrack gmail com" />
+ <gnome:userid>jamiemcc</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Jürg Billeter</foaf:name>
+ <foaf:mbox rdf:resource="mailto:j bitron ch" />
+ <gnome:userid>juergbi</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Martyn Russell</foaf:name>
+ <foaf:mbox rdf:resource="mailto:martyn lanedo com" />
+ <gnome:userid>mr</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Mikael Ottela</foaf:name>
+ <foaf:mbox rdf:resource="mailto:mikael ottela ixonos com" />
+ <gnome:userid>mottela</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Philip Van Hoof</foaf:name>
+ <foaf:mbox rdf:resource="mailto:pvanhoof gnome org" />
+ <gnome:userid>pvanhoof</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+</Project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]