[accerciser] Update the README file



commit db7220b603348dff1fd3cee7acac73019840f92a
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Jun 18 03:28:58 2010 +0200

    Update the README file

 README |   22 +++++++++-------------
 1 files changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/README b/README
index 4b4fe39..20b2f9e 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ Description
 ===========
 
   Accerciser is an interactive Python accessibility explorer for the GNOME
-  desktop. It uses AT-SPI to inspect and control widgets, allowing you to check
+  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.
@@ -15,15 +15,14 @@ Description
 Features
 ========
 
-* ORBit, not cspi, based
+* Based in at-spi2
 
-Like the modern LSR and Orca screen readers, Accerciser uses pyORBit to talk
-AT-SPI with other applications. The legacy cspi module is avoided.
+Accerciser uses the new dbus-based accessiblity framework.
 
 * Plugin architecture
 
 Create a Python module, drop it in a folder, and have it load as a plugin pane
-with full access to AT-SPI and the selected element in the accessibility tree
+with full access to AT-SPI2 and the selected element in the accessibility tree
 view.
 
 * Interface browser and event monitor plugins
@@ -33,7 +32,7 @@ All the features you've come to expect from a poke tool, and then some.
 * IPython console plugin
 
 A full, interactive Python shell with access to the accessible object selected
-in the tree view; all AT-SPI interfaces, methods and attributes; and any other
+in the tree view; all AT-SPI2 interfaces, methods and attributes; and any other
 Python modules. Supports autocompletion and a million other niceties thanks to
 IPython.
 
@@ -74,21 +73,18 @@ Requirements
     gnome-python2-libwnck >= 2.14
     pygtk2 >= 2.8
     python >= 2.4
-    pygtk2-libglade >= 2.8
-    at-spi >= 1.7
-    gnome-python2 >= 2.12
+    pyatspi >= 0.3.3
+    at-spi2-core >= 0.3.3
     glib2 >= 2.10
     GConf2-devel
 
   On a Debian based distro:
 
     python-gnome2-desktop >= 2.14
-    python-gnome2 >= 2.14
     python-gtk2 >= 2.8
-    python-glade2 >= 2.8
     python >= 2.4
-    python-pyatspi
-    at-spi >= 1.7
+    python-pyatspi >= 1.30
+    at-spi >= 1.30
     libgconf2-dev
     
   To use the Python console plugin, you must hve IPython installed.



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