[seahorse] Add project description DOAP file



commit 1b5f883bd60ea3c6bb021b7e8d954c85ad5f26b7
Author: Stef Walter <stef memberwebs com>
Date:   Sat Apr 18 03:36:31 2009 +0000

    Add project description DOAP file
    
    Project description will show up at git.gnome.org, and apparently
    has other uses.
---
 seahorse.doap |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/seahorse.doap b/seahorse.doap
new file mode 100644
index 0000000..cf3b7d6
--- /dev/null
+++ b/seahorse.doap
@@ -0,0 +1,30 @@
+<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">seahorse</name>
+	<shortdesc xml:lang="en">A password and encryption key manager.</shortdesc>
+
+	<homepage rdf:resource="http://projects.gnome.org/seahorse/"; />
+	<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/seahorse-list"; />
+	<download-page rdf:resource="http://download.gnome.org/sources/seahorse/"/>
+	<bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=seahorse"/>
+	
+	<maintainer>
+		<foaf:Person>
+			<foaf:name>Adam Schreiber</foaf:name>
+			<foaf:mbox rdf:resource="sadam gnome org" />
+			<gnome:userid>sadam</gnome:userid>
+		</foaf:Person>
+	</maintainer>
+	<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]