[pyatspi2] Add a NONCE file to ensure that the configure directory exists.



commit 2a291d4f4d5d8524628819fde8f807dac8b2af2a
Author: Mark Doffman <mark doffman codethink co uk>
Date:   Wed Oct 28 09:45:37 2009 +0000

    Add a NONCE file to ensure that the configure directory exists.
    Add a Description Of A Project file.

 pyatspi2.doap |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/config/NONCE b/config/NONCE
new file mode 100644
index 0000000..e69de29
diff --git a/pyatspi2.doap b/pyatspi2.doap
new file mode 100644
index 0000000..f9c5f3a
--- /dev/null
+++ b/pyatspi2.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">pyatspi2</name>
+  <shortdesc xml:lang="en">Python client bindings for D-Bus AT-SPI.</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]