[at-poke] Add a DOAP file.



commit 96629a64771c457f24f6e03c6d3da0514a7f26c7
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Jun 23 15:03:24 2009 +0200

    Add a DOAP file.

 at-poke.doap |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/at-poke.doap b/at-poke.doap
new file mode 100644
index 0000000..4667a20
--- /dev/null
+++ b/at-poke.doap
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">at-poke</name>
+  <shortdesc xml:lang="en">Poke around with accessibility support</shortdesc>
+  <category rdf:resource="http://api.gnome.org/doap-extensions#development"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Michael Meeks</foaf:name>
+      <foaf:mbox rdf:resource="mailto:michael meeks novell com" />
+      <gnome:userid>mmeeks</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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