[seahorse-plugins] Add doap file



commit bf129561d05d238c1c544f8a3a1cffe82044d113
Author: Adam Schreiber <sadam gnome org>
Date:   Sun Apr 26 10:34:09 2009 -0400

    Add doap file
---
 seahorse-plugins.doap |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/seahorse-plugins.doap b/seahorse-plugins.doap
new file mode 100644
index 0000000..2869976
--- /dev/null
+++ b/seahorse-plugins.doap
@@ -0,0 +1,31 @@
+<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-plugins</name>
+	<shortdesc xml:lang="en">Plugins and extensions to third party software to provide encryption capability.</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-plugins/"/>
+	<bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=seahorse-plugins"/>
+	<category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+	
+	<maintainer>
+		<foaf:Person>
+			<foaf:name>Adam Schreiber</foaf:name>
+			<foaf:mbox rdf:resource="mailto:sadam gnome org" />
+			<gnome:userid>sadam</gnome:userid>
+		</foaf:Person>
+	</maintainer>
+	<maintainer>
+		<foaf:Person>
+			<foaf:name>Stef Walter</foaf:name>
+			<foaf:mbox rdf:resource="mailto: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]