]> git.0d.be Git - empathy.git/blob - empathy.doap
individual-menu: factor out some item_new() code
[empathy.git] / empathy.doap
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3          xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
4          xmlns:foaf="http://xmlns.com/foaf/0.1/"
5          xmlns:gnome="http://api.gnome.org/doap-extensions#"
6          xmlns="http://usefulinc.com/ns/doap#">
7   <name xml:lang="en">empathy</name>
8   <shortdesc xml:lang="en">Send and receive messages</shortdesc>
9   <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
10
11   <homepage rdf:resource="https://wiki.gnome.org/Apps/Empathy" />
12   <mailing-list rdf:resource="http://lists.freedesktop.org/mailman/listinfo/telepathy" />
13   <download-page rdf:resource="http://download.gnome.org/sources/empathy/" />
14   <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=empathy" />
15
16   <maintainer>
17     <foaf:Person>
18       <foaf:name>Xavier Claessens</foaf:name>
19       <foaf:mbox rdf:resource="mailto:xclaesse@gmail.com" />
20       <gnome:userid>xclaesse</gnome:userid>
21     </foaf:Person>
22   </maintainer>
23   <maintainer>
24     <foaf:Person>
25       <foaf:name>Guillaume Desmottes</foaf:name>
26       <foaf:mbox rdf:resource="mailto:gdesmott@gnome.org" />
27       <gnome:userid>gdesmott</gnome:userid>
28     </foaf:Person>
29   </maintainer>
30 </Project>