[guadec-web] doap file



commit 73d913f72c305eb58b0f41f4edacb3a60ecac947
Author: Andreas Nilsson <anilsson redhat com>
Date:   Wed Mar 20 11:14:32 2013 -0300

    doap file

 guadec-web.doap |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/guadec-web.doap b/guadec-web.doap
new file mode 100644
index 0000000..8cedfbe
--- /dev/null
+++ b/guadec-web.doap
@@ -0,0 +1,32 @@
+<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 Website</name>
+  <shortdesc xml:lang="en">GUADEC Website</shortdesc>
+  <description>
+       GUADEC is the annual GNOME Conference. This is the website for that.
+</description>
+  <homepage rdf:resource="http://live.gnome.org/GnomeShell"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/guadec"; />
+  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=website"; />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Andreas Nilsson</foaf:name>
+      <foaf:mbox rdf:resource="mailto:andreas andreasn se" />
+      <gnome:userid>andreasn</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Andrea Veri</foaf:name>
+      <foaf:mbox rdf:resource="mailto:av gnome org" />
+      <gnome:userid>av</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>
\ No newline at end of file


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