source: gnome/platform/yelp.xml@ e4192e55

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e4192e55 was e4192e55, checked in by Fernando de Oliveira <fernando@…>, 8 years ago
  • Forgot: Yelp-3.18.1 was ported to WebKitGTK+-2.10.3. Now, only Midori-0.5.11 and Gimp-2.8.14 use WebKitGTK+-2.4.9.

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

  • Property mode set to 100644
File size: 5.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 yelp-download-http "&gnome-download-http;/yelp/&gnome-minor-18;/yelp-&yelp-version;.tar.xz">
8 <!ENTITY yelp-download-ftp "&gnome-download-ftp;/yelp/&gnome-minor-18;/yelp-&yelp-version;.tar.xz">
9 <!ENTITY yelp-md5sum "07068dc20a7d6cf1fb37f82669ee4590">
10 <!ENTITY yelp-size "1.4 MB">
11 <!ENTITY yelp-buildsize "25 MB">
12 <!ENTITY yelp-time "0.2 SBU">
13]>
14
15<sect1 id="yelp" xreflabel="Yelp-&yelp-version;">
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>
33 The <application>Yelp</application> package contains the help
34 browser used for viewing help files.
35 </para>
36
37 &lfs78_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&yelp-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&yelp-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &yelp-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &yelp-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &yelp-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &yelp-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Yelp Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="webkitgtk"/> and
78 <xref linkend="yelp-xsl"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="desktop-file-utils"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="gtk-doc"/>
89 </para>
90
91 <note>
92 <para>
93 The <application>Yelp</application> package is not required for a
94 functional <application>GNOME</application> Desktop. Note, however, that
95 without <application>Yelp</application> you will not be able to view the
96 built-in Help provided by core <application>GNOME</application> and many
97 of the support applications.
98 </para>
99 </note>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/yelp"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of Yelp</title>
108
109 <para>
110 Install <application>Yelp</application> by running the following
111 commands:
112 </para>
113
114<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 This package does not come with a test suite.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install &amp;&amp;
126update-desktop-database</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/static-libraries.xml"/>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/gtk-doc-rebuild.xml"/>
138
139 <para><command>update-desktop-database</command>: This ensures that
140 <filename>/usr/share/applications/mimeinfo.cache</filename> will
141 be updated and therefore the <command>help</command> in gnome
142 applications will work. Some packages run this command during their
143 installation, but yelp and the gnome applications do not.</para>
144
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Program</segtitle>
152 <segtitle>Installed Library</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 gnome-help (symlink) and yelp
158 </seg>
159 <seg>
160 libyelp.so
161 </seg>
162 <seg>
163 /usr/{include,share/gtk-doc/html}/libyelp and
164 /usr/{lib,share}/yelp
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="yelp-prog">
175 <term><command>yelp</command></term>
176 <listitem>
177 <para>
178 is the <application>GNOME</application> Help Browser.
179 </para>
180 <indexterm zone="yelp yelp-prog">
181 <primary sortas="b-yelp">yelp</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="libyelp">
187 <term><filename class="libraryfile">libyelp.so</filename></term>
188 <listitem>
189 <para>
190 contains the <application>Yelp</application> API functions.
191 </para>
192 <indexterm zone="yelp libyelp">
193 <primary sortas="c-libyelp">libyelp.so</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 </variablelist>
199
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.