[accerciser] Updating .doap file



commit 528bda75362747a26a4a02d4019458b252315eac
Author: Javier HernÃndez <jhernandez emergya com>
Date:   Tue Jan 15 13:54:49 2013 +0100

    Updating .doap file
    
    This patch does four things:
    - Removes old maintainters
    - Updates Javier HernÃndez's email
    - Capitalizes the 'name' field
    - Extends the 'description' field

 accerciser.doap |   35 +++++++++++------------------------
 1 files changed, 11 insertions(+), 24 deletions(-)
---
diff --git a/accerciser.doap b/accerciser.doap
index dfb2850..3fd5793 100644
--- a/accerciser.doap
+++ b/accerciser.doap
@@ -4,11 +4,19 @@
          xmlns:gnome="http://api.gnome.org/doap-extensions#";
          xmlns="http://usefulinc.com/ns/doap#";>
 
-  <name xml:lang="en">accerciser</name>
+  <name xml:lang="en">Accerciser</name>
   <shortdesc xml:lang="en">Interactive Python accessibility explorer</shortdesc>
   <description xml:lang="en">
     Accerciser is an interactive Python accessibility explorer for the GNOME
-    desktop.
+    desktop. 
+
+    It uses AT-SPI2 to inspect and control widgets, allowing you to check
+    if an application is providing correct information to assistive
+    technologies and automated test frameworks. Accerciser has a simple
+    plugin framework which you can use to create custom views of
+    accessibility information.
+
+    You can read more about Accerciser at http://live.gnome.org/Accerciser
   </description>
   <homepage rdf:resource="http://live.gnome.org/Accerciser"; />
   <download-page rdf:resource="http://download.gnome.org/sources/accerciser/"; />
@@ -17,27 +25,6 @@
 
   <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>
-  <maintainer>
-    <foaf:Person>
-      <foaf:name>Peter Parente</foaf:name>
-      <foaf:mbox rdf:resource="mailto:pparente us ibm com" />
-      <gnome:userid>parente</gnome:userid>
-    </foaf:Person>
-  </maintainer>
-  <maintainer>
-    <foaf:Person>
-      <foaf:name>Brian G. Merrell</foaf:name>
-      <foaf:mbox rdf:resource="mailto:bgmerrell novell com" />
-      <gnome:userid>bgmerrell</gnome:userid>
-    </foaf:Person>
-  </maintainer>
-  <maintainer>
-    <foaf:Person>
       <foaf:name>Brian Nitz</foaf:name>
       <foaf:mbox rdf:resource="mailto:brian nitz oracle com" />
       <gnome:userid>briannitz</gnome:userid>
@@ -46,7 +33,7 @@
   <maintainer>
     <foaf:Person>
       <foaf:name>Javier HernÃndez</foaf:name>
-      <foaf:mbox rdf:resource="mailto:jhernandez emergya es" />
+      <foaf:mbox rdf:resource="mailto:jhernandez emergya com" />
       <gnome:userid>jhernandez</gnome:userid>
     </foaf:Person>
   </maintainer>



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