Changeset 5d05d43


Ignore:
Timestamp:
11/14/2004 05:45:45 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
a1580bb
Parents:
2425885
Message:

Added MD5 sum, updated dependencies and minor corrections to ScrollKeeper instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/scrollkeeper.xml

    r2425885 r5d05d43  
    77<!ENTITY scrollkeeper-download-http "http://ftp.gnome.org/pub/GNOME/sources/scrollkeeper/0.3/scrollkeeper-&scrollkeeper-version;.tar.bz2">
    88<!ENTITY scrollkeeper-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/scrollkeeper/0.3/scrollkeeper-&scrollkeeper-version;.tar.bz2">
     9<!ENTITY scrollkeeper-md5sum "b175e582a6cec3e50a9de73a5bb7455a">
    910<!ENTITY scrollkeeper-size "534 KB">
    10 <!ENTITY scrollkeeper-buildsize "9.2 MB">
    11 <!ENTITY scrollkeeper-time "0.20 SBU">
    12 
     11<!ENTITY scrollkeeper-buildsize "11.8 MB">
     12<!ENTITY scrollkeeper-time "0.15 SBU">
    1313]>
    1414
     
    2525<title>Introduction to <application>ScrollKeeper</application></title>
    2626
    27 <para>The <application>ScrollKeeper</application> package contains a cataloging system for
    28 documentation. This is useful for managing documentation metadata and
    29 providing an <acronym>API</acronym> to help browsers find, sort and search the document
    30 catalog.</para>
     27<para>The <application>ScrollKeeper</application> package contains a
     28cataloging system for documentation. This is useful for managing documentation
     29metadata and providing an <acronym>API</acronym> to help browsers find, sort
     30and search the document catalog.</para>
    3131
    3232<sect3><title>Package information</title>
     
    3636<listitem><para>Download (FTP): <ulink
    3737url="&scrollkeeper-download-ftp;"/></para></listitem>
     38<listitem><para>MD5 sum: &scrollkeeper-md5sum;</para></listitem>
    3839<listitem><para>Download size: &scrollkeeper-size;</para></listitem>
    39 <listitem><para>Estimated Disk space required:
     40<listitem><para>Estimated disk space required:
    4041&scrollkeeper-buildsize;</para></listitem>
    4142<listitem><para>Estimated build time:
     
    4546<sect3><title><application>ScrollKeeper</application> dependencies</title>
    4647<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>
     48<para><xref linkend="intltool"/>,
     49<xref linkend="libxslt"/> and
     50<xref linkend="DocBook"/></para>
     51</sect4>
    5352</sect3>
    5453
     
    5857<title>Installation of <application>ScrollKeeper</application></title>
    5958
    60 <para>Install <application>ScrollKeeper</application> by running the following commands:</para>
     59<para>Install <application>ScrollKeeper</application> by running the following
     60commands:</para>
    6161
    6262<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
     
    7272<title>Command explanations</title>
    7373
    74 <para><parameter>--sysconfdir=/etc</parameter>: This switch puts the
    75 configuration files in <filename class="directory">/etc/scrollkeeper</filename>.</para>
     74<para><parameter>--sysconfdir=/etc</parameter>: This switch puts the
     75configuration files in <filename class="directory">/etc</filename> instead of
     76<filename class='directory'>/usr/etc</filename>.</para>
    7677
    7778<para><parameter>--localstatedir=/var</parameter>: This switch puts
     
    8283the static library from being built.</para>
    8384
    84 <para><parameter>--omfdirs=/usr/share/omf:/opt/kde-&kde-version;/share/omf:/opt/gnome-&gnome-version;/share/omf</parameter>:
    85 This switch sets all the locations for <filename>OMF</filename> files for scrollkeeper.</para>
     85<para><parameter>--omfdirs=...</parameter>: This switch defines the locations
     86of <filename>OMF</filename> files for <application>ScrollKeeper</application>.
     87This information is stored in <filename>/etc/scrollkeeper.conf</filename> and
     88can be updated manually, if necessary.</para>
    8689</sect2>
    8790
     
    9598<sect3><title>Configuration Information</title>
    9699
    97 <para>The configuration file sets the <envar>OMF_DIR</envar> variable to the location
    98 of 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 
     100<para>The configuration file sets the <envar>OMF_DIR</envar> variable to the
     101location of all of the <filename class="directory">omf</filename> directories
     102in the system. This was set in the <command>configure</command> command so no
     103futher action is needed until another <filename>OMF</filename> file is
     104created.</para>
    102105</sect3>
    103106
     
    107110<title>Contents</title>
    108111
    109 <para>The <application>ScrollKeeper</application> package contains
    110 <filename class="libraryfile">libscrollkeeper</filename> libraries and utility scripts.</para>
     112<para>The <application>ScrollKeeper</application> package contains the
     113<filename class="libraryfile">libscrollkeeper</filename> library, utility
     114programs and scripts.</para>
    111115
    112116</sect2>
     
    114118<sect2><title>Description</title>
    115119
    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
    119 interact with documentation written to utilize
     120<sect3><title><application>ScrollKeeper</application> library</title>
     121<para>The <filename class="libraryfile">libscrollkeeper</filename> library
     122provides the <acronym>API</acronym> necessary for help browsers to interact
     123with documentation written to utilize
    120124<application>ScrollKeeper</application>.</para></sect3>
    121125
    122 <sect3><title>utility scripts</title>
    123 <para>Utility scripts for performing installation, building, getting
    124 and updating table of contents files.</para></sect3>
     126<sect3><title>Utility programs and scripts</title>
     127<para>The utility programs and scripts are for performing installation,
     128building, getting and updating table of contents files.</para></sect3>
    125129
    126130</sect2>
  • introduction/welcome/changelog.xml

    r2425885 r5d05d43  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>November 14th, 2004 [randy]: Added MD5 sum, updated
     26dependencies and minor corrections to ScrollKeeper
     27instructions.</para></listitem>
    2428
    2529<listitem><para>November 14th, 2004 [igor]: Removed obsolete SCSI
Note: See TracChangeset for help on using the changeset viewer.