Ignore:
Timestamp:
10/02/2003 03:43:33 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c49d8f0
Parents:
5c9313a6
Message:

Proper, filename class Chapter 32

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

Location:
gnome/lib/scrollkeeper
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gnome/lib/scrollkeeper/scrollkeeper-config.xml

    r5c9313a6 r3b11616  
    11<sect2>
    2 <title>Configuring scrollkeeper</title>
     2<title>Configuring <application>ScrollKeeper</application></title>
    33
    44<sect3><title>Config files</title>
     
    99
    1010<para>The configuration files sets the <envar>OMF_DIR</envar> variable to the location
    11 of all of the omf directories in the system. This was set in the
    12 configure command so no futher action is needed until another omf file
    13 is created.</para>
     11of all of the <filename class="directory">omf</filename> directories in the system. This was set in the
     12configure command so no futher action is needed until another
     13<filename>OMF</filename> file is created.</para>
    1414
    1515&library-config;
  • gnome/lib/scrollkeeper/scrollkeeper-desc.xml

    r5c9313a6 r3b11616  
    22<title>Contents</title>
    33
    4 <para>The scrollkeeper package contains
    5 <filename>libscrollkeeper</filename> libraries and utility scripts.</para>
     4<para>The <application>ScrollKeeper</application> package contains
     5<filename class="libraryfile">libscrollkeeper</filename> libraries and utility scripts.</para>
    66
    77</sect2>
     
    1010
    1111<sect3><title>scrollkeeper libraries</title>
    12 <para><filename>libscrollkeeper</filename> libraries provide the
     12<para><filename class="libraryfile">libscrollkeeper</filename> libraries provide the
    1313<acronym>API</acronym> necessary for help browsers to
    1414interact with documentation written to utilize
    15 <application>scrollkeeper</application>.</para></sect3>
     15<application>ScrollKeeper</application>.</para></sect3>
    1616
    1717<sect3><title>utility scripts</title>
  • gnome/lib/scrollkeeper/scrollkeeper-exp.xml

    r5c9313a6 r3b11616  
    22<title>Command explanations</title>
    33
    4 <para><command>--sysconfdir=/etc</command> : This switch puts the
    5 configuration files in <filename>/etc/scrollkeeper</filename>.</para>
     4<para><parameter>--sysconfdir=/etc</parameter>: This switch puts the
     5configuration files in <filename class="directory">/etc/scrollkeeper</filename>.</para>
    66
    7 <para><command>--localstatedir=/var</command> : This switch puts
    8 scrollkeepers database directory in <filename>/var/lib/scrollkeeper</filename>.</para>
     7<para><parameter>--localstatedir=/var</parameter>: This switch puts
     8<application>ScrollKeeper</application>'s database directory in
     9<filename class="directory">/var/lib/scrollkeeper</filename>.</para>
    910
    10 <para><command>--disable-static</command> : This switch prevents
     11<para><option>--disable-static</option>: This switch prevents
    1112the static library from being built.</para>
    1213
    13 <para><command>--omfdirs=/usr/share/omf:/opt/gnome/share/omf:/opt/kde/share/omf:/opt/gnome-&gnome-version;/share/omf</command> : This switch sets all the locations for OMF files for scrollkeeper.</para>
     14<para><parameter>--omfdirs=/usr/share/omf:/opt/gnome/share/omf:/opt/kde/share/omf:/opt/gnome-&gnome-version;/share/omf</parameter>:
     15This switch sets all the locations for <filename>OMF</filename> files for scrollkeeper.</para>
    1416</sect2>
    1517
  • gnome/lib/scrollkeeper/scrollkeeper-inst.xml

    r5c9313a6 r3b11616  
    11<sect2>
    2 <title>Installation of <application>scrollkeeper</application></title>
     2<title>Installation of <application>ScrollKeeper</application></title>
    33
    4 <para>Install <application>scrollkeeper</application> by running the following commands:</para>
     4<para>Install <application>ScrollKeeper</application> by running the following commands:</para>
    55
    66<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
  • gnome/lib/scrollkeeper/scrollkeeper-intro.xml

    r5c9313a6 r3b11616  
    11<sect2>
    2 <title>Introduction to <application>scrollkeeper</application></title>
     2<title>Introduction to <application>ScrollKeeper</application></title>
    33
    4 <para>The <application>scrollkeeper</application> package contains a cataloging system for
     4<para>The <application>ScrollKeeper</application> package contains a cataloging system for
    55documentation. This is useful for managing documentation metadata and
    66providing an <acronym>API</acronym> to help browsers find, sort and search the document
     
    2020</sect3>
    2121
    22 <sect3><title><application>scrollkeeper</application> dependencies</title>
     22<sect3><title><application>ScrollKeeper</application> dependencies</title>
    2323<sect4><title>Required</title>
    2424<para><xref linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref
Note: See TracChangeset for help on using the changeset viewer.