source: gnome/add/accerciser.xml@ 140ea5a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 140ea5a was 140ea5a, checked in by Krejzi <krejzi@…>, 12 years ago

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

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY accerciser-download-http
8 "&gnome-download-http;/accerciser/3.4/accerciser-&accerciser-version;.tar.xz">
9 <!ENTITY accerciser-download-ftp
10 "&gnome-download-ftp;/accerciser/3.4/accerciser-&accerciser-version;.tar.xz">
11 <!ENTITY accerciser-md5sum "fba7edb13dd80ef63e6044b411a6a84f">
12 <!ENTITY accerciser-size "3.0 MB">
13 <!ENTITY accerciser-buildsize "20 MB">
14 <!ENTITY accerciser-time "0.4 SBU">
15]>
16
17<sect1 id="accerciser" xreflabel="Accerciser-&accerciser-version;">
18 <?dbhtml filename="accerciser.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Accerciser-&accerciser-version;</title>
26
27 <indexterm zone="accerciser">
28 <primary sortas="a-accerciser">accerciser</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Accerciser</title>
33
34 <para><application>Accerciser</application> is an accessibility explorer for the
35 GNOME desktop. It uses AT-SPI to inspect and control widgets, allowing you to
36 check if an application is providing correct information to assistive technologies
37 and automated test frameworks.</para>
38
39 &lfs70_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&accerciser-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&accerciser-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &accerciser-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &accerciser-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &accerciser-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &accerciser-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">accerciser Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required">
67 <xref linkend="at-spi2-core"/>,
68 <xref linkend="gnome-doc-utils"/>,
69 <xref linkend="gtk3"/> and
70 <xref linkend="pygobject3"/>
71 </para>
72
73 <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
74 <para role="required">
75 <xref linkend="at-spi2-atk"/>,
76 <xref linkend="ipython"/> and
77 <xref linkend="pyatspi2"/>
78 </para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/accerciser"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Accerciser</title>
87
88 <para>Install <application>Accerciser</application> by running the following
89 commands:</para>
90
91<screen><userinput>./configure --prefix=/usr &amp;&amp;
92make</userinput></screen>
93
94 <para>The testsuite is intended for the package&apos;s maintainer to check
95 the XML translations.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Program</segtitle>
108 <segtitle>Installed Directories</segtitle>
109
110 <seglistitem>
111 <seg>
112 accerciser
113 </seg>
114 <seg>
115 /usr/lib/python2.7/site-packages/accerciser,
116 /usr/share/accerciser and
117 /usr/share/gnome/help/accerciser
118 </seg>
119 </seglistitem>
120 </segmentedlist>
121
122 <variablelist>
123 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
124 <?dbfo list-presentation="list"?>
125 <?dbhtml list-presentation="table"?>
126
127 <varlistentry id="accerciser-prog">
128 <term><command>accerciser</command></term>
129 <listitem>
130 <para>is an interactive Python accessibility explorer
131 for the GNOME Desktop.</para>
132 <indexterm zone="accerciser accerciser-prog">
133 <primary sortas="b-accerciser">accerciser</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 </variablelist>
139
140 </sect2>
141
142</sect1>
Note: See TracBrowser for help on using the repository browser.