[Kde-accessibility] ANNOUNCE: at-spi2 1.91.3 released

Mike Gorse mgorse at alum.wpi.edu
Tue Nov 30 01:24:12 CET 2010


AT-SPI2 1.91.3 is now available for download at:

http://download.gnome.org/sources/pyatspi/1.91/
http://download.gnome.org/sources/at-spi2-core/1.91/
http://download.gnome.org/sources/at-spi2-atk/1.91/


Notes
=====

A list of work required before the full release can be found at:

http://www.a11y.org/atspi-todo

What's changed in AT-SPI2 1.91.3
===============================

This is a major refactor: at-spi2-core now includes an AT-side C binding
(libatspi), and pyatspi is now implemented on top of libatspi with most
functionality derived using GObject introspection.  This should be much moer
performant on the AT side.  Note that libatspi is not API-compatible with
CSPI.  Also, this is more of a development snapshot than a usable release.
All of the interfaces have code to implement them, but it is mostly untested
and not currently usable with Orca for instance.


What is AT-SPI2
===============

AT-SPI2 is a D-Bus based accessibility framework. It defines a D-Bus
protocol for providing and accessing application accessibility
information. The project includes a library for bridging the D-Bus
protocol to the ATK API, allowing Gtk based applications to be made
accessible. It also contains a client (AT) side library in Python.


Where can I get more information about AT-SPI2
==============================================

The project wiki is available at:

http://www.a11y.org/d-bus



How can I contribute to AT-SPI2?
================================

We are actively seeking contributors to help us make this the standard
a11y framework for Gnome. We need help testing with Gnome accessibility
technologies, improving performance, and generally tying up loose ends.
The above-referenced page contains a list of known issues that should be
fixed.

IRC   : #a11y on Gimpnet
E-Mail: accessibility-atspi at lists.linux-foundation.org

Development repositories can be found at:

git://git.gnome.org/pyatspi2
git://git.gnome.org/at-spi2-core
git://git.gnome.org/at-spi2-atk


More information about the kde-accessibility mailing list