libsecret/libsecret.doap

29 lines
1.2 KiB
Plaintext
Raw Normal View History

2012-02-17 09:18:31 +00:00
<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#">
2014-04-06 16:09:56 +00:00
<name xml:lang="en">libsecret</name>
2013-09-12 17:51:59 +00:00
<shortdesc xml:lang="en">Secret Service D-Bus client library</shortdesc>
2014-04-06 16:09:56 +00:00
<description>libsecret is a client for the Secret Service D-Bus API.
2012-02-17 09:18:31 +00:00
The Secret Service allows storage of passwords in a common way on the
desktop. Supported by gnome-keyring and ksecretservice.</description>
2014-04-06 16:09:56 +00:00
<homepage rdf:resource="https://wiki.gnome.org/Projects/Libsecret" />
2012-02-17 09:18:31 +00:00
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-keyring-list" />
2014-04-06 16:09:56 +00:00
<download-page rdf:resource="http://download.gnome.org/sources/libsecret/" />
<bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=libsecret" />
2012-02-17 09:18:31 +00:00
2014-07-30 18:32:20 +00:00
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
2012-02-17 09:18:31 +00:00
<maintainer>
<foaf:Person>
<foaf:name>Stef Walter</foaf:name>
<foaf:mbox rdf:resource="mailto:stefw@gnome.org" />
<gnome:userid>stefw</gnome:userid>
</foaf:Person>
</maintainer>
</Project>