source: gnome/core/scrollkeeper.xml@ c64a089

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 c64a089 was 48a0d2b, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to Gnome Themes-2.10.1; added a note about the test suite to the ScrollKeeper instructions

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

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