Changeset 243b724 for gnome/lib


Ignore:
Timestamp:
09/01/2003 04:41:59 PM (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:
8ec1249
Parents:
75d04bc8
Message:

update to scrollkeeper-0.3.12 and galeon-1.3.7

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

Location:
gnome/lib/scrollkeeper
Files:
6 edited

Legend:

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

    r75d04bc8 r243b724  
    33
    44<sect3><title>Config files</title>
    5 <para><userinput>/etc/scrollkeeper.conf</userinput></para>
     5<para><filename>/etc/scrollkeeper.conf</filename></para>
    66</sect3>
    77
    88<sect3><title>Configuration Information</title>
    99
    10 <para>The configuration files sets the OMF_DIR variable to the location
     10<para>The configuration files sets the <envar>OMF_DIR</envar> variable to the location
    1111of all of the omf directories in the system. This was set in the
    1212configure command so no futher action is needed until another omf file
  • gnome/lib/scrollkeeper/scrollkeeper-desc.xml

    r75d04bc8 r243b724  
    1010
    1111<sect3><title>scrollkeeper libraries</title>
    12 <para>scrollkeeper libraries provide the API necessary for help browsers to
    13 interact with documentation written to utilize scrollkeeper.</para></sect3>
     12<para><filename>libscrollkeeper</filename> libraries provide the
     13<acronym>API</acronym> necessary for help browsers to
     14interact with documentation written to utilize
     15<application>scrollkeeper</application>.</para></sect3>
    1416
    1517<sect3><title>utility scripts</title>
  • gnome/lib/scrollkeeper/scrollkeeper-exp.xml

    r75d04bc8 r243b724  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--sysconfdir=/etc</userinput> : This switch puts the
     4<para><command>--sysconfdir=/etc</command> : This switch puts the
    55configuration files in <filename>/etc/scrollkeeper</filename>.</para>
    66
    7 <para><userinput>--localstatedir=/var</userinput> : This switch puts
     7<para><command>--localstatedir=/var</command> : This switch puts
    88scrollkeepers database directory in <filename>/var/lib/scrollkeeper</filename>.</para>
    99
    10 <para><userinput>--disable-static</userinput> : This switch prevents
     10<para><command>--disable-static</command> : This switch prevents
    1111the static library from being built.</para>
    1212
    13 <para><userinput>--omfdirs=/usr/share/omf:/opt/gnome/share/omf:/opt/kde/share/omf:/opt/gnome-&gnome-version;/share/omf</userinput> : This switch sets all the locations for OMF files for scrollkeeper.</para>
     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>
    1414</sect2>
    1515
  • gnome/lib/scrollkeeper/scrollkeeper-inst.xml

    r75d04bc8 r243b724  
    11<sect2>
    2 <title>Installation of scrollkeeper</title>
     2<title>Installation of <application>scrollkeeper</application></title>
    33
    4 <para>Install scrollkeeper by running the following commands:</para>
     4<para>Install <application>scrollkeeper</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     6<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
    77--localstatedir=/var --disable-static \
    88--with-omfdirs=/usr/share/omf:/opt/gnome/share/omf:\
    99/opt/kde/share/omf:/opt/gnome-&gnome-version;/share/omf &amp;&amp;
    1010make &amp;&amp;
    11 make install </userinput></screen></para>
     11make install</command></userinput></screen>
    1212
    1313</sect2>
  • gnome/lib/scrollkeeper/scrollkeeper-intro.xml

    r75d04bc8 r243b724  
    11<sect2>
    2 <title>Introduction to scrollkeeper</title>
     2<title>Introduction to <application>scrollkeeper</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&scrollkeeper-download-http;"/>
    5 Download location (FTP):        <ulink url="&scrollkeeper-download-ftp;"/>
    6 Version used:                   &scrollkeeper-version;
    7 Package size:                   &scrollkeeper-size;
    8 Estimated Disk space required:  &scrollkeeper-buildsize;
    9 Estimated build time:           &scrollkeeper-time;</screen>
    10 
    11 <para>The scrollkeeper package contains a cataloging system for
     4<para>The <application>scrollkeeper</application> package contains a cataloging system for
    125documentation. This is useful for managing documentation metadata and
    13 providing an API to help browsers find, sort and search the document
     6providing an <acronym>API</acronym> to help browsers find, sort and search the document
    147catalog.</para>
    158
    16 <screen>scrollkeeper depends on:
    17 <xref linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref
    18 linkend="intltool"/> and <xref linkend="DocBook"/></screen>
     9<sect3><title>Package information</title>
     10<itemizedlist spacing='compact'>
     11<listitem><para>Download (HTTP): <ulink
     12url="&scrollkeeper-download-http;"/></para></listitem>
     13<listitem><para>Download (FTP): <ulink
     14url="&scrollkeeper-download-ftp;"/></para></listitem>
     15<listitem><para>Download size: &scrollkeeper-size;</para></listitem>
     16<listitem><para>Estimated Disk space required:
     17&scrollkeeper-buildsize;</para></listitem>
     18<listitem><para>Estimated build time:
     19&scrollkeeper-time;</para></listitem></itemizedlist>
     20</sect3>
     21
     22<sect3><title><application>scrollkeeper</application> dependencies</title>
     23<sect4><title>Required</title>
     24<para><xref linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref
     25linkend="intltool"/> and <xref linkend="DocBook"/></para></sect4>
     26</sect3>
    1927
    2028</sect2>
  • gnome/lib/scrollkeeper/scrollkeeper.ent

    r75d04bc8 r243b724  
    55<!ENTITY scrollkeeper-desc SYSTEM "scrollkeeper-desc.xml">
    66<!ENTITY scrollkeeper-config SYSTEM "scrollkeeper-config.xml">
    7 <!ENTITY scrollkeeper-buildsize "4.5 MB">
    8 <!ENTITY scrollkeeper-version "0.3.11">
    9 <!ENTITY scrollkeeper-download-http "http://telia.dl.sourceforge.net/sourceforge/scrollkeeper/scrollkeeper-0.3.11.tar.gz">
    10 <!ENTITY scrollkeeper-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/scrollkeeper/0.3/scrollkeeper-0.3.11.tar.bz2">
    11 <!ENTITY scrollkeeper-size "432 KB">
    12 <!ENTITY scrollkeeper-time "0.20 SBU">
     7<!ENTITY scrollkeeper-buildsize "7.5 MB">
     8<!ENTITY scrollkeeper-version "0.3.12">
     9<!ENTITY scrollkeeper-download-http "http://telia.dl.sourceforge.net/sourceforge/scrollkeeper/scrollkeeper-0.3.12.tar.gz">
     10<!ENTITY scrollkeeper-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/scrollkeeper/0.3/scrollkeeper-0.3.12.tar.bz2">
     11<!ENTITY scrollkeeper-size "536 KB">
     12<!ENTITY scrollkeeper-time "0.15 SBU">
Note: See TracChangeset for help on using the changeset viewer.