X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README;h=32cfb0323321fecf78d44335039c6b545af90e07;hb=9e35d068cb22995064eac08df7dc332fc4c38f7d;hp=4e77433db3635548508641969aae5955ceae9fad;hpb=ce811ff1060746eb8961f25d968dd96af2d43fdf;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/README b/README index 4e77433..32cfb03 100644 --- a/README +++ b/README @@ -1,7 +1,8 @@ README -This is the Early Access Release of the Gnome Accessibility Project's -Assistive Technology Service Provider Interface. +at-spi version 1.21.3 + +This version of at-spi requires atk 1.17.0 or later. *** Welcome to the Gnome Accessibility Project! *** @@ -46,7 +47,7 @@ The directories within this package are arranged as follows: central accessibility registry, and the registry executable is built in this directory. - at-bridge : this directory contains code that bridges + atk-bridge : this directory contains code that bridges the at-spi to the GTK+ toolkit, and which is loaded at runtime by GTK+-based Gnome applications. The 'bridge' automatically registers GTK+-2.0 @@ -61,6 +62,8 @@ The directories within this package are arranged as follows: code to the C bindings API. The header file "spi.h" contains the API declarations used by AT clients. + pyatspi: this directory is an unified python binding used by ATs. + tests : this directory should be called 'examples', since it contains not only test programs, but examples of how to use the AT-SPI. The sample program @@ -113,13 +116,13 @@ http://developer.gnome.org/projects/gap/tech-docs/at-spi-docs/book1.html). Though 'simple-at' will work with the test application 'app', a better demonstration of the AT-SPI can be made after installing libspi and libcspi (via 'make install'). If you set the GTK_MODULES -environment variable to "libgail:libat-bridge", any GTK+2.0 +environment variable to "gail:atk-bridge", any GTK+2.0 application run subsequently will register with the at-spi registry, and 'simple-at' will register for and receive focus and buttonpress events from those applications. -At the moment application and at deregistration are broken, so you are -advised to kill the registry daemon if you exit either 'at' or 'app' +At the moment application and at deregistration are not 100% reliable, +so if you get you are advised to kill the registry daemon if you exit either 'at' or 'app' instances, via the 'bonobo-slay' command. You may run as many instances of each application or sample AT client as you like, concurrently - you may find it useful to do so in separate terminal windows.