[snowy] Add dope doap file and MAINTAINERS



commit bd73645e5b6d6c56c3c3329c98166a7c6f6154d6
Author: Brad Taylor <brad getcoded net>
Date:   Sat Apr 18 18:45:18 2009 -0400

    Add dope doap file and MAINTAINERS
---
 MAINTAINERS |    7 +++++++
 snowy.doap  |   31 +++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 0000000..6821508
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,7 @@
+Brad Taylor
+E-mail: brad getcoded net
+Userid: btaylor
+
+Sandy Armstrong
+E-mail: sanfordarmstrong gmail com
+Userid: sharm
diff --git a/snowy.doap b/snowy.doap
new file mode 100644
index 0000000..538152e
--- /dev/null
+++ b/snowy.doap
@@ -0,0 +1,31 @@
+<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#";>
+
+  <!--
+  This is a DOAP template file.  It contains Pulse's best guesses at
+  some basic content.  You should verify the information in this file
+  and modify anything that isn't right.  Add the corrected file to your
+  source code repository to help tools better understand your project.
+  -->
+
+  <name xml:lang="en">snowy</name>
+  <shortdesc xml:lang="en">A web-based viewer for your Tomboy notes written in Django</shortdesc>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Brad Taylor</foaf:name>
+      <foaf:mbox rdf:resource="brad getcoded net" />
+      <gnome:userid>btaylor</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Sandy Armstrong</foaf:name>
+      <foaf:mbox rdf:resource="sanford armstrong gmail com" />
+      <gnome:userid>sharm</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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