source: gnome/core/yelp.xml@ f6f5b67

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f6f5b67 was f889089, checked in by Ken Moffat <ken@…>, 12 years ago

Update to yelp-3.2.1 and remove some accumulated crud from it, particularly re gecko.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9440 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[f889089]7 <!ENTITY yelp-download-http "&gnome-download-http;/yelp/&gnome-version;/yelp-&yelp-version;.tar.xz">
8 <!ENTITY yelp-download-ftp "&gnome-download-ftp;/yelp/&gnome-version;/yelp-&yelp-version;.tar.xz">
9 <!ENTITY yelp-md5sum "0c58fefce818ed3f2c2cdcf0d636b892">
10 <!ENTITY yelp-size "836 KB">
11 <!ENTITY yelp-buildsize "24 MB">
[957682e]12 <!ENTITY yelp-time "0.3 SBU">
[9d2dc4e2]13]>
14
[9b8404e]15<sect1 id="yelp" xreflabel="Yelp-&yelp-version;">
[ce861f3]16 <?dbhtml filename="yelp.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Yelp-&yelp-version;</title>
24
25 <indexterm zone="yelp">
26 <primary sortas="a-Yelp">Yelp</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Yelp</title>
31
32 <para>The <application>Yelp</application> package contains the help
33 browser. This is useful for viewing help files.</para>
34
[f889089]35 &lfs70_checked;
[957682e]36
[ce861f3]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&yelp-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&yelp-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &yelp-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &yelp-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &yelp-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &yelp-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Yelp Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
[9497073]62 <para role="required"><xref linkend="GConf"/>,
63 <xref linkend="gnome-doc-utils"/>,
[f889089]64 <xref linkend="startup-notification"/>,
65 <xref linkend="webkitgtk"/>, and
66 <xref linkend="yelp-xsl"/></para>
[a6bee1f]67
68 <bridgehead renderas="sect4">Optional</bridgehead>
[955b7fd2]69 <para role="optional"><xref linkend="rarian"/>, and
[9497073]70 <ulink url="http://beagle-project.org/Main_Page">libbeagle</ulink></para>
[51d7b70]71
72 <note>
73 <para>The <application>Yelp</application> package is not required for a
74 functional <application>GNOME</application> desktop. Note, however, that
75 without <application>Yelp</application> you will not be able to view the
76 built-in Help provided by core <application>GNOME</application> and many
[f889089]77 of the support applications.</para>
[51d7b70]78 </note>
[ce861f3]79
[0a7c3921]80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/yelp"/></para>
82
[ce861f3]83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Yelp</title>
87
88 <para>Install <application>Yelp</application> by running the following
89 commands:</para>
90
[f889089]91<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
[ce861f3]92make</userinput></screen>
[474231bf]93
[ce861f3]94 <para>This package does not come with a test suite.</para>
[474231bf]95
[ce861f3]96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[474231bf]97
[ce861f3]98<screen role="root"><userinput>make install</userinput></screen>
[9d2dc4e2]99
[ce861f3]100 </sect2>
[9d2dc4e2]101
[ce861f3]102 <sect2 role="content">
103 <title>Contents</title>
[9d2dc4e2]104
[ce861f3]105 <segmentedlist>
[f889089]106 <segtitle>Installed Programs</segtitle>
[51d7b70]107 <segtitle>Installed Libraries</segtitle>
[551b9389]108 <segtitle>Installed Directory</segtitle>
[9d2dc4e2]109
[ce861f3]110 <seglistitem>
[f889089]111 <seg>gnome-help (a symlink to yelp) and yelp</seg>
[51d7b70]112 <seg>None</seg>
[b0ed3e7e]113 <seg><envar>$GNOME_PREFIX</envar>/share/yelp{icons,ui,xslt}</seg>
[ce861f3]114 </seglistitem>
115 </segmentedlist>
[9d2dc4e2]116
[ce861f3]117 <variablelist>
118 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
119 <?dbfo list-presentation="list"?>
120 <?dbhtml list-presentation="table"?>
[9d2dc4e2]121
[ce861f3]122 <varlistentry id="yelp-prog">
123 <term><command>yelp</command></term>
124 <listitem>
125 <para>is the <application>GNOME</application> help browser.</para>
126 <indexterm zone="yelp yelp-prog">
127 <primary sortas="b-yelp">yelp</primary>
128 </indexterm>
129 </listitem>
130 </varlistentry>
[9d2dc4e2]131
[ce861f3]132 </variablelist>
[8945b1e]133
[ce861f3]134 </sect2>
135
[51d7b70]136</sect1>
Note: See TracBrowser for help on using the repository browser.