source: archive/gnome/evolution-data-server.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 10.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY evolution-data-server-download-http
8 "&gnome-download-http;/evolution-data-server/3.6/evolution-data-server-&evolution-data-server-version;.tar.xz">
9 <!ENTITY evolution-data-server-download-ftp
10 "&gnome-download-ftp;/evolution-data-server/3.6/evolution-data-server-&evolution-data-server-version;.tar.xz">
11 <!ENTITY evolution-data-server-md5sum "9a66998e1986a003c42222f41ea15d2e">
12 <!ENTITY evolution-data-server-size "3.9 MB">
13 <!ENTITY evolution-data-server-buildsize "225 MB">
14 <!ENTITY evolution-data-server-time "2.2 SBU">
15]>
16
17<sect1 id="evolution-data-server"
18xreflabel="evolution-data-server-&evolution-data-server-version;">
19 <?dbhtml filename="evolution-data-server.html"?>
20
21
22 <title>evolution-data-server-&evolution-data-server-version;</title>
23
24 <indexterm zone="evolution-data-server">
25 <primary sortas="a-evolution-data-server">evolution-data-server</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Evolution Data Server</title>
30
31 <para>
32 <application>Evolution Data Server</application> package provides
33 a unified backend for programs that work with contacts, tasks, and calendar
34 information. It was originally developed for
35 <application>Evolution</application> (hence the name), but is now used by
36 other packages as well.
37 </para>
38
39 &lfs72_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&evolution-data-server-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&evolution-data-server-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &evolution-data-server-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &evolution-data-server-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &evolution-data-server-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &evolution-data-server-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="db"/>,
80 <xref linkend="gnome-online-accounts"/>,
81 <xref linkend="gperf"/>,
82 <xref linkend="libgdata"/>,
83 <xref linkend="libical"/> and
84 <xref linkend="nss"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="libgweather"/>,
90 <xref linkend="gobject-introspection"/> and
91 <xref linkend="vala"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="gtk-doc"/>,
97 <xref linkend="mitkrb"/>,
98 a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command) and
99 <xref linkend="openldap"/>
100 </para>
101
102 <para condition="html" role="usernotes">User Notes:
103 <ulink url="&blfs-wiki;/evolution-data-server"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of Evolution Data Server</title>
109
110 <para>
111 Install <application>Evolution Data Server</application> by running
112 the following commands:
113 </para>
114
115<screen><userinput>./configure --prefix=/usr \
116 --libexecdir=/usr/lib/evolution-data-server \
117 --enable-vala-bindings &amp;&amp;
118make</userinput></screen>
119
120 <para>
121 <!-- To test the results, issue: <command>make check</command>. -->
122 This package does not have a working testsuite.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <para>
137 <option>--enable-vala-bindings</option>: This switch enables
138 building of the Vala bindings. Remove if you don't have
139 <xref linkend="vala"/> installed.
140 </para>
141
142 <para>
143 <option>--with-openldap</option>: Use this switch to enable
144 <application>OpenLDAP</application> support in
145 <application>Evolution Data Server</application>.
146 </para>
147
148 <para>
149 <parameter>--with-krb5=/usr</parameter>: Use this switch to
150 enable <application>Kerberos 5</application> support in
151 <application>Evolution Data Server</application>.
152 </para>
153
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="../../xincludes/gtk-doc-rebuild.xml"/>
156
157 <note>
158 <para>
159 To enable many of the optional dependencies, review the information
160 from <command>./configure --help</command> for the necessary parameters
161 you must pass to the <command>configure</command> script.
162 </para>
163 </note>
164
165 </sect2>
166
167 <sect2 role="content">
168 <title>Contents</title>
169
170 <segmentedlist>
171 <segtitle>Installed Programs</segtitle>
172 <segtitle>Installed Libraries</segtitle>
173 <segtitle>Installed Directories</segtitle>
174
175 <seglistitem>
176 <seg>
177 None
178 </seg>
179 <seg>
180 libcamel-1.2.so, libebackend-1.2.so, libebook-1.2.so,
181 libecal-1.2.so, libedata-book-1.2.so, libedata-cal-1.2.so,
182 libedataserver-1.2.so and libedataserverui-3.0.so
183 </seg>
184 <seg>
185 /usr/include/evolution-data-server-3.6,
186 /usr/lib/evolution-data-server,
187 /usr/share/evolution-data-server-3.6,
188 /usr/share/gtk-doc/html/camel,
189 /usr/share/gtk-doc/html/libebackend,
190 /usr/share/gtk-doc/html/libebook,
191 /usr/share/gtk-doc/html/libecal
192 /usr/share/gtk-doc/html/libedata-book,
193 /usr/share/gtk-doc/html/libedata-cal,
194 /usr/share/gtk-doc/html/libedataserver,
195 /usr/share/gtk-doc/html/libedataserverui and
196 /usr/share/pixmaps/evolution-data-server
197 </seg>
198 </seglistitem>
199 </segmentedlist>
200
201 <variablelist>
202 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
203 <?dbfo list-presentation="list"?>
204 <?dbhtml list-presentation="table"?>
205
206 <varlistentry id="libcamel-1">
207 <term><filename class="libraryfile">libcamel-1.2.so</filename></term>
208 <listitem>
209 <para>
210 is the <application>Evolution</application> MIME message
211 handling library.
212 </para>
213 <indexterm zone="evolution-data-server libcamel-1">
214 <primary sortas="c-libcamel-1">libcamel-1.2.so</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="libebackend-1">
220 <term><filename class="libraryfile">libebackend-1.2.so</filename></term>
221 <listitem>
222 <para>
223 is the utility library for
224 <application>Evolution Data Server</application> Backends.
225 </para>
226 <indexterm zone="evolution-data-server libebackend-1">
227 <primary sortas="c-libebackend-1">libebackend-1.2.so</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="libebook-1">
233 <term><filename class="libraryfile">libebook-1.2.so</filename></term>
234 <listitem>
235 <para>
236 is the client library for <application>Evolution</application>
237 address books.
238 </para>
239 <indexterm zone="evolution-data-server libebook-1">
240 <primary sortas="c-libebook-1">libebook-1.2.so</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="libecal-1">
246 <term><filename class="libraryfile">libecal-1.2.so</filename></term>
247 <listitem>
248 <para>
249 is the client library for <application>Evolution</application>
250 calendars.
251 </para>
252 <indexterm zone="evolution-data-server libecal-1">
253 <primary sortas="c-libecal-1">libecal-1.2.so</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry id="libedata-book-1">
259 <term><filename class="libraryfile">libedata-book-1.2.so</filename></term>
260 <listitem>
261 <para>
262 is the backend library for <application>Evolution</application>
263 address books.
264 </para>
265 <indexterm zone="evolution-data-server libedata-book-1">
266 <primary sortas="c-libedata-book-1">libedata-book-1.2.so</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 <varlistentry id="libedata-cal-1">
272 <term><filename class="libraryfile">libedata-cal-1.2.so</filename></term>
273 <listitem>
274 <para>
275 is the backend library for <application>Evolution</application>
276 calendars.
277 </para>
278 <indexterm zone="evolution-data-server libedata-cal-1">
279 <primary sortas="c-libedata-cal-1">libedata-cal-1.2.so</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283
284 <varlistentry id="libedataserver-1">
285 <term><filename class="libraryfile">libedataserver-1.2.so</filename></term>
286 <listitem>
287 <para>
288 is the utility library for
289 <application>Evolution Data Server</application>.
290 </para>
291 <indexterm zone="evolution-data-server libedataserver-1">
292 <primary sortas="c-libedataserver-1">libedataserver-1.2.so</primary>
293 </indexterm>
294 </listitem>
295 </varlistentry>
296
297 <varlistentry id="libedataserverui-3">
298 <term><filename class="libraryfile">libedataserverui-3.0.so</filename></term>
299 <listitem>
300 <para>
301 is the GUI utility library for
302 <application>Evolution Data Server</application>.
303 </para>
304 <indexterm zone="evolution-data-server libedataserverui-3">
305 <primary sortas="c-libedataserverui-3">libedataserverui-3.0.so</primary>
306 </indexterm>
307 </listitem>
308 </varlistentry>
309
310 </variablelist>
311
312 </sect2>
313
314</sect1>
Note: See TracBrowser for help on using the repository browser.