source: archive/gnome/orca.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.6 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 orca-download-http "&gnome-download-http;/orca/3.6/orca-&orca-version;.tar.xz">
8 <!ENTITY orca-download-ftp "&gnome-download-ftp;/orca/3.6/orca-&orca-version;.tar.xz">
9 <!ENTITY orca-md5sum "819d2c2551f4119a4f0dcee2490bad8b">
10 <!ENTITY orca-size "3.6 MB">
11 <!ENTITY orca-buildsize "65 MB">
12 <!ENTITY orca-time "0.2 SBU">
13]>
14
15<sect1 id="orca" xreflabel="Orca-&orca-version;">
16 <?dbhtml filename="orca.html"?>
17
18
19 <title>Orca-&orca-version;</title>
20
21 <indexterm zone="orca">
22 <primary sortas="a-Orca">Orca</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Orca</title>
27
28 <para>
29 <application>Orca</application> enables users with limited or no vision
30 to use the <application>GNOME</application> Desktop and applications
31 effectively. It provides a number of features, including magnification,
32 focus tracking, braille output, automatic screen reading and more.
33 </para>
34
35 &lfs72_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&orca-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&orca-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &orca-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &orca-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &orca-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &orca-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Orca Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gtk3"/>,
76 <xref linkend="pygobject3"/> and
77 <xref linkend="yelp-xsl"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink>
83 (required for braille output, must have
84 <xref linkend="pyrex"/> installed first),
85 <ulink url="http://code.google.com/p/liblouis/">liblouis</ulink>
86 (required for contracted braille) and
87 <ulink url="http://devel.freebsoft.org/speechd/">speech dispatcher</ulink>
88 (required for speech synthesis)
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/orca"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Orca</title>
98
99 <para>
100 Install <application>Orca</application> by running the
101 following commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 orca
130 </seg>
131 <seg>
132 None
133 </seg>
134 <seg>
135 /usr/lib/python&python2-majorver;/site-packages/orca,
136 /usr/share/help/*/orca and
137 /usr/share/orca
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="orca-prog">
148 <term><command>orca</command></term>
149 <listitem>
150 <para>
151 is a GUI menu interface used to access and configure the
152 various functionality parameters provided for users with
153 limited vision.
154 </para>
155 <indexterm zone="orca orca-prog">
156 <primary sortas="b-orca">orca</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.