glfs/gnome/add/accerciser.xml
Krejzi 140ea5af35 accerciser 3.4.1, aisleriot 3.4.1, orca 3.4.1, rygel 0.14.1 and vinagre 3.4.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10032 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-04-30 10:32:32 +00:00

143 lines
4.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY accerciser-download-http
"&gnome-download-http;/accerciser/3.4/accerciser-&accerciser-version;.tar.xz">
<!ENTITY accerciser-download-ftp
"&gnome-download-ftp;/accerciser/3.4/accerciser-&accerciser-version;.tar.xz">
<!ENTITY accerciser-md5sum "fba7edb13dd80ef63e6044b411a6a84f">
<!ENTITY accerciser-size "3.0 MB">
<!ENTITY accerciser-buildsize "20 MB">
<!ENTITY accerciser-time "0.4 SBU">
]>
<sect1 id="accerciser" xreflabel="Accerciser-&accerciser-version;">
<?dbhtml filename="accerciser.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Accerciser-&accerciser-version;</title>
<indexterm zone="accerciser">
<primary sortas="a-accerciser">accerciser</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Accerciser</title>
<para><application>Accerciser</application> is an accessibility explorer for the
GNOME desktop. It uses AT-SPI to inspect and control widgets, allowing you to
check if an application is providing correct information to assistive technologies
and automated test frameworks.</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&accerciser-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&accerciser-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &accerciser-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &accerciser-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &accerciser-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &accerciser-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">accerciser Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="at-spi2-core"/>,
<xref linkend="gnome-doc-utils"/>,
<xref linkend="gtk3"/> and
<xref linkend="pygobject3"/>
</para>
<bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
<para role="required">
<xref linkend="at-spi2-atk"/>,
<xref linkend="ipython"/> and
<xref linkend="pyatspi2"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/accerciser"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Accerciser</title>
<para>Install <application>Accerciser</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>The testsuite is intended for the package&apos;s maintainer to check
the XML translations.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
accerciser
</seg>
<seg>
/usr/lib/python2.7/site-packages/accerciser,
/usr/share/accerciser and
/usr/share/gnome/help/accerciser
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="accerciser-prog">
<term><command>accerciser</command></term>
<listitem>
<para>is an interactive Python accessibility explorer
for the GNOME Desktop.</para>
<indexterm zone="accerciser accerciser-prog">
<primary sortas="b-accerciser">accerciser</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>