[gtkglarea] added .doap file



commit d59009bffa86d432907b8de911bc721f1a8cb2e8
Author: C.J. Adams-Collier <cjac colliertech org>
Date:   Thu Apr 1 13:50:53 2010 -0700

    added .doap file

 gtkglarea.doap |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/gtkglarea.doap b/gtkglarea.doap
new file mode 100644
index 0000000..e20090e
--- /dev/null
+++ b/gtkglarea.doap
@@ -0,0 +1,25 @@
+<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">gtkglarea</name>
+  <shortdesc xml:lang="en">GtkGLArea</shortdesc>
+  <homepage rdf:resource="http://www.mono-project.com/GtkGLArea"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtkglarea-list"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#other"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>C.J. Adams-Collier</foaf:name>
+      <gnome:userid>ccollier</gnome:userid>
+    </foaf:Person>
+
+    <foaf:Person>
+      <foaf:name>Sam Hocevar</foaf:name>
+      <gnome:userid>samh</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]