source: kde/inst/kde-pim.xml@ 00bb024c

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_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 00bb024c was 00bb024c, checked in by Larry Lawrence <larry@…>, 20 years ago

fixed chunk xsl in connect to kde

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

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<sect1 id="kde-pim">
2<?dbhtml filename="kde-pim.html"?>
3<title>kdepim-&kde-version;</title>
4
5<sect2>
6<title>Introduction to <application>kdepim</application></title>
7
8<sect3><title>Package information</title>
9<itemizedlist spacing='compact'>
10<listitem><para>Download (HTTP): <ulink url="&kde-pim-download-http;"/></para></listitem>
11<listitem><para>Download (FTP): <ulink url="&kde-pim-download-ftp;"/></para></listitem>
12<listitem><para>Download size: &kde-pim-size;</para></listitem>
13<listitem><para>Estimated Disk space required: &kde-pim-buildsize;</para></listitem>
14<listitem><para>Estimated build time: &kde-pim-time;</para></listitem></itemizedlist>
15</sect3>
16
17<sect3><title><application>kdepim</application> dependencies</title>
18<sect4><title>Required</title>
19<para><xref linkend="kde-base"/>
20</para></sect4>
21<sect4><title>Optional</title>
22<para>
23<xref linkend="libxml2"/>,
24<ulink url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>,
25<ulink url="http://www.gnokii.org/">gnokii</ulink>,
26<ulink url="http://www.pilot-link.org/">pilot-link</ulink>,
27<ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink> and
28<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
29</para></sect4>
30</sect3>
31
32</sect2>
33
34<sect2>
35<title>Installation of <application>kdepim</application></title>
36
37<para>Install <application>kdepim</application> with:</para>
38<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
39 --disable-dependency-tracking &amp;&amp;
40make &amp;&amp;
41make install</command></userinput></screen>
42
43</sect2>
44
45<sect2>
46<title>Contents</title>
47
48<para>Major programs in <application>kdepim</application> include
49<command>kaddressbook</command>,
50<command>kalarm</command>,
51<command>kandy</command>,
52<command>karm</command>,
53<command>kgpgcertmanager</command>,
54<command>kmail</command>,
55<command>knode</command>,
56<command>knotes</command>,
57<command>konsolekalendar</command>,
58<command>kontact</command>
59<command>korganizer</command>,
60<command>korn</command> and
61<command>kpilot</command>.
62</para>
63
64</sect2>
65
66<sect2><title>Description</title>
67
68<sect3><title>kaddressbook</title>
69<para><command>kaddressbook</command> is the <acronym>KDE</acronym> address
70book.</para></sect3>
71
72<sect3><title>kalarm</title>
73<para><command>kalarm</command> is a system to provide reminder messages.</para></sect3>
74
75<sect3><title>kandy</title>
76<para><command>kandy</command>is a program to synchronize mobile phone
77numbers.</para></sect3>
78
79<sect3><title>karm</title>
80<para><command>karm</command> is a personal time tracker.</para></sect3>
81
82<sect3><title>kgpgcertmanager</title>
83<para><command>kgpgcertmanager</command> is a tool for managing X509
84certificates.</para></sect3>
85
86<sect3><title>kmail</title>
87<para><command>kmail</command> is <acronym>KDE</acronym>'s email client.</para></sect3>
88
89<sect3><title>knode</title>
90<para><command>knode</command> is the <acronym>KDE</acronym>
91newsreader.</para></sect3>
92
93<sect3><title>knotes</title>
94<para><command>knotes</command> is a popup notes utility.</para></sect3>
95
96<sect3><title>konsolekalendar</title>
97<para><command>konsolekalendar</command> is a command line interface
98to <acronym>KDE</acronym> calendars.</para></sect3>
99
100<sect3><title>kontact</title>
101<para><command>kontact</command> is the integrated solution to
102personal information management (PIM) needs.</para></sect3>
103
104<sect3><title>korganizer</title>
105<para><command>korganizer</command> is a personal calendar/todo system.</para></sect3>
106
107<sect3><title>korn</title>
108<para><command>korn</command> is a <acronym>KDE</acronym> mail checker that has the
109capabilities to dock itself to <command>kicker</command>.</para></sect3>
110
111<sect3><title>kpilot</title>
112<para><command>kpilot</command> is a program to synchronize a
113Palm-Pilot.</para></sect3>
114
115</sect2>
116</sect1>
Note: See TracBrowser for help on using the repository browser.