[hyena] Add hyena.doap



commit acafc6099cebbec498d66f43bbf6eb45f40bedac
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Aug 18 14:03:49 2009 -0700

    Add hyena.doap

 hyena.doap |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/hyena.doap b/hyena.doap
new file mode 100644
index 0000000..f39a3c0
--- /dev/null
+++ b/hyena.doap
@@ -0,0 +1,47 @@
+<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#";>
+
+  <!-- Project Info -->
+  <shortname>hyena</shortname>
+  <created>2009-07-21</created>
+
+  <name xml:lang="en">Hyena</name>
+  <shortdesc xml:lang="en">A C# library for creating awesome applications</shortdesc>
+
+  <homepage rdf:resource="http://live.gnome.org/PdfMod"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/banshee-list"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/"; />
+  <license rdf:resource="http://usefulinc.com/doap/licenses/MIT"; />
+
+  <!-- Current Releases -->
+  <release>
+    <Version>
+      <name>0.6</name>
+      <branch>stable</branch>
+      <created>2009-08-18</created>
+      <revision>0.6</revision>
+      <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/hyena/"; />
+    </Version>
+  </release>
+
+  <!-- Version Control -->
+  <repository>
+    <GitRepository>
+      <browse rdf:resource="http://git.gnome.org/cgit/hyena"; />
+      <location rdf:resource="git://git.gnome.org/hyena" />
+    </GitRepository>
+  </repository>
+
+  <!-- Maintainers -->
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Gabriel Burt</foaf:name>
+      <foaf:mbox rdf:resource="mailto:gabriel burt gmail com" />
+      <gnome:userid>gburt</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+</Project>



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