source: archive/gnome/accerciser.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.8 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
21 <title>Accerciser-&accerciser-version;</title>
22
23 <indexterm zone="accerciser">
24 <primary sortas="a-Accerciser">Accerciser</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to Accerciser</title>
29
30 <para>
31 <application>Accerciser</application> is an accessibility explorer for the
32 <application>GNOME</application> Desktop. It uses <application>At-Spi2</application>
33 to inspect and control widgets, allowing you to check if an application is providing
34 correct information to assistive technologies and automated test frameworks.
35 </para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&accerciser-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&accerciser-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &accerciser-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &accerciser-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &accerciser-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &accerciser-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Accerciser Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="at-spi2-core"/>,
78 <xref linkend="gnome-doc-utils"/>,
79 <xref linkend="gtk3"/> and
80 <xref linkend="pygobject3"/>
81 </para>
82
83 <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
84 <para role="required">
85 <xref linkend="at-spi2-atk"/>,
86 <xref linkend="ipython"/> and
87 <xref linkend="pyatspi2"/>
88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="rarian"/>
93 </para>
94
95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/accerciser"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of Accerciser</title>
102
103 <para>
104 Install <application>Accerciser</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>./configure --prefix=/usr &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/without-scrollkeeper.xml"/>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Program</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 accerciser
141 </seg>
142 <seg>
143 /usr/lib/python&python2-majorver;/site-packages/accerciser,
144 /usr/share/accerciser and
145 /usr/share/gnome/help/accerciser
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="accerciser-prog">
156 <term><command>accerciser</command></term>
157 <listitem>
158 <para>
159 is an interactive Python accessibility explorer
160 for the <application>GNOME</application> Desktop.
161 </para>
162 <indexterm zone="accerciser accerciser-prog">
163 <primary sortas="b-accerciser">accerciser</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.