Ignore:
Timestamp:
01/29/2005 09:11:52 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:
ffcbd0d
Parents:
a70a184
Message:

Added indexing tags to Evolution Data Server

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/evolution-data-server.xml

    ra70a184 r233a4f43  
    2121<?dbhtml filename="evolution-data-server.html"?>
    2222<title>Evolution Data Server-&evolution-data-server-version;</title>
     23<indexterm zone="evolution-data-server">
     24<primary sortas="a-Evolution-Data-Server">Evolution Data Server</primary>
     25</indexterm>
    2326
    2427<sect2>
     
    7174    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    7275    --sysconfdir=/etc/gnome &amp;&amp;
    73 make &amp;&amp;
    74 make install</command></userinput></screen>
     76make</command></userinput></screen>
     77
     78<para>Now, as the root user:</para>
     79
     80<screen><userinput role='root'><command>make install</command></userinput></screen>
    7581
    7682</sect2>
     
    9399<title>Contents</title>
    94100
    95 <para>The <application>Evolution Data Server</application> package contains
    96 <command>evolution-data-server-1.0</command> and
    97 <filename class='libraryfile'>libebook</filename>,
    98 <filename class='libraryfile'>libecal</filename>,
    99 <filename class='libraryfile'>libedata-book</filename>,
    100 <filename class='libraryfile'>libedata-cal</filename>,
    101 <filename class='libraryfile'>libedataserver</filename> and
    102 <filename class='libraryfile'>libegroupwise</filename> libraries.</para>
     101<segmentedlist>
     102<segtitle>Installed Program</segtitle>
     103<segtitle>Installed Libraries</segtitle>
     104<segtitle>Installed Directories</segtitle>
    103105
    104 </sect2>
     106<seglistitem>
     107<seg>evolution-data-server-1.0</seg>
     108<seg>libebook.so, libecal.so, libedata-book.so, libedata-cal.so,
     109libedataserver.so and libegroupwise.so</seg>
     110<seg>$GNOME_PREFIX/include/evolution-data-server-1.0,
     111$GNOME_PREFIX/share/evolution-data-server-1.0,
     112$GNOME_PREFIX/share/idl/evolution-data-server-1.0 and
     113$GNOME_PREFIX/share/gtk-doc/html/libe*</seg>
     114</seglistitem>
     115</segmentedlist>
    105116
    106 <sect2><title>Description</title>
     117<variablelist>
     118<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     119<?dbfo list-presentation="list"?>
    107120
    108 <sect3><title>evolution-data-server-1.0</title>
    109 <para><command>evolution-data-server-1.0</command> is the
    110 <application>Evolution</application> database backend server.</para>
    111 </sect3>
     121<varlistentry id="evolution-data-server-1.0">
     122<term><command>evolution-data-server-1.0</command></term>
     123<listitem><para>is the <application>Evolution</application> database backend
     124server.</para>
     125<indexterm zone="evolution-data-server evolution-data-server-1.0">
     126<primary sortas="b-evolution-data-server-1.0">evolution-data-server-1.0</primary>
     127</indexterm></listitem>
     128</varlistentry>
    112129
    113 <sect3><title><application>Evolution Data Server</application> libraries</title>
    114 <para><filename class='libraryfile'>libe*</filename> libraries are client,
    115 backend and utility libraries for the <application>Evolution</application>
    116 address books, calendar and data servers.</para>
    117 </sect3>
     130<varlistentry id="libe.so">
     131<term><filename class='libraryfile'>libe*.so</filename></term>
     132<listitem><para>libraries are client, backend and utility libraries for the
     133<application>Evolution</application> address books, calendar and data
     134servers.</para>
     135<indexterm zone="evolution-data-server libe.so">
     136<primary sortas="c-libe.so">libe*.so</primary>
     137</indexterm></listitem>
     138</varlistentry>
     139</variablelist>
    118140
    119141</sect2>
Note: See TracChangeset for help on using the changeset viewer.