[guadec2013-web] Add .doap file



commit aaa42069babc9e8c3cc120094517b56a09b36105
Author: Rui Matos <tiagomatos gmail com>
Date:   Thu Feb 7 23:54:50 2013 +0100

    Add .doap file

 guadec2013-web.doap |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/guadec2013-web.doap b/guadec2013-web.doap
new file mode 100644
index 0000000..6661318
--- /dev/null
+++ b/guadec2013-web.doap
@@ -0,0 +1,21 @@
+<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">GUADEC web</name>
+  <shortdesc xml:lang="en">GUADEC website</shortdesc>
+  <description>GUADEC website</description>
+
+  <category
+  rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Rui Matos</foaf:name>
+      <foaf:mbox rdf:resource="mailto:tiagomatos gmail com" />
+      <gnome:userid>rtcm</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>


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