[bprof] doap: add initial doap file



commit 7a834160cc38047a4b66e75085f9ec8d2fad3043
Author: Stefan Kost <ensonic users sf net>
Date:   Fri Jun 11 16:37:27 2010 +0300

    doap: add initial doap file

 bprof.doap |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/bprof.doap b/bprof.doap
new file mode 100644
index 0000000..161a48f
--- /dev/null
+++ b/bprof.doap
@@ -0,0 +1,23 @@
+<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">bprof</name>
+  <shortdesc xml:lang="en">Boston Profiler - ldpreload profilers</shortdesc>
+  <homepage rdf:resource="http://git.gnome.org/browse/bprof/plain/README"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#development"; />
+
+  <!--mailing-list rdf:resource="http://example.com/projectname/mail"; /-->
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Stefan Kost</foaf:name>
+      <foaf:mbox rdf:resource="mailto:ensonic users sf net" />
+      <gnome:userid>stefkost</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>
+
+



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