• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config/H13-Mar-2021-16,94512,632

examples/H03-May-2022-935704

pyatspi/H03-May-2022-5,0234,061

tests/H03-May-2022-12,0169,163

AUTHORSH A D09-Aug-201873 32

COPYINGH A D27-Aug-201924.8 KiB483400

COPYING.GPLH A D09-Aug-201817.6 KiB340281

INSTALLH A D09-Aug-2018570 2115

Makefile.amH A D09-Sep-2019123 118

Makefile.inH A D03-May-202226.5 KiB869769

NEWSH A D13-Mar-202111.9 KiB487264

READMEH A D08-Aug-20201.5 KiB5231

acinclude.m4H A D09-Aug-20182 KiB8077

aclocal.m4H A D13-Mar-2021384.7 KiB10,7469,704

config.h.inH A D13-Mar-20211.7 KiB6543

configureH A D03-May-2022480.1 KiB16,27213,662

configure.acH A D13-Mar-20213.5 KiB11794

pyatspi2.doapH A D09-Sep-20191.7 KiB3329

README

1D-Bus AT-SPI
2------------
3
4This version of at-spi is a major break from version 1.x.
5It has been completely rewritten to use D-Bus rather than
6ORBIT / CORBA for its transport protocol.
7
8A page including instructions for testing, project status and
9TODO items is kept up to date at:
10
11        https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus
12
13The mailing list used for general questions is:
14
15        https://lists.linuxfoundation.org/mailman/listinfo/accessibility-atspi
16
17For bug reports, feature requests, patches or enhancements please use:
18
19        https://gitlab.gnome.org/GNOME/pyatspi2/issues/
20
21A git repository with the latest development code is available at:
22
23        https://gitlab.gnome.org/GNOME/pyatspi2
24
25Code in this repository depends on at-spi2-core resources. The
26at-spi2-core repository can be found at:
27
28        https://gitlab.gnome.org/GNOME/at-spi2-core
29
30More information
31----------------
32
33The project was started with a D-Bus performance review
34the results of which are available on the GNOME wiki. Keep in
35mind that the D-Bus AT-SPI design documents on this page
36have not been kept up to date.
37
38        https://wiki.gnome.org/Accessibility/Documentation/GNOME2/ATSPI2-Investigation
39
40Other sources of relevant information about AT-SPI and Accessibility
41include:
42
43        https://wiki.gnome.org/Accessibility
44        https://people.gnome.org/~billh/at-spi-idl/html/
45
46
47
48Contents of this package
49------------------------
50
51This package includes a python client library for the AT-SPI D-Bus accessibility infrastructure.
52