core: Add PersonaStore:always-writeable-properties
[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   <download-page rdf:resource="http://download.gnome.org/sources/folks/" />
17   <bug-database
18     rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=folks" />
19   <mailing-list rdf:resource="http://lists.freedesktop.org/mailman/listinfo/telepathy" />
20
21   <maintainer>
22     <foaf:Person>
23       <foaf:name>Travis Reitter</foaf:name>
24       <foaf:mbox rdf:resource="mailto:travis.reitter@collabora.co.uk" />
25       <gnome:userid>treitter</gnome:userid>
26     </foaf:Person>
27   </maintainer>
28   <maintainer>
29     <foaf:Person>
30       <foaf:name>Philip Withnall</foaf:name>
31       <foaf:mbox rdf:resource="mailto:philip.withnall@collabora.co.uk" />
32       <gnome:userid>pwithnall</gnome:userid>
33     </foaf:Person>
34   </maintainer>
35   <maintainer>
36     <foaf:Person>
37       <foaf:name>Raul Gutierrez Segales</foaf:name>
38       <foaf:mbox rdf:resource="mailto:rgs@collabora.co.uk" />
39       <gnome:userid>raulgs</gnome:userid>
40     </foaf:Person>
41   </maintainer>
42 </Project>