[gnome-volume-manager] Add DOAP file



commit 3a9ad24dfa147fdfeebd4b11742b7375170fc142
Author: Olav Vitters <olav vitters nl>
Date:   Thu Aug 25 20:57:35 2011 +0200

    Add DOAP file

 gnome-volume-manager.doap |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/gnome-volume-manager.doap b/gnome-volume-manager.doap
new file mode 100644
index 0000000..67730ea
--- /dev/null
+++ b/gnome-volume-manager.doap
@@ -0,0 +1,28 @@
+<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 volume manager</name>
+  <shortdesc xml:lang="en">Monitor volume-related events and responds with user-specified policy</shortdesc>
+  <download-page rdf:resource="http://download.gnome.org/sources/gnome-volume-manager"; />
+  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gnome-volume-manager"; />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jeff Stedfast</foaf:name>
+      <gnome:userid>fejj</gnome:userid>
+      <foaf:mbox rdf:resource="mailto:fejj novell com"/>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Robert Love</foaf:name>
+      <gnome:userid>rml</gnome:userid>
+      <foaf:mbox rdf:resource="mailto:rml novell com"/>
+    </foaf:Person>
+  </maintainer>
+</Project>



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