[dots] Added doap file.



commit d72e6c65671efe75230d8371ad008321dcdf2171
Author: Eitan Isaacson <eitan ascender com>
Date:   Thu Jun 4 17:32:45 2009 -0700

    Added doap file.
---
 dots.doap |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/dots.doap b/dots.doap
new file mode 100644
index 0000000..ac8bf4e
--- /dev/null
+++ b/dots.doap
@@ -0,0 +1,21 @@
+<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">dots</name>
+  <shortdesc xml:lang="en">Interactive Braille transcribing application.</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/Dots"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/dots/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=dots"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#development"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Eitan Isaacson</foaf:name>
+      <foaf:mbox rdf:resource="mailto:eitan ascender com" />
+      <gnome:userid>eitani</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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