source: general/genutils/scrollkeeper.xml@ 7ea6667

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 7ea6667 was 7ea6667, checked in by Randy McMurchy <randy@…>, 18 years ago

Moved the ScrollKeeper instructions from Chapter 31 - GNOME Core Packages to Chapter 10 - General Utilities as the package installation prefix is /usr and other-than-GNOME packages can utilize it

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

  • Property mode set to 100644
File size: 7.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY scrollkeeper-download-http "&gnome-download-http;/scrollkeeper/0.3/scrollkeeper-&scrollkeeper-version;.tar.bz2">
8 <!ENTITY scrollkeeper-download-ftp "&gnome-download-ftp;/scrollkeeper/0.3/scrollkeeper-&scrollkeeper-version;.tar.bz2">
9 <!ENTITY scrollkeeper-md5sum "b175e582a6cec3e50a9de73a5bb7455a">
10 <!ENTITY scrollkeeper-size "546 KB">
11 <!ENTITY scrollkeeper-buildsize "12 MB">
12 <!ENTITY scrollkeeper-time "0.1 SBU">
13]>
14
15<sect1 id="scrollkeeper" xreflabel="ScrollKeeper-&scrollkeeper-version;">
16 <?dbhtml filename="scrollkeeper.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">scrollkeeper-&scrollkeeper-version;.tar</keyword>
23 <keyword role="ftpdir">scrollkeeper</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>ScrollKeeper-&scrollkeeper-version;</title>
28
29 <indexterm zone="scrollkeeper">
30 <primary sortas="a-ScrollKeeper">ScrollKeeper</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to ScrollKeeper</title>
35
36 <para>The <application>ScrollKeeper</application> package contains a
37 cataloging system for documentation. This is useful for managing
38 documentation metadata and providing an API to help browsers find, sort
39 and search the document catalog.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&scrollkeeper-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&scrollkeeper-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &scrollkeeper-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &scrollkeeper-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &scrollkeeper-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &scrollkeeper-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">ScrollKeeper Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="libxslt"/>,
67 <xref linkend="DocBook"/>, and
68 <xref linkend="perl-xml-parser"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="intltool"/></para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/scrollkeeper"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of ScrollKeeper</title>
80
81 <para>Install <application>ScrollKeeper</application> by running the
82 following commands:</para>
83
84<screen><userinput>./configure --prefix=/usr \
85 --sysconfdir=/etc \
86 --localstatedir=/var \
87 --disable-static \
88 --with-omfdirs=/usr/share/omf:/opt/gnome-1.4/share/omf:\
89/opt/kde-&kde-version;/share/omf:\
90/opt/gnome-&gnome-version;&gnome-minor-version;/share/omf &amp;&amp;
91
92make</userinput></screen>
93
94 <para>This package does not come with a test suite.</para>
95
96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="commands">
103 <title>Command Explanations</title>
104
105 <para><parameter>--sysconfdir=/etc</parameter>: This switch puts the
106 configuration files in <filename class="directory">/etc</filename>
107 instead of <filename class='directory'>/usr/etc</filename>.</para>
108
109 <para><parameter>--localstatedir=/var</parameter>: This switch puts
110 <application>ScrollKeeper</application>'s database directory in
111 <filename class="directory">/var/lib/scrollkeeper</filename>.</para>
112
113 <para><parameter>--disable-static</parameter>: This switch prevents
114 the static library from being built.</para>
115
116 <para><parameter>--with-omfdirs=...</parameter>: This switch defines the
117 locations of <filename>OMF</filename> files for
118 <application>ScrollKeeper</application>. Change the locations if you have
119 <application>KDE</application> and/or <application>GNOME</application>-2
120 installed in a prefix other than the ones shown. This information is stored
121 in <filename>/etc/scrollkeeper.conf</filename> and can be updated manually,
122 if necessary.</para>
123
124 </sect2>
125
126 <sect2 role="configuration">
127 <title>Configuring ScrollKeeper</title>
128
129 <sect3 id="scrollkeeper-config">
130 <title>Config Files</title>
131
132 <para><filename>/etc/scrollkeeper.conf</filename></para>
133
134 <indexterm zone="scrollkeeper scrollkeeper-config">
135 <primary sortas="e-etc-scrollkeeper.conf">/etc/scrollkeeper.conf</primary>
136 </indexterm>
137
138 </sect3>
139
140 <sect3>
141 <title>Configuration Information</title>
142
143 <para>The configuration file sets the <envar>OMF_DIR</envar> variable
144 to the location of all of the <filename class="directory">omf</filename>
145 directories in the system. This was set in the
146 <command>configure</command> command so no further action is needed until
147 another <filename>OMF</filename> directory is created.</para>
148
149 </sect3>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Programs</segtitle>
158 <segtitle>Installed Library</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>scrollkeeper-config, scrollkeeper-extract, scrollkeeper-gen-seriesid,
163 scrollkeeper-get-cl, scrollkeeper-get-content-list,
164 scrollkeeper-get-extended-content-list, scrollkeeper-get-index-from-docpath,
165 scrollkeeper-get-toc-from-docpath, scrollkeeper-get-toc-from-id,
166 scrollkeeper-install, scrollkeeper-preinstall, scrollkeeper-rebuilddb,
167 scrollkeeper-uninstall, and scrollkeeper-update</seg>
168 <seg>libscrollkeeper.so</seg>
169 <seg>/usr/share/doc/scrollkeeper-&scrollkeeper-version;,
170 /usr/share/{omf, {,xml/}scrollkeeper}, and
171 /var/lib/scrollkeeper</seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry>
181 <term><command>ScrollKeeper utility programs</command></term>
182 <listitem>
183 <para>The <application>ScrollKeeper</application> utility programs
184 and scripts listed above are for performing installation, building,
185 getting and updating table of contents files.</para>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="libscrollkeeper">
190 <term><filename class='libraryfile'>libscrollkeeper.so</filename></term>
191 <listitem>
192 <para>provides the API necessary for help
193 browsers to interact with documentation written to utilize
194 <application>ScrollKeeper</application>.</para>
195 <indexterm zone="scrollkeeper libscrollkeeper">
196 <primary sortas="c-libscrollkeeper">libscrollkeeper.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.