[alleyoop] Add DOAP file



commit 22de24781647edc7f8373743577bbdb49d6a79b4
Author: Olav Vitters <olav bkor dhs org>
Date:   Thu Apr 23 00:47:38 2009 +0200

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

diff --git a/alleyoop.doap b/alleyoop.doap
new file mode 100644
index 0000000..0d85802
--- /dev/null
+++ b/alleyoop.doap
@@ -0,0 +1,26 @@
+<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">alleyoop</name>
+  <shortdesc xml:lang="en">Graphical front-end for the Valgrind memory checker</shortdesc>
+  <homepage rdf:resource="http://alleyoop.sourceforge.net/"; />
+  <download-page rdf:resource="https://sourceforge.net/project/showfiles.php?group_id=79027"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jeff Stedfast</foaf:name>
+      <foaf:mbox rdf:resource="fejj novell com" />
+      <gnome:userid>fejj</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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