[ontv] Creating doap file and adding myself as maintainer



commit 18e971dc72644550f3692895589485bd3b350f3e
Author: Olof Kindgren <olki src gnome org>
Date:   Wed Dec 23 19:32:23 2009 +0100

    Creating doap file and adding myself as maintainer
    
    Original author Johan Svedberg won't have time to maintain this project,
    so I'm trying out as new maintainer. Expect some mistakes. I'm new :)

 AUTHORS     |    1 +
 MAINTAINERS |    3 +++
 ontv.doap   |   18 ++++++++++++++++++
 3 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 40dbed0..c65ddcc 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,2 @@
 Johan Svedberg <johan svedberg com>
+Olof Kindgren <olki src gnome org>
\ No newline at end of file
diff --git a/MAINTAINERS b/MAINTAINERS
index 39fed27..494e3a3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,3 +1,6 @@
 Johan Svedberg
 E-mail: johan svedberg com
 Userid: johans
+Olof Kindgren
+E-mail: olki src gnome org
+Userid: olki
\ No newline at end of file
diff --git a/ontv.doap b/ontv.doap
new file mode 100644
index 0000000..e76d5cf
--- /dev/null
+++ b/ontv.doap
@@ -0,0 +1,18 @@
+<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">OnTV</name>
+  <shortdesc xml:lang="en">OnTV is a GNOME Applet for monitoring TV programs</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/OnTV"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Olof Kindgren</foaf:name>
+      <gnome:userid>olki</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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