Add a (long) description to the DOAP file.
[platform/upstream/folks.git] / folks.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
8   <name xml:lang="en">Folks</name>
9   <shortdesc xml:lang="en">People aggregation library</shortdesc>
10   <description>Folks is a contact aggregation library. It retrieves contacts
11   from various sources (including Telepathy IM accounts, libsocialweb web
12   service contacts, and local contact stores) and compiles them into
13   fully-fledged people objects. The ultimate goal is to provide the platform
14   with easy access to all of the user's contacts.</description>
15   <homepage rdf:resource="http://telepathy.freedesktop.org/wiki/Folks" />
16   <mailing-list rdf:resource="http://lists.freedesktop.org/mailman/listinfo/telepathy" />
17
18   <maintainer>
19     <foaf:Person>
20       <foaf:name>Travis Reitter</foaf:name>
21       <foaf:mbox rdf:resource="mailto:travis.reitter@collabora.co.uk" />
22       <gnome:userid>treitter</gnome:userid>
23     </foaf:Person>
24   </maintainer>
25   <maintainer>
26     <foaf:Person>
27       <foaf:name>Philip Withnall</foaf:name>
28       <foaf:mbox rdf:resource="mailto:philip.withnall@collabora.co.uk" />
29       <gnome:userid>pwithnall</gnome:userid>
30     </foaf:Person>
31   </maintainer>
32 </Project>