Initial Dutch translation
[platform/upstream/libsecret.git] / libsecret.doap
1 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2          xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
3          xmlns:foaf="http://xmlns.com/foaf/0.1/"
4          xmlns:gnome="http://api.gnome.org/doap-extensions#"
5          xmlns="http://usefulinc.com/ns/doap#">
6
7   <name xml:lang="en">libsecrets</name>
8   <shortdesc xml:lang="en">Secret Service D-Bus client library</shortdesc>
9   <description>libsecrets is a client for the Secret Service D-Bus API.
10 The Secret Service allows storage of passwords in a common way on the
11 desktop. Supported by gnome-keyring and ksecretservice.</description>
12
13   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-keyring-list" />
14   <download-page rdf:resource="http://download.gnome.org/sources/libsecrets/" />
15   <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=libsecrets" />
16
17   <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
18
19   <maintainer>
20     <foaf:Person>
21       <foaf:name>Stef Walter</foaf:name>
22       <foaf:mbox rdf:resource="mailto:stefw@gnome.org" />
23       <gnome:userid>stefw</gnome:userid>
24     </foaf:Person>
25   </maintainer>
26 </Project>
27