Update README
authorMike Gorse <mgorse@suse.com>
Mon, 4 Feb 2013 19:27:10 +0000 (13:27 -0600)
committerMike Gorse <mgorse@suse.com>
Mon, 4 Feb 2013 19:27:10 +0000 (13:27 -0600)
The README was very outdated.

README

diff --git a/README b/README
index 8b3e493..de4aa84 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 D-Bus AT-SPI
 ------------
 
-This version of at-spi is a major break from previous versions.
+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.
 
@@ -15,9 +15,10 @@ The mailing list used for general questions is:
         accessibility-atspi@lists.linux-foundation.org
 
 For bug reports, feature requests, patches or enhancements please use
-bugzilla. The freedesktop project name is at-spi2.
+the AT-SPI project on bugzilla.gnome.org. Use the at-spi2-core component for
+bugs specific to this module.
 
-        http://bugs.freedesktop.org
+        http://bugzilla.gnome.org
 
 A git repository with the latest development code is available at:
 
@@ -48,8 +49,8 @@ Contents of this package
 This package includes the protocol definitions for the new D-Bus
 at-spi.
 
-Also included is the daemon neccessary for forwarding device events
-and registering accessible applicaitons.
+Also included is the daemon necessary for forwarding device events
+and registering accessible applicaitions.
 
 
 Directory structure
@@ -60,12 +61,13 @@ The directories within this package are arranged as follows:
     xml 
 
         This directory contains XML documents describing
-        the D-Bus protocol in a subset of Telepathy XML.
+        the D-Bus protocol in the format used for D-Bus introspection.
 
-    tools
+    idl
 
-        Miscellaneous tools. Mostly for converting protocol
-        XML into D-Bus introspection, 'C' types and documentation.
+        The D-Bus specification in an idl-like format. This is likely not
+        parseable by any existing tools, is not entirely up-to-date, and may
+        by removed in a future release.
 
     registryd