[at-spi2-core] Add a Description Of A Project file.



commit 6c8a7c43200f9e5f65439166e231a4ad402ff5c6
Author: Mark Doffman <mark doffman codethink co uk>
Date:   Wed Oct 28 09:57:40 2009 +0000

    Add a Description Of A Project file.

 at-spi2-core.doap |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/at-spi2-core.doap b/at-spi2-core.doap
new file mode 100644
index 0000000..17e0082
--- /dev/null
+++ b/at-spi2-core.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">at-spi2-core</name>
+  <shortdesc xml:lang="en">D-Bus accessibility specifications and registration daemon.</shortdesc>
+  <homepage rdf:resource="http://www.linuxfoundation.org/en/Accessibility/ATK/AT-SPI/AT-SPI_on_D-Bus"/>
+  <mailing-list rdf:resource="https://lists.linux-foundation.org/mailman/listinfo/accessibility-atspi"/>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Mark Doffman</foaf:name>
+      <foaf:mbox rdf:resource="mailto:mark doffman codethink co uk" />
+      <gnome:userid>markdoffman</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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