[gucharmap] Add DOAP file



commit 5004a2004136608aa499e3e405301f0dd81110e5
Author: Behnam Esfahbod <behnam zwnj org>
Date:   Sun Apr 19 13:46:50 2009 +0430

    Add DOAP file
---
 gucharmap.doap |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/gucharmap.doap b/gucharmap.doap
new file mode 100644
index 0000000..65f69f3
--- /dev/null
+++ b/gucharmap.doap
@@ -0,0 +1,32 @@
+<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">Character Map</name>
+  <shortdesc xml:lang="en">Character Map, based on the Unicode Character Database</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/Gucharmap"; />
+  <!--
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list"; />
+  -->
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Behdad Esfahbod</foaf:name>
+      <gnome:userid>behdad</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Christian Persch</foaf:name>
+      <gnome:userid>chpe</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Behnam Esfahbod</foaf:name>
+      <gnome:userid>behnam</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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