-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfolks.doap
More file actions
36 lines (34 loc) · 1.61 KB
/
Copy pathfolks.doap
File metadata and controls
36 lines (34 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<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">Folks</name>
<shortdesc xml:lang="en">People aggregation library</shortdesc>
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<description>Folks is a contact aggregation library. It retrieves contacts
from various sources (including Telepathy IM accounts, and local contact stores)
and compiles them into fully-fledged people objects. The ultimate goal isto provide
the platform with easy access to all of the user's contacts.</description>
<homepage rdf:resource="https://gitlab.gnome.org/GNOME/folks/" />
<download-page rdf:resource="https://download.gnome.org/sources/folks/" />
<bug-database
rdf:resource="https://gitlab.gnome.org/GNOME/folks/issues/" />
<mailing-list rdf:resource="https://lists.freedesktop.org/mailman/listinfo/telepathy" />
<programming-language>Vala</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Niels de Graef</foaf:name>
<foaf:mbox rdf:resource="mailto:nielsdegraef@gmail.com" />
<gnome:userid>nielsdg</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Philip Withnall</foaf:name>
<foaf:mbox rdf:resource="mailto:philip@tecnocode.co.uk" />
<gnome:userid>pwithnall</gnome:userid>
</foaf:Person>
</maintainer>
</Project>