source: gnome/core/scrollkeeper.xml@ e62f701

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 e62f701 was e62f701, checked in by Randy McMurchy <randy@…>, 18 years ago

Presentation cleanup of GNOME core packages

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

  • Property mode set to 100644
File size: 7.1 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"/> and
67 <xref linkend="DocBook"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of ScrollKeeper</title>
73
74 <para>Install <application>ScrollKeeper</application> by running the
75 following commands:</para>
76
77<screen><userinput>./configure --prefix=/usr \
78 --sysconfdir=/etc \
79 --localstatedir=/var \
80 --disable-static \
81 --with-omfdirs=/usr/share/omf:/opt/gnome-1.4/share/omf:\
82/opt/kde-&kde-version;/share/omf:\
83/opt/gnome-&gnome-version;&gnome-minor-version;/share/omf &amp;&amp;
84
85make</userinput></screen>
86
87 <para>This package does not come with a test suite.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <para><parameter>--sysconfdir=/etc</parameter>: This switch puts the
99 configuration files in <filename class="directory">/etc</filename>
100 instead of <filename class='directory'>/usr/etc</filename>.</para>
101
102 <para><parameter>--localstatedir=/var</parameter>: This switch puts
103 <application>ScrollKeeper</application>'s database directory in
104 <filename class="directory">/var/lib/scrollkeeper</filename>.</para>
105
106 <para><parameter>--disable-static</parameter>: This switch prevents
107 the static library from being built.</para>
108
109 <para><parameter>--with-omfdirs=...</parameter>: This switch defines the
110 locations of <filename>OMF</filename> files for
111 <application>ScrollKeeper</application>. Change the locations if you have
112 <application>KDE</application> and/or <application>GNOME</application>-2
113 installed in a prefix other than the ones shown. This information is stored
114 in <filename>/etc/scrollkeeper.conf</filename> and can be updated manually,
115 if necessary.</para>
116
117 </sect2>
118
119 <sect2 role="configuration">
120 <title>Configuring ScrollKeeper</title>
121
122 <sect3 id="scrollkeeper-config">
123 <title>Config Files</title>
124
125 <para><filename>/etc/scrollkeeper.conf</filename></para>
126
127 <indexterm zone="scrollkeeper scrollkeeper-config">
128 <primary sortas="e-etc-scrollkeeper.conf">/etc/scrollkeeper.conf</primary>
129 </indexterm>
130
131 </sect3>
132
133 <sect3>
134 <title>Configuration Information</title>
135
136 <para>The configuration file sets the <envar>OMF_DIR</envar> variable
137 to the location of all of the <filename class="directory">omf</filename>
138 directories in the system. This was set in the
139 <command>configure</command> command so no further action is needed until
140 another <filename>OMF</filename> directory is created.</para>
141
142 </sect3>
143
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Library</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>scrollkeeper-config, scrollkeeper-extract, scrollkeeper-gen-seriesid,
156 scrollkeeper-get-cl, scrollkeeper-get-content-list,
157 scrollkeeper-get-extended-content-list, scrollkeeper-get-index-from-docpath,
158 scrollkeeper-get-toc-from-docpath, scrollkeeper-get-toc-from-id,
159 scrollkeeper-install, scrollkeeper-preinstall, scrollkeeper-rebuilddb,
160 scrollkeeper-uninstall, and scrollkeeper-update</seg>
161 <seg>libscrollkeeper.so</seg>
162 <seg>/usr/share/doc/scrollkeeper-&scrollkeeper-version;,
163 /usr/share/[omf, [,xml/]scrollkeeper], and
164 /var/lib/scrollkeeper</seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry>
174 <term><command>ScrollKeeper utility programs</command></term>
175 <listitem>
176 <para>The <application>ScrollKeeper</application> utility programs
177 and scripts listed above are for performing installation, building,
178 getting and updating table of contents files.</para>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="libscrollkeeper">
183 <term><filename class='libraryfile'>libscrollkeeper.so</filename></term>
184 <listitem>
185 <para>provides the API necessary for help
186 browsers to interact with documentation written to utilize
187 <application>ScrollKeeper</application>.</para>
188 <indexterm zone="scrollkeeper libscrollkeeper">
189 <primary sortas="c-libscrollkeeper">libscrollkeeper.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.