2004-06-15 08:20:58 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-15 08:20:58 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2005-05-31 09:34:35 +08:00
|
|
|
<!ENTITY gnopernicus-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnopernicus/0.10/gnopernicus-&gnopernicus-version;.tar.bz2">
|
|
|
|
<!ENTITY gnopernicus-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnopernicus/0.10/gnopernicus-&gnopernicus-version;.tar.bz2">
|
|
|
|
<!ENTITY gnopernicus-md5sum "dd36c9b729344153812918c03dd84b12">
|
|
|
|
<!ENTITY gnopernicus-size "2.0 MB">
|
2005-05-22 03:36:25 +08:00
|
|
|
<!ENTITY gnopernicus-buildsize "38 MB">
|
2005-05-31 09:34:35 +08:00
|
|
|
<!ENTITY gnopernicus-time "0.6 SBU">
|
2004-06-15 08:20:58 +08:00
|
|
|
]>
|
|
|
|
|
2004-05-11 22:47:03 +08:00
|
|
|
<sect1 id="gnopernicus" xreflabel="Gnopernicus-&gnopernicus-version;">
|
2005-05-22 03:36:25 +08:00
|
|
|
<?dbhtml filename="gnopernicus.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Gnopernicus-&gnopernicus-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="gnopernicus">
|
|
|
|
<primary sortas="a-Gnopernicus">Gnopernicus</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Gnopernicus</title>
|
|
|
|
|
|
|
|
<para><application>Gnopernicus</application> enables users with limited
|
|
|
|
vision, or no vision, to use the GNOME desktop and applications
|
|
|
|
effectively. It provides a number of features, including magnification,
|
|
|
|
focus tracking, braille output, automatic screen reading and more.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&gnopernicus-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&gnopernicus-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &gnopernicus-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &gnopernicus-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &gnopernicus-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &gnopernicus-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Gnopernicus Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para><xref linkend="libgail-gnome"/>,
|
|
|
|
<xref linkend="scrollkeeper"/>,
|
|
|
|
<xref linkend="gnome-speech"/> and
|
|
|
|
<xref linkend="gnome-mag"/></para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para><xref linkend="gtk-doc"/> and
|
|
|
|
<ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Gnopernicus</title>
|
|
|
|
|
|
|
|
<para>Install <application>Gnopernicus</application> by running the
|
|
|
|
following commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
2004-12-03 01:27:56 +08:00
|
|
|
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
|
|
|
|
--sysconfdir=/etc/gnome --localstatedir=/var/lib \
|
|
|
|
--with-default-fonts-path=/usr/X11R6/lib/X11/fonts/Type1 &&
|
2005-05-31 09:34:35 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role='root'><userinput>make install</userinput></screen>
|
2005-05-22 03:36:25 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
|
|
|
|
configuration files in <filename class="directory">/etc/gnome</filename>
|
|
|
|
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
|
|
|
|
|
|
|
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
|
|
|
puts <application>ScrollKeeper</application> files in
|
|
|
|
<filename class="directory">/var/lib/scrollkeeper</filename> instead of
|
|
|
|
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
|
|
|
|
|
|
|
<para><parameter>--with-default-fonts-path=/usr/X11R6/lib/X11/fonts/Type1</parameter>:
|
|
|
|
This switch installs Braille fonts into
|
|
|
|
<filename class='directory'>/usr/X11R6/lib/X11/fonts/Type1</filename> instead
|
|
|
|
of <filename class='directory'>/usr/share/fonts/default/Type1</filename>.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2005-05-31 09:34:35 +08:00
|
|
|
<seg>brlmonitor, gnopernicus, gnopernicus-mag-config and srcore</seg>
|
2005-05-22 03:36:25 +08:00
|
|
|
<seg><application>Gnopernicus</application> support libraries</seg>
|
2005-05-31 09:34:35 +08:00
|
|
|
<seg>/etc/gnome/gconf/gconf.xml.defaults/apps/gnopernicus,
|
|
|
|
/etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnopernicus,
|
|
|
|
/etc/gnome/gnopernicus-1.0,
|
|
|
|
$GNOME_PREFIX/include/gnopernicus-1.0,
|
|
|
|
$GNOME_PREFIX/lib/gnopernicus-1.0,
|
|
|
|
$GNOME_PREFIX/share/gnome/help/{brlmonitor,gnopernicus},
|
|
|
|
$GNOME_PREFIX/share/gnopernicus and
|
|
|
|
$GNOME_PREFIX/share/omf/gnopernicus</seg>
|
2005-05-22 03:36:25 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="brlmonitor">
|
|
|
|
<term><command>brlmonitor</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a braille display simulator.</para>
|
|
|
|
<indexterm zone="gnopernicus brlmonitor">
|
|
|
|
<primary sortas="b-brlmonitor">brlmonitor</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gnopernicus-prog">
|
|
|
|
<term><command>gnopernicus</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a GUI menu interface used to access and configure the
|
|
|
|
various functionality parameters provided for users with limited
|
|
|
|
vision.</para>
|
|
|
|
<indexterm zone="gnopernicus gnopernicus-prog">
|
|
|
|
<primary sortas="b-gnopernicus">gnopernicus</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2004-05-11 22:47:03 +08:00
|
|
|
|
|
|
|
</sect1>
|