source: general/genutils/scrollkeeper.xml@ 4eb0507

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 4eb0507 was 790998f, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Removed gnome-old-version.

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

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