diff options
author | Stef Walter <stef@memberwebs.com> | 2009-04-18 03:10:58 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-04-18 03:10:58 +0000 |
commit | f2bf836abf7b779236469d34848656e5d314fdcd (patch) | |
tree | e49a5bc20930aba88a4667076458989c8cd2c5d8 /gnome-keyring.doap | |
parent | bf7ff5505040f5ccedfdd8184c2e67fd500b4887 (diff) | |
download | gnome-keyring-f2bf836abf7b779236469d34848656e5d314fdcd.tar.gz |
Add project description DOAP file.
This is used by the cgit web interface, and some other uses
in the future.
Diffstat (limited to 'gnome-keyring.doap')
-rw-r--r-- | gnome-keyring.doap | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnome-keyring.doap b/gnome-keyring.doap new file mode 100644 index 00000000..e657712c --- /dev/null +++ b/gnome-keyring.doap @@ -0,0 +1,23 @@ +<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">gnome-keyring</name> + <shortdesc xml:lang="en">Stores passwords and encryption keys.</shortdesc> + + <homepage rdf:resource="http://live.gnome.org/GnomeKeyring/" /> + <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-keyring-list" /> + <download-page rdf:resource="http://download.gnome.org/sources/gnome-keyring/"/> + <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-keyring"/> + + <maintainer> + <foaf:Person> + <foaf:name>Stef Walter</foaf:name> + <foaf:mbox rdf:resource="stef@memberwebs.com" /> + <gnome:userid>stefw</gnome:userid> + </foaf:Person> + </maintainer> +</Project> + |