[meld] Add meld.doap



commit 7af7452261492edb4f58ceb0c83362c3f398bb15
Author: Stephen Kennedy <stevek gnome org>
Date:   Sat Apr 25 14:24:24 2009 +0100

    Add meld.doap
---
 meld.doap |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/meld.doap b/meld.doap
new file mode 100644
index 0000000..4c36615
--- /dev/null
+++ b/meld.doap
@@ -0,0 +1,35 @@
+<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">projectname</name>
+  <shortdesc xml:lang="en">Compare files, directories and working copies</shortdesc>
+  <homepage rdf:resource="http://meld.sf.net/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/meld-list"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/meld/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=meld"; />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#development"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Stephen Kennedy</foaf:name>
+      <gnome:userid>stevek</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Kai Willadsen</foaf:name>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Vincent Legoll</foaf:name>
+    </foaf:Person>
+  </maintainer>
+
+</Project>



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