[atomix] Add DOAP file



commit 8c5291d07e572c905ef206584faaa99dd6c3b0f6
Author: Olav Vitters <olav bkor dhs org>
Date:   Thu Apr 23 18:04:35 2009 +0200

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

diff --git a/atomix.doap b/atomix.doap
new file mode 100644
index 0000000..d6457fa
--- /dev/null
+++ b/atomix.doap
@@ -0,0 +1,19 @@
+<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">atomix</name>
+  <shortdesc xml:lang="en">Mind game - build molecules out of single atoms</shortdesc>
+  <download-page rdf:resource="http://download.gnome.org/sources/atomix/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=atomix"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Guilherme de S. Pastore</foaf:name>
+      <foaf:mbox rdf:resource="gpastore gnome org" />
+      <gnome:userid>gpastore</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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