source: gnome/core/scrollkeeper.xml@ 5cd0959d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 5cd0959d was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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-size "534 KB">
10<!ENTITY scrollkeeper-buildsize "9.2 MB">
11<!ENTITY scrollkeeper-time "0.20 SBU">
12
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
23<sect2>
24
25<title>Introduction to <application>ScrollKeeper</application></title>
26
27<para>The <application>ScrollKeeper</application> package contains a cataloging system for
28documentation. This is useful for managing documentation metadata and
29providing an <acronym>API</acronym> to help browsers find, sort and search the document
30catalog.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&scrollkeeper-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&scrollkeeper-download-ftp;"/></para></listitem>
38<listitem><para>Download size: &scrollkeeper-size;</para></listitem>
39<listitem><para>Estimated Disk space required:
40&scrollkeeper-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&scrollkeeper-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>ScrollKeeper</application> dependencies</title>
46<sect4><title>Required</title>
47<para>
48<xref linkend="intltool"/>,
49<xref linkend="libxslt"/>,
50<xref linkend="DocBook"/> and
51<xref linkend="perl-modules"/>: XML-Parser-&XML-Parser-version;
52</para></sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>ScrollKeeper</application></title>
59
60<para>Install <application>ScrollKeeper</application> by running the following commands:</para>
61
62<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
63 --localstatedir=/var --disable-static \
64 --with-omfdirs=/usr/share/omf:/opt/gnome/share/omf:\
65/opt/kde-&kde-version;/share/omf:/opt/gnome-&gnome-version;/share/omf &amp;&amp;
66make &amp;&amp;
67make install</command></userinput></screen>
68
69</sect2>
70
71<sect2>
72<title>Command explanations</title>
73
74<para><parameter>--sysconfdir=/etc</parameter>: This switch puts the
75configuration files in <filename class="directory">/etc/scrollkeeper</filename>.</para>
76
77<para><parameter>--localstatedir=/var</parameter>: This switch puts
78<application>ScrollKeeper</application>'s database directory in
79<filename class="directory">/var/lib/scrollkeeper</filename>.</para>
80
81<para><option>--disable-static</option>: This switch prevents
82the static library from being built.</para>
83
84<para><parameter>--omfdirs=/usr/share/omf:/opt/kde-&kde-version;/share/omf:/opt/gnome-&gnome-version;/share/omf</parameter>:
85This switch sets all the locations for <filename>OMF</filename> files for scrollkeeper.</para>
86</sect2>
87
88<sect2>
89<title>Configuring <application>ScrollKeeper</application></title>
90
91<sect3><title>Config files</title>
92<para><filename>/etc/scrollkeeper.conf</filename></para>
93</sect3>
94
95<sect3><title>Configuration Information</title>
96
97<para>The configuration file sets the <envar>OMF_DIR</envar> variable to the location
98of all of the <filename class="directory">omf</filename> directories in the system. This was set in the
99<command>configure</command> command so no futher action is needed until another
100<filename>OMF</filename> file is created.</para>
101
102</sect3>
103
104</sect2>
105
106<sect2>
107<title>Contents</title>
108
109<para>The <application>ScrollKeeper</application> package contains
110<filename class="libraryfile">libscrollkeeper</filename> libraries and utility scripts.</para>
111
112</sect2>
113
114<sect2><title>Description</title>
115
116<sect3><title>scrollkeeper libraries</title>
117<para><filename class="libraryfile">libscrollkeeper</filename> libraries provide the
118<acronym>API</acronym> necessary for help browsers to
119interact with documentation written to utilize
120<application>ScrollKeeper</application>.</para></sect3>
121
122<sect3><title>utility scripts</title>
123<para>Utility scripts for performing installation, building, getting
124and updating table of contents files.</para></sect3>
125
126</sect2>
127
128</sect1>
Note: See TracBrowser for help on using the repository browser.