gnome-devel-docs r567 - trunk/gadg



Author: vpalexander
Date: Mon Aug 25 18:03:32 2008
New Revision: 567
URL: http://svn.gnome.org/viewvc/gnome-devel-docs?rev=567&view=rev

Log:
unstubbing quickstart

Modified:
   trunk/gadg/gad.xml

Modified: trunk/gadg/gad.xml
==============================================================================
--- trunk/gadg/gad.xml	(original)
+++ trunk/gadg/gad.xml	Mon Aug 25 18:03:32 2008
@@ -114,35 +114,35 @@
 <section id="dev-start-3">
 <title>How do I do common ATK things?</title>
 <para>
-stub
+An abbreviated listing of common ATK calls can be found <link linkend="gad-api">here</link>.
 </para>
 </section>
 
 <section id="dev-start-4">
 <title>How do I do more complex ATK things?</title>
 <para>
-stub
+See <link linkend="gad-custom">Making Custom Components Accessible</link> and <link linkend="gad-api-examples">Examples that Use the Accessibility API</link> for more information.
 </para>
 </section>
 
 <section id="dev-start-5">
 <title>Introducing the AT-SPI infrastructure</title>
 <para>
-stub
+AT-SPI is the primary service interface by which assistive technologies query and receive notifications from running applications. The full API can be explored <ulink url="http://library.gnome.org/devel/at-spi-cspi/unstable";>here</ulink> and <ulink url="http://library.gnome.org/devel/at-spi-cspi/stable/";>here</ulink>.
 </para>
 </section>
 
 <section id="dev-start-6">
 <title>Introducing ATK</title>
 <para>
-stub
+ATK is the toolkit that GNOME uses to enable accessibility for users needing extra support to make the most of their computers. ATK is used by tools such as screen readers, magnifiers, and input devices to permit a rich interaction with the desktop through alternative means. See <ulink url="http://java-gnome.sourceforge.net/4.0/doc/api/org/gnome/atk/package-summary.html";>the ATK SourceForge Project</ulink> and <ulink url="http://library.gnome.org/devel/atk/stable/atk.html";>the ATK Library</ulink> for more information.
 </para>
 </section>
 
 <section id="dev-start-7">
 <title>Introducing GAIL</title>
 <para>
-stub
+GAIL (GNOME Accessibility Implementation Library) is an implementation of the accessibility interfaces defined by ATK. GTK is a toolkit which is already mapped to ATK by the GAIL module.
 </para>
 </section>
 </section>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]