Tagged gok.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4431 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-05-21 19:45:36 +00:00
parent 1c70f78070
commit eb12ee1972

View File

@ -4,117 +4,149 @@
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!ENTITY gok-download-http "http://ftp.gnome.org/pub/GNOME/sources/gok/0.11/gok-&gok-version;.tar.bz2"> <!ENTITY gok-download-http "http://ftp.gnome.org/pub/GNOME/sources/gok/0.11/gok-&gok-version;.tar.bz2">
<!ENTITY gok-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gok/0.11/gok-&gok-version;.tar.bz2"> <!ENTITY gok-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gok/0.11/gok-&gok-version;.tar.bz2">
<!ENTITY gok-md5sum "6bfe9d4efb35ae20ef1c05c191dc8ad7"> <!ENTITY gok-md5sum "6bfe9d4efb35ae20ef1c05c191dc8ad7">
<!ENTITY gok-size "1.2 MB"> <!ENTITY gok-size "1.2 MB">
<!ENTITY gok-buildsize "37 MB"> <!ENTITY gok-buildsize "37 MB">
<!ENTITY gok-time "0.59 SBU"> <!ENTITY gok-time "0.59 SBU">
]> ]>
<sect1 id="gok" xreflabel="GOK-&gok-version;"> <sect1 id="gok" xreflabel="GOK-&gok-version;">
<sect1info> <?dbhtml filename="gok.html"?>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="gok.html"?>
<title>GOK-&gok-version;</title>
<sect2> <sect1info>
<title>Introduction to <application><acronym>GOK</acronym></application></title> <othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<para><application><acronym>GOK</acronym></application> is a dynamic onscreen <title>GOK-&gok-version;</title>
keyboard. It features Direct Selection, Dwell Selection, Automatic Scanning
and Inverse Scanning access methods and includes word completion.</para>
<sect3><title>Package information</title> <indexterm zone="gok">
<itemizedlist spacing='compact'> <primary sortas="a-GOK">GOK</primary>
<listitem><para>Download (HTTP): <ulink </indexterm>
url="&gok-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&gok-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &gok-md5sum;</para></listitem>
<listitem><para>Download size: &gok-size;</para></listitem>
<listitem><para>Estimated disk space required:
&gok-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&gok-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application><acronym>GOK</acronym></application> <sect2 role="package">
dependencies</title> <title>Introduction to GOK</title>
<sect4><title>Required</title>
<para><xref linkend="libgnomeui"/>,
<xref linkend="scrollkeeper"/>,
<xref linkend="libwnck"/>,
<xref linkend="at-spi"/> and
<xref linkend="gnome-speech"/></para>
</sect4>
<sect4><title>Optional</title> <para><application>GOK</application> is a dynamic onscreen keyboard. It
<para><xref linkend="gtk-doc"/></para> features Direct Selection, Dwell Selection, Automatic Scanning and Inverse
</sect4> Scanning access methods and includes word completion.</para>
</sect3>
</sect2> <bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gok-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gok-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gok-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gok-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gok-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gok-time;</para>
</listitem>
</itemizedlist>
<sect2> <bridgehead renderas="sect3">GOK Dependencies</bridgehead>
<title>Installation of <application><acronym>GOK</acronym></application></title>
<para>Install <application><acronym>GOK</acronym></application> by running <bridgehead renderas="sect4">Required</bridgehead>
the following commands:</para> <para><xref linkend="libgnomeui"/>,
<xref linkend="scrollkeeper"/>,
<xref linkend="libwnck"/>,
<xref linkend="at-spi"/> and
<xref linkend="gnome-speech"/></para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ <bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="gtk-doc"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of GOK</title>
<para>Install <application>GOK</application> by running
the following commands:</para>
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp; --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
make &amp;&amp; make &amp;&amp;
make install &amp;&amp; make install &amp;&amp;
chmod 644 `pkg-config --variable=prefix ORBit-2.0`\ chmod 644 `pkg-config --variable=prefix ORBit-2.0`\
/share/gnome/help/gok/C/*.xml</command></userinput></screen> /share/gnome/help/gok/C/*.xml</userinput></screen>
</sect2> </sect2>
<sect2> <sect2 role="commands">
<title>Command explanations</title> <title>Command Explanations</title>
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
configuration files in <filename class="directory">/etc/gnome</filename> configuration files in <filename class="directory">/etc/gnome</filename>
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para> instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
<para><parameter>--localstatedir=/var/lib</parameter>: This switch <para><parameter>--localstatedir=/var/lib</parameter>: This switch
puts <application>ScrollKeeper</application> files in puts <application>ScrollKeeper</application> files in
<filename class="directory">/var/lib/scrollkeeper</filename> instead of <filename class="directory">/var/lib/scrollkeeper</filename> instead of
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para> <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
</sect2> </sect2>
<sect2> <sect2 role="configuration">
<title>Configuring <application><acronym>GOK</acronym></application></title> <title>Configuring GOK</title>
<sect3><title>Configuration Information</title> <sect3>
<para>It is recommended that you configure your input device as an <title>Configuration Information</title>
<quote>Extended</quote> input device. Exact configuration methods depend on
the type of hardware attached to your system. See the
<filename>README</filename> file in the package source tree and
<application><acronym>GOK</acronym></application> Help for information on how
to configure your input device.</para>
</sect3>
</sect2> <para>It is recommended that you configure your input device as an
<quote>Extended</quote> input device. Exact configuration methods
depend on the type of hardware attached to your system. See the
<filename>README</filename> file in the package source tree and
<application>GOK</application> Help for information on how
to configure your input device.</para>
<sect2> </sect3>
<title>Contents</title>
<para>The <application><acronym>GOK</acronym></application> package contains </sect2>
<command>gok</command> and <command>create-branching-keyboard</command>.</para>
</sect2> <sect2 role="content">
<title>Contents</title>
<sect2><title>Description</title> <segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<sect3><title>gok</title> <seglistitem>
<para><command>gok</command> is a dynamic onscreen keyboard <seg>gok and create-branching-keyboard</seg>
utility.</para></sect3> <seg>None</seg>
<seg>Not determined at this time</seg>
</seglistitem>
</segmentedlist>
</sect2> <variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gok-prog">
<term><command>gok</command></term>
<listitem>
<para>is a dynamic onscreen keyboard utility.</para>
<indexterm zone="gok gok-prog">
<primary sortas="b-gok">gok</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1> </sect1>