source: archive/kde/add/kdepim.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: 11.6 KB
RevLine 
[60384c68]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[60384c68]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[e052635d]6 <!ENTITY kdepim-download-http "&trinity-repo-http;/kdepim-&trinity-version;.tar.gz">
7 <!ENTITY kdepim-download-ftp "&trinity-repo-ftp;/kdepim-&trinity-version;.tar.gz">
[df46eec]8 <!ENTITY kdepim-md5sum "4488062d5400bdd99642fe0b72ebcf9a">
9 <!ENTITY kdepim-size "12.8 MB">
10 <!ENTITY kdepim-buildsize "347 MB">
11 <!ENTITY kdepim-time "6.4 SBU">
[60384c68]12]>
13
[76cfd80]14<sect1 id="kdepim" xreflabel="kdepim-&trinity-version;">
[c4d2a14]15 <?dbhtml filename="kdepim.html"?>
[898b7bb]16
17
[76cfd80]18 <title>Kdepim-&trinity-version;</title>
[ee2025f]19
[442196f]20 <indexterm zone="kdepim">
21 <primary sortas="a-kdepim">Kdepim</primary>
22 </indexterm>
[f8df26b]23
[4e82a189]24 <sect2 role="package">
[442196f]25 <title>Introduction to Kdepim</title>
[f8df26b]26
[90bd3c1b]27 <para><application>Kdepim</application> provides several
28 <application>KDE</application> programs for managing personal information.
29 Programs include a contact manager, calendar, mail utilities, newsreader,
[104733c]30 X.509 certificate manager, and sticky notes.</para>
[90bd3c1b]31
[df46eec]32 &lfs70_checked;
33
[f8df26b]34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing='compact'>
36 <listitem>
37 <para>Download (HTTP): <ulink url="&kdepim-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&kdepim-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &kdepim-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &kdepim-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &kdepim-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &kdepim-time;</para>
53 </listitem>
54 </itemizedlist>
55
[76cfd80]56 <!--
[9430c7e8]57 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
58 <itemizedlist spacing="compact">
59 <listitem>
[104733c]60 <para>Required patch: <ulink
[9430c7e8]61 url="&patch-root;/kdepim-&kde-version;-charset-1.patch"/></para>
62 </listitem>
63 </itemizedlist>
[76cfd80]64 -->
[9430c7e8]65
[442196f]66 <bridgehead renderas="sect3">Kdepim Dependencies</bridgehead>
[c4d2a14]67
68 <bridgehead renderas="sect4">Required</bridgehead>
[76cfd80]69 <para role="required">
70 <xref linkend="kdebase"/>
71 </para>
[c4d2a14]72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
[76cfd80]74 <para role="recommended">
75 <xref linkend="libjpeg"/>,
76 <xref linkend="libxml2"/>,
77 <xref linkend="gnupg2"/>, and
78 <xref linkend="openssl"/>
79 </para>
[c4d2a14]80
81 <bridgehead renderas="sect4">Optional</bridgehead>
[76cfd80]82 <para role="optional">
83 <xref linkend="kdeaccessibility"/>,
84 <xref linkend="kdemultimedia"/>,
85 <xref linkend="cyrus-sasl"/>,
86 <xref linkend="pilot-link"/>,
[0d7900a]87 <xref linkend="gnupg"/> or
[df46eec]88 <xref linkend="gpgme"/>,
[76cfd80]89 <ulink url="http://www.opensync.org">OpenSync</ulink>,
90 <ulink url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>,
91 <ulink url="http://www.gnokii.org/">gnokii</ulink>,
92 <ulink url="http://www.bluez.org">BlueZ</ulink>,
[00785d8]93 <xref linkend="boost"/>,
[76cfd80]94 <xref linkend="graphviz"/>, and
95 <xref linkend="doxygen"/>
96 </para>
[60384c68]97
[a3ef34c2]98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/kdepim"/></para>
100
[c4d2a14]101 </sect2>
[60384c68]102
[c4d2a14]103 <sect2 role="installation">
[442196f]104 <title>Installation of Kdepim</title>
[60384c68]105
[c4d2a14]106 <para>Install <application>kdepim</application> with:</para>
[f4f1156a]107
[d28198d3]108<screen><userinput>MAKEDIR=/tmp/buildpim &amp;&amp;
109KDEPIM=`pwd` &amp;&amp;
110rm -rf $MAKEDIR &amp;&amp;
111mkdir -p $MAKEDIR &amp;&amp;
112cd $MAKEDIR &amp;&amp;
[df46eec]113
114cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
115 -DCMAKE_VERBOSE_MAKEFILE=ON \
116 -DWITH_ARTS=ON \
117 -DBUILD_ALL=ON \
118 -DBUILD_INDEXLIB=OFF \
[d28198d3]119 $KDEPIM &amp;&amp;
[df46eec]120
[d28198d3]121unset KDEPIM MAKEDIR &amp;&amp;
[4e82a189]122make</userinput></screen>
[898b7bb]123
[e05cd03f]124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[89c72ef4]125 href="../../xincludes/kde-apidocs.xml"/>
[898b7bb]126
[d33b066]127 <para>This package does not come with a test suite.</para>
128
[c4d2a14]129 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
130
131<screen role="root"><userinput>make install</userinput></screen>
[442196f]132
[c4d2a14]133 </sect2>
[60384c68]134
[65ce93a]135 <sect2 role="commands">
136 <title>Command Explanations</title>
137
[df46eec]138 <para><option>-DBUILD_INDEXLIB=OFF</option>: This option requires
139 <ulink url="http://www.boost.org">Boost</ulink>.</para>
[65ce93a]140
141 </sect2>
142
[442196f]143 <sect2 role="content">
144 <title>Contents</title>
[60384c68]145
[442196f]146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
[4e82a189]150
[442196f]151 <seglistitem>
[9f12e36]152 <seg>akregator, kaddressbook, kalarm, kandy, karm,
153 kitchensync, kleopatra, kmail, knode, knotes, konsolekalendar,
154 kontact, korganizer, korn, kpilot,
[51ee35b]155 ktnef, kwatchgnupg, and supporting programs</seg>
[d5bca7b6]156 <seg>Numerous kdepim specific libraries</seg>
157 <seg>Numerous subdirectories in $KDE_PREFIX/{include,share}</seg>
[442196f]158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
[9f12e36]165
[51ee35b]166 <varlistentry id="akregator">
167 <term><command>akregator</command></term>
168 <listitem>
[9f12e36]169 <para>is a program to read <acronym>RSS</acronym> and
[51ee35b]170 other online news feeds.</para>
171 <indexterm zone="kdepim akregator">
172 <primary sortas="b-akregator">akregator</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
[4e82a189]176
[442196f]177 <varlistentry id="kaddressbook">
178 <term><command>kaddressbook</command></term>
179 <listitem>
180 <para>is the <application>KDE</application> address book.</para>
181 <indexterm zone="kdepim kaddressbook">
182 <primary sortas="b-kaddressbook">kaddressbook</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="kalarm">
188 <term><command>kalarm</command></term>
189 <listitem>
190 <para>is a system to provide reminder messages.</para>
191 <indexterm zone="kdepim kalarm">
192 <primary sortas="b-kalarm">kalarm</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="kandy">
198 <term><command>kandy</command></term>
199 <listitem>
200 <para>is a program to synchronize mobile phone numbers.</para>
201 <indexterm zone="kdepim kandy">
202 <primary sortas="b-kandy">kandy</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="karm">
208 <term><command>karm</command></term>
209 <listitem>
210 <para> is a personal time tracker.</para>
211 <indexterm zone="kdepim karm">
212 <primary sortas="b-karm">karm</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
[51ee35b]217 <varlistentry id="kitchensync">
218 <term><command>kitchensync</command></term>
219 <listitem>
220 <para>is the universal syncing tool and framework for kde.</para>
221 <indexterm zone="kdepim kitchensync">
222 <primary sortas="b-kitchensync">kitchensync</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="kleopatra">
228 <term><command>kleopatra</command></term>
[442196f]229 <listitem>
[51ee35b]230 <para>is a tool for managing X.509 certificates in
[9f12e36]231 a <application>GpgSM</application> keybox and for retrieving
[51ee35b]232 certificates from <acronym>LDAP</acronym> servers.</para>
233 <indexterm zone="kdepim kleopatra">
234 <primary sortas="b-kleopatra">kleopatra</primary>
[442196f]235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="kmail">
240 <term><command>kmail</command></term>
241 <listitem>
242 <para>is <application>KDE</application>'s email client.</para>
243 <indexterm zone="kdepim kmail">
244 <primary sortas="b-kmail">kmail</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 <varlistentry id="knode">
250 <term><command>knode</command></term>
251 <listitem>
252 <para> is the <application>KDE</application> newsreader.</para>
253 <indexterm zone="kdepim knode">
254 <primary sortas="b-knode">knode</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="knotes">
260 <term><command>knotes</command></term>
261 <listitem>
262 <para> is a popup notes utility.</para>
263 <indexterm zone="kdepim knotes">
264 <primary sortas="b-knotes">knotes</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
[51ee35b]269 <varlistentry id="konsolekalendar">
270 <term><command>konsolekalendar</command></term>
[442196f]271 <listitem>
[4e82a189]272 <para>is a command line interface to <application>KDE</application>
[442196f]273 calendars.</para>
[51ee35b]274 <indexterm zone="kdepim konsolekalendar">
275 <primary sortas="b-konsolekalendar">konsolekalendar</primary>
[442196f]276 </indexterm>
277 </listitem>
278 </varlistentry>
279
280 <varlistentry id="kontact">
281 <term><command>kontact</command></term>
282 <listitem>
[4e82a189]283 <para>is the integrated solution to personal information management
[442196f]284 (PIM) needs.</para>
285 <indexterm zone="kdepim kontact">
286 <primary sortas="b-kontact">kontact</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
291 <varlistentry id="korganizer">
292 <term><command>korganizer</command></term>
293 <listitem>
294 <para>is a personal calendar/todo system.</para>
295 <indexterm zone="kdepim korganizer">
296 <primary sortas="b-korganizer">korganizer</primary>
297 </indexterm>
298 </listitem>
299 </varlistentry>
300
301 <varlistentry id="korn">
302 <term><command>korn</command></term>
303 <listitem>
[4e82a189]304 <para>is a <application>KDE</application> mail checker that has the capabilities to
[442196f]305 dock itself to <command>kicker</command>.</para>
306 <indexterm zone="kdepim korn">
307 <primary sortas="b-korn">korn</primary>
308 </indexterm>
309 </listitem>
310 </varlistentry>
311
312 <varlistentry id="kpilot">
313 <term><command>kpilot</command></term>
314 <listitem>
315 <para>is a program to synchronize a Palm-Pilot.</para>
316 <indexterm zone="kdepim kpilot">
317 <primary sortas="b-kpilot">kpilot</primary>
318 </indexterm>
319 </listitem>
320 </varlistentry>
321
[51ee35b]322 <varlistentry id="ktnef">
323 <term><command>ktnef</command></term>
324 <listitem>
[9f12e36]325 <para>allows handling mail attachments using the TNEF format.
[b8dba81]326 Those attachments are usually found in mails coming
[51ee35b]327 from <trademark class="registered">Microsoft</trademark>
[9f12e36]328 mail servers and embed the mail properties as well as the
[51ee35b]329 actual attachments.</para>
330 <indexterm zone="kdepim ktnef">
331 <primary sortas="b-ktnef">ktnef</primary>
332 </indexterm>
333 </listitem>
334 </varlistentry>
335
336 <varlistentry id="kwatchgnupg">
337 <term><command>kwatchgnupg</command></term>
338 <listitem>
339 <para>is simple<application>GnuPG</application> log viewer.</para>
340 <indexterm zone="kdepim kwatchgnupg">
341 <primary sortas="b-kwatchgnupg">kwatchgnupg</primary>
342 </indexterm>
343 </listitem>
344 </varlistentry>
[9f12e36]345
[442196f]346 </variablelist>
[c4d2a14]347
348 </sect2>
[ee2025f]349
350</sect1>
Note: See TracBrowser for help on using the repository browser.