[beast] Added beast.doap file



commit 5e24d9c7fbd30a50738525c1fa06337641ab5863
Author: Jonh Wendell <jwendell gnome org>
Date:   Thu Sep 23 10:25:13 2010 -0300

    Added beast.doap file

 beast.doap |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/beast.doap b/beast.doap
new file mode 100644
index 0000000..6ed1217
--- /dev/null
+++ b/beast.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#";>
+
+  <name xml:lang="en">beast</name>
+  <shortdesc xml:lang="en">Solution for Music Composition and Synthesis</shortdesc>
+  <homepage rdf:resource="http://beast.gtk.org/"; />
+  <download-page rdf:resource="http://beast.gtk.org/beast-ftp/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=beast"; />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Tim Janik</foaf:name>
+      <foaf:mbox rdf:resource="mailto:timj gtk org" />
+      <gnome:userid>timj</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Stefan Westerfeld</foaf:name>
+      <foaf:mbox rdf:resource="mailto:stefan space twc de" />
+      <gnome:userid>stw</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+</Project>



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