glfs/gnome/core/yelp.xml
Randy McMurchy 7cdaed07ac Moved the GNOME xinclude files to the global xinclude directory because more than just GNOME packages can use them
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6214 af4574ff-66df-0310-9fd7-8a98e5e911e0
2006-06-25 21:31:03 +00:00

168 lines
5.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY yelp-download-http "&gnome-download-http;/yelp/&gnome-version;/yelp-&yelp-version;.tar.bz2">
<!ENTITY yelp-download-ftp "&gnome-download-ftp;/yelp/&gnome-version;/yelp-&yelp-version;.tar.bz2">
<!ENTITY yelp-md5sum "4294fe3b01824675bd8be9d7936dcaa7">
<!ENTITY yelp-size "774 KB">
<!ENTITY yelp-buildsize "15.6 MB">
<!ENTITY yelp-time "0.3 SBU">
]>
<sect1 id="yelp" xreflabel="Yelp-&yelp-version;">
<?dbhtml filename="yelp.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Yelp-&yelp-version;</title>
<indexterm zone="yelp">
<primary sortas="a-Yelp">Yelp</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Yelp</title>
<para>The <application>Yelp</application> package contains the help
browser. This is useful for viewing help files.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&yelp-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&yelp-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &yelp-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &yelp-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &yelp-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &yelp-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Yelp Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="libgnomeui"/>,
<xref linkend="libgnomeprintui"/>,
<xref linkend="startup-notification"/>,
<xref linkend="gnome-doc-utils"/>, and
a mozilla.org Gecko layout engine
(<xref linkend="seamonkey"/> or
<xref linkend="firefox"/> or
<xref linkend="thunderbird"/> or
<ulink url="http://www.mozilla.org/products/mozilla1.x/">Mozilla</ulink>)</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="http://beaglewiki.org/Main_Page">Beagle</ulink></para>
<note>
<para>The <application>Yelp</application> package is not required for a
functional <application>GNOME</application> desktop. Note, however, that
without <application>Yelp</application> you will not be able to view the
built-in Help provided by core <application>GNOME</application> and many
of the support applications. This is mentioned here because you may not
wish to install a Gecko layout engine. Without a Gecko layout engine you
will have no graphical browser capability as the default GNOME browser,
<xref linkend="epiphany"/>, also requires a Gecko layout engine.</para>
</note>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/yelp"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Yelp</title>
<para>Install <application>Yelp</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
--localstatedir=/var/lib &amp;&amp;
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>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/gnome-prefix.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/gnome-sysconfdir.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/scrollkeeper-dir.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>gnome-help and yelp</seg>
<seg>None</seg>
<seg><envar>$GNOME_PREFIX</envar>/share/yelp</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gnome-help">
<term><command>gnome-help</command></term>
<listitem>
<para>is a symbolic link to <command>yelp</command>.</para>
<indexterm zone="yelp gnome-help">
<primary sortas="g-gnome-help">gnome-help</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="yelp-prog">
<term><command>yelp</command></term>
<listitem>
<para>is the <application>GNOME</application> help browser.</para>
<indexterm zone="yelp yelp-prog">
<primary sortas="b-yelp">yelp</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>