[gnome-keyring] Add project description DOAP file.



commit f2bf836abf7b779236469d34848656e5d314fdcd
Author: Stef Walter <stef memberwebs com>
Date:   Sat Apr 18 03:10:58 2009 +0000

    Add project description DOAP file.
    
    This is used by the cgit web interface, and some other uses
    in the future.
---
 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 0000000..e657712
--- /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>
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]