source: gnome/core/scrollkeeper.xml@ 0536361

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 0536361 was 0536361, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged scrollkeeper.xml

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

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