Remove the dbind and droute libraries.
[platform/upstream/at-spi2-core.git] / README
1 D-Bus AT-SPI
2 ------------
3
4 This version of at-spi is a major break from previous versions.
5 It has been completely rewritten to use D-Bus rather than
6 ORBIT / CORBA for its transport protocol.
7
8 A page including instructions for testing, project status and
9 TODO items is kept up to date at:
10
11         http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
12
13 The mailing list used for general questions is:
14
15         accessibility-atspi@lists.linux-foundation.org
16
17 For bug reports, feature requests, patches or enhancements please use
18 bugzilla. The freedesktop project name is at-spi2.
19
20         http://bugs.freedesktop.org
21
22 A git repository with the latest development code is available at:
23
24         git://anongit.freedesktop.org/git/at-spi2/at-spi2-core
25
26
27 More information
28 ----------------
29
30 The project was started with a D-Bus performance review
31 the results of which are available on the GNOME wiki. Keep in
32 mind that the D-Bus AT-SPI design documents on this page
33 have not been kept up to date.
34
35         http://live.gnome.org/GAP/AtSpiDbusInvestigation/
36
37 Other sources of relevant information about AT-SPI and Accessibility
38 include:
39
40         http://live.gnome.org/Accessibility
41         http://www.sun.com/software/star/gnome/accessibility/architecture.xml
42         http://accessibility.kde.org/developer/atk.php
43         http://www.gnome.org/~billh/at-spi-idl/html/
44
45
46 Contents of this package
47 ------------------------
48
49 This package includes the protocol definitions for the new D-Bus
50 at-spi.
51
52 Also included is the daemon neccessary for forwarding device events
53 and registering accessible applicaitons.
54
55
56 Directory structure
57 -------------------
58
59 The directories within this package are arranged as follows:
60
61     xml 
62
63         This directory contains XML documents describing
64         the D-Bus protocol in a subset of Telepathy XML.
65
66     tools
67
68         Miscellaneous tools. Mostly for converting protocol
69         XML into D-Bus introspection, 'C' types and documentation.
70
71     registryd
72
73         The registry daemon code. The registry daemon
74         keeps a register of accessible applications and presents
75         this to clients (ATs).
76         It is also responsible for delivering device events.