[gnome-hwtest] Add a DOAP file



commit 31f1186d0c0cb0cde803066666e86f9e73aeb64d
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Tue Jul 22 16:09:38 2014 -0400

    Add a DOAP file

 gnome-hwtest.doap |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/gnome-hwtest.doap b/gnome-hwtest.doap
new file mode 100644
index 0000000..93a7280
--- /dev/null
+++ b/gnome-hwtest.doap
@@ -0,0 +1,27 @@
+<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-hwtest</name>
+  <shortdesc xml:lang="en">Scripts for GNOME Hardware Testing</shortdesc>
+  <description>
+   This module contains the controller system for the GNOME Hardware Testing
+   Project, along with scripts to run the update process and start tests
+   and accompanying configuration files.
+  </description>
+
+  <homepage rdf:resource="https://wiki.gnome.org/Projects/HardwareTesting"; />
+  <bug-database 
rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gnome-hwtest&amp;component=general"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+  <programming-language>Shell and Javascript</programming-language>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Owen Taylor</foaf:name>
+      <foaf:mbox rdf:resource="mailto:otaylor fishsoup net" />
+      <gnome:userid>otaylor</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>


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