52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
D-Bus AT-SPI
|
|
------------
|
|
|
|
This version of at-spi is a major break from version 1.x.
|
|
It has been completely rewritten to use D-Bus rather than
|
|
ORBIT / CORBA for its transport protocol.
|
|
|
|
A page including instructions for testing, project status and
|
|
TODO items is kept up to date at:
|
|
|
|
https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus
|
|
|
|
The mailing list used for general questions is:
|
|
|
|
https://lists.linuxfoundation.org/mailman/listinfo/accessibility-atspi
|
|
|
|
For bug reports, feature requests, patches or enhancements please use:
|
|
|
|
https://gitlab.gnome.org/GNOME/pyatspi2/issues/
|
|
|
|
A git repository with the latest development code is available at:
|
|
|
|
https://gitlab.gnome.org/GNOME/pyatspi2
|
|
|
|
Code in this repository depends on at-spi2-core resources. The
|
|
at-spi2-core repository can be found at:
|
|
|
|
https://gitlab.gnome.org/GNOME/at-spi2-core
|
|
|
|
More information
|
|
----------------
|
|
|
|
The project was started with a D-Bus performance review
|
|
the results of which are available on the GNOME wiki. Keep in
|
|
mind that the D-Bus AT-SPI design documents on this page
|
|
have not been kept up to date.
|
|
|
|
https://wiki.gnome.org/Accessibility/Documentation/GNOME2/ATSPI2-Investigation
|
|
|
|
Other sources of relevant information about AT-SPI and Accessibility
|
|
include:
|
|
|
|
https://wiki.gnome.org/Accessibility
|
|
https://people.gnome.org/~billh/at-spi-idl/html/
|
|
|
|
|
|
|
|
Contents of this package
|
|
------------------------
|
|
|
|
This package includes a python client library for the AT-SPI D-Bus accessibility infrastructure.
|