2004-06-15 08:20:58 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2004-11-30 03:04:53 +08:00
|
|
|
<!ENTITY at-spi-download-http "http://ftp.gnome.org/pub/GNOME/sources/at-spi/1.6/at-spi-&at-spi-version;.tar.bz2">
|
|
|
|
<!ENTITY at-spi-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/at-spi/1.6/at-spi-&at-spi-version;.tar.bz2">
|
|
|
|
<!ENTITY at-spi-md5sum "950fc9bb66cf90b720739f3ea5ad8b18">
|
|
|
|
<!ENTITY at-spi-size "503 KB">
|
|
|
|
<!ENTITY at-spi-buildsize "14.6 MB">
|
|
|
|
<!ENTITY at-spi-time "0.55 SBU">
|
2004-06-15 08:20:58 +08:00
|
|
|
]>
|
|
|
|
|
2004-05-14 21:59:28 +08:00
|
|
|
<sect1 id="at-spi" xreflabel="AT SPI-&at-spi-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-05-14 21:59:28 +08:00
|
|
|
<?dbhtml filename="at-spi.html"?>
|
|
|
|
<title>AT SPI-&at-spi-version;</title>
|
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application><acronym>AT</acronym>
|
|
|
|
<acronym>SPI</acronym></application></title>
|
|
|
|
|
2004-11-30 03:04:53 +08:00
|
|
|
<para>The <application><acronym>AT</acronym>
|
|
|
|
<acronym>SPI</acronym></application> package contains Assistive Technology
|
|
|
|
Service Provider Interface. This is useful for redirecting
|
|
|
|
<acronym>UI</acronym> events to accessible applications and adaptive/assistive
|
|
|
|
technologies.</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Download (HTTP): <ulink
|
|
|
|
url="&at-spi-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink
|
|
|
|
url="&at-spi-download-ftp;"/></para></listitem>
|
2004-11-30 03:04:53 +08:00
|
|
|
<listitem><para>Download MD5 sum: &at-spi-md5sum;</para></listitem>
|
2004-06-15 08:20:58 +08:00
|
|
|
<listitem><para>Download size: &at-spi-size;</para></listitem>
|
2004-11-30 03:04:53 +08:00
|
|
|
<listitem><para>Estimated disk space required:
|
2004-06-15 08:20:58 +08:00
|
|
|
&at-spi-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&at-spi-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
|
2004-11-30 03:04:53 +08:00
|
|
|
<sect3><title><application><acronym>AT</acronym>
|
|
|
|
<acronym>SPI</acronym></application> dependencies</title>
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect4><title>Required</title>
|
2004-11-30 03:04:53 +08:00
|
|
|
<para><xref linkend="gail"/> and <xref linkend="libbonobo"/></para>
|
|
|
|
</sect4>
|
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect4><title>Optional</title>
|
2004-11-30 03:04:53 +08:00
|
|
|
<para><xref linkend="gtk-doc"/></para>
|
|
|
|
</sect4>
|
2004-06-15 08:20:58 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
2004-11-30 03:04:53 +08:00
|
|
|
<title>Installation of <application><acronym>AT</acronym>
|
|
|
|
<acronym>SPI</acronym></application></title>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
2004-11-30 03:04:53 +08:00
|
|
|
<para>Install <application><acronym>AT</acronym>
|
|
|
|
<acronym>SPI</acronym></application> by running the following commands:</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
|
|
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
|
|
|
|
--disable-gtk-doc &&
|
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--libexecdir=`pkg-config --variable=prefix
|
|
|
|
ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
|
|
|
|
<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
|
|
|
|
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
|
|
|
|
2004-11-30 03:04:53 +08:00
|
|
|
<para><option>--disable-gtk-doc</option>: This switch prevents the rebuilding
|
|
|
|
of the documentation during the <command>make</command> command.</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2004-11-30 03:04:53 +08:00
|
|
|
<para>The <application><acronym>AT</acronym>
|
|
|
|
<acronym>SPI</acronym></application> package contains
|
|
|
|
<filename class="libraryfile">libspi</filename>,
|
|
|
|
<filename class="libraryfile">libcspi</filename> and
|
|
|
|
<filename class="libraryfile">libloginhelper</filename> libraries,
|
|
|
|
the <filename class='libraryfile'>libatk-bridge.so</filename>
|
|
|
|
<application><acronym>GTK</acronym>+</application> module,
|
|
|
|
<application>ORBit</application>-2.0
|
|
|
|
<filename class='libraryfile'>Accessibility</filename> modules and
|
2004-06-15 08:20:58 +08:00
|
|
|
<command>at-spi-registryd</command>.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>at-spi-registryd</title>
|
2004-11-30 03:04:53 +08:00
|
|
|
<para><command>at-spi-registryd</command> is the registry daemon that allows
|
|
|
|
communication between the <acronym>UI</acronym> and assistance devices.</para>
|
|
|
|
</sect3>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
2004-05-14 21:59:28 +08:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|