Merge branch 'mgorse' of git+ssh://git.codethink.co.uk/git/atspi-dbus into rework
[platform/core/uifw/at-spi2-atk.git] / README
1 README
2
3 at-spi version 1.9.0
4
5 This version of at-spi requires atk 1.17.0 or later.
6
7 This version of at-spi is a MAJOR break from previous versions.
8 It has been completely rewritten to use D-Bus rather than
9 ORBIT / CORBA for its transport protocol.
10
11 *** Welcome to the Gnome Accessibility Project! ***
12
13 If you have not already done so, please visit 
14
15 http://developer.gnome.org/projects/gap 
16
17 for background information on accessibility, the Gnome 
18 Accessibility Project, mailing list info, and project status.
19
20 Contents of this package ==================================
21
22 The directories within this package are arranged as follows:
23
24     idl : This directory contains the interface definitions
25         (in Interface Definition Language) for the
26         accessibility support interfaces exposed by
27         the AT central registry, accessible applications,
28         and UI components.
29         This is possibly historic. The idl formed the basis
30         for the XML protocol definitions now located
31         in the directory "xml".
32
33     registryd : This directory contains code specific to the
34         central accessibility registry, and the registry
35         executable is built in this directory.
36
37     atk-adaptor : This directory contains code that bridges 
38         the at-spi to the GTK+ toolkit, and which is
39         loaded at runtime by GTK+-based Gnome applications.
40         The 'bridge' automatically registers GTK+-2.0
41         applications with the accessibility registry, 
42         and relays UI events from application to registry.
43         It is also responsible for servicing requests from
44         the registry to register handlers for specific event
45         types.