[perf-web] Add a DOAP file



commit bcb1b2130c7f5085f265d0b1a1d840172bc71440
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Tue Jul 22 20:36:19 2014 -0400

    Add a DOAP file

 perf-web.doap |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/perf-web.doap b/perf-web.doap
new file mode 100644
index 0000000..373f6e9
--- /dev/null
+++ b/perf-web.doap
@@ -0,0 +1,26 @@
+<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">perf-web</name>
+  <shortdesc xml:lang="en">code for perf.gnome.org</shortdesc>
+  <description>
+   This module contains the code for perf.gnome.org, which collects and
+   displays metrics gathered by the GNOME Hardware Testing Project.
+  </description>
+
+  <homepage rdf:resource="https://wiki.gnome.org/Projects/HardwareTesting"; />
+  <bug-database 
rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=website&amp;component=perf.gnome.org"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+  <programming-language>Python and JS</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]