[clutter-tutorial] Created MAINTAINERS and doap file



commit 967257fb533bb62a8af03edd8d400f43ea243079
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Apr 20 16:52:37 2009 +0200

    Created MAINTAINERS and doap file
    
    Needed to keep the pre-commit scripts happy.
---
 MAINTAINERS           |    3 +++
 clutter-tutorial.doap |   17 +++++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 0000000..052da7b
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,3 @@
+Murray Cumming
+E-mail: murrayc murrayc com
+Userid: murrayc
\ No newline at end of file
diff --git a/clutter-tutorial.doap b/clutter-tutorial.doap
new file mode 100644
index 0000000..620728a
--- /dev/null
+++ b/clutter-tutorial.doap
@@ -0,0 +1,17 @@
+<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">Clutter-Tutorial</name>
+  <shortdesc xml:lang="en">A tutorial for the clutter toolkit</shortdesc>
+  <homepage rdf:resource="http://www.openismus.com/documents/clutter_tutorial/"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Murray Cumming</foaf:name>
+      <gnome:userid>murrayc</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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