[gnome-university] Add gnome-university.doap.



commit 6b7dad55ec107787b09a9dbd619863d12e525215
Author: Christian Hergert <christian hergert me>
Date:   Sun Nov 4 15:55:31 2012 -0800

    Add gnome-university.doap.

 gnome-university.doap |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/gnome-university.doap b/gnome-university.doap
new file mode 100644
index 0000000..66e03b0
--- /dev/null
+++ b/gnome-university.doap
@@ -0,0 +1,28 @@
+<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">GNOME University</name>
+  <shortdesc xml:lang="en">University courses for GNOME.</shortdesc>
+  <description>GNOME University is a growing set of courses to teach
+programming and other skills that are useful to people who currently or
+want to contribute to GNOME.
+
+You can find more information at:
+
+ http://live.gnome.org/GnomeUniversity
+</description>
+  <homepage rdf:resource="http://live.gnome.org/GnomeUniversity"; />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#development"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Christian Hergert</foaf:name>
+      <foaf:mbox rdf:resource="mailto:christian hergert me" />
+      <gnome:userid>chergert</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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