glfs/gnome/add/evolution-data-server.xml
Randy McMurchy 233a4f4399 Added indexing tags to Evolution Data Server
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3360 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-01-29 21:11:52 +00:00

145 lines
5.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY evolution-data-server-download-http "http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/evolution-data-server-&evolution-data-server-version;.tar.bz2">
<!ENTITY evolution-data-server-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/evolution-data-server-&evolution-data-server-version;.tar.bz2">
<!ENTITY evolution-data-server-md5sum "ca13b5dd751cd30c55e889d9a07e70fb">
<!ENTITY evolution-data-server-size "4.9 MB">
<!ENTITY evolution-data-server-buildsize "89.2 MB">
<!ENTITY evolution-data-server-time "1.96 SBU">
]>
<sect1 id="evolution-data-server"
xreflabel="Evolution Data Server-&evolution-data-server-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="evolution-data-server.html"?>
<title>Evolution Data Server-&evolution-data-server-version;</title>
<indexterm zone="evolution-data-server">
<primary sortas="a-Evolution-Data-Server">Evolution Data Server</primary>
</indexterm>
<sect2>
<title>Introduction to <application>Evolution Data Server</application></title>
<para>The <application>Evolution Data Server</application> package provides a
unified backend for programs that work with contacts, tasks, and calendar
information. It was originally developed for
<application>Evolution</application> (hence the name), but is now used by
other packages as well.</para>
<sect3><title>Package information</title>
<itemizedlist spacing="compact">
<listitem><para>Download (HTTP):
<ulink url="&evolution-data-server-download-http;"/></para></listitem>
<listitem><para>Download (FTP):
<ulink url="&evolution-data-server-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum:
&evolution-data-server-md5sum;</para></listitem>
<listitem><para>Download size:
&evolution-data-server-size;</para></listitem>
<listitem><para>Estimated disk space required:
&evolution-data-server-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&evolution-data-server-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>Evolution Data Server</application>
dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="libgnomeui"/> and <xref linkend="libsoup"/></para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="openldap"/>,
<xref linkend="gtk-doc"/> and
<xref linkend="docbook-utils"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>Evolution Data Server</application></title>
<para>Install <application>Evolution Data Server</application> by running the
following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--sysconfdir=/etc/gnome &amp;&amp;
make</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><parameter>--libexecdir=`pkg-config --variable=prefix
ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
puts configuration files in <filename class="directory">/etc/gnome</filename>
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
</sect2>
<sect2>
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>evolution-data-server-1.0</seg>
<seg>libebook.so, libecal.so, libedata-book.so, libedata-cal.so,
libedataserver.so and libegroupwise.so</seg>
<seg>$GNOME_PREFIX/include/evolution-data-server-1.0,
$GNOME_PREFIX/share/evolution-data-server-1.0,
$GNOME_PREFIX/share/idl/evolution-data-server-1.0 and
$GNOME_PREFIX/share/gtk-doc/html/libe*</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<varlistentry id="evolution-data-server-1.0">
<term><command>evolution-data-server-1.0</command></term>
<listitem><para>is the <application>Evolution</application> database backend
server.</para>
<indexterm zone="evolution-data-server evolution-data-server-1.0">
<primary sortas="b-evolution-data-server-1.0">evolution-data-server-1.0</primary>
</indexterm></listitem>
</varlistentry>
<varlistentry id="libe.so">
<term><filename class='libraryfile'>libe*.so</filename></term>
<listitem><para>libraries are client, backend and utility libraries for the
<application>Evolution</application> address books, calendar and data
servers.</para>
<indexterm zone="evolution-data-server libe.so">
<primary sortas="c-libe.so">libe*.so</primary>
</indexterm></listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>