[usability-lab] Add doap file



commit 341f61a88367aca26c0472485607654dd942007b
Author: Ray Strode <rstrode redhat com>
Date:   Sun Oct 11 16:30:59 2009 -0400

    Add doap file

 usability-lab.doap |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/usability-lab.doap b/usability-lab.doap
new file mode 100644
index 0000000..cd6632d
--- /dev/null
+++ b/usability-lab.doap
@@ -0,0 +1,25 @@
+<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">usability-lab</name>
+  <shortdesc xml:lang="en">Scripts for setting up a usability lab</shortdesc>
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Máirín Duffy</foaf:name>
+      <foaf:mbox rdf:resource="mailto:mairin linuxgrrl com" />
+      <gnome:userid>duffy</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Ray Strode</foaf:name>
+      <foaf:mbox rdf:resource="mailto:halfline gmail com" />
+      <gnome:userid>halfline</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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