[gnome-user-share] Add DOAP file



commit 5669f7d6c020fb47c5d3be65f51130719e9aa251
Author: Olav Vitters <olav bkor dhs org>
Date:   Thu Apr 23 19:32:52 2009 +0200

    Add DOAP file
---
 gnome-user-share.doap |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/gnome-user-share.doap b/gnome-user-share.doap
new file mode 100644
index 0000000..1f5b52d
--- /dev/null
+++ b/gnome-user-share.doap
@@ -0,0 +1,20 @@
+<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">User Sharing</name>
+  <shortdesc xml:lang="en">Launch User Sharing if enabled</shortdesc>
+  <download-page rdf:resource="http://download.gnome.org/sources/gnome-user-share/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-user-share"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Alex Larsson</foaf:name>
+      <foaf:mbox rdf:resource="alexl redhat com" />
+      <gnome:userid>alexl</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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