[perf-web] Add a DOAP file
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perf-web] Add a DOAP file
- Date: Wed, 23 Jul 2014 00:38:23 +0000 (UTC)
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&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]