source: kde/add/kdenetwork.xml@ 60384c68

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
Last change on this file since 60384c68 was 60384c68, checked in by DJ Lucas <dj@…>, 20 years ago

Part IX xml update

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

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY kdenetwork-download-http "&kde-download-http;/kdenetwork-&kde-version;.tar.bz2">
8<!ENTITY kdenetwork-download-ftp "&kde-download-ftp;/kdenetwork-&kde-version;.tar.bz2">
9<!ENTITY kdenetwork-size "5.9 MB">
10<!ENTITY kdenetwork-buildsize "94 MB">
11<!ENTITY kdenetwork-time "7.65 SBU">
12
13]>
14
15<sect1 id="kdenetwork" xreflabel="kdenetwork-&kde-version;">
16<?dbhtml filename="kdenetwork.html"?>
17<title>kdenetwork-&kde-version;</title>
18
19<sect2>
20<title>Introduction to <application>kdenetwork</application></title>
21
22<sect3><title>Package information</title>
23<itemizedlist spacing='compact'>
24<listitem><para>Download (HTTP): <ulink
25url="&kdenetwork-download-http;"/></para></listitem>
26<listitem><para>Download (FTP): <ulink
27url="&kdenetwork-download-ftp;"/></para></listitem>
28<listitem><para>Download size: &kdenetwork-size;</para></listitem>
29<listitem><para>Estimated Disk space required:
30&kdenetwork-buildsize;</para></listitem>
31<listitem><para>Estimated build time:
32&kdenetwork-time;</para></listitem></itemizedlist>
33</sect3>
34
35<sect3><title><application>kdenetwork</application> dependencies</title>
36<sect4><title>Required</title>
37<para><xref linkend="kdebase"/>
38</para></sect4>
39<sect4><title>Optional</title>
40<para>
41<xref linkend="libxml2"/>,
42<xref linkend="libxslt"/>,
43<xref linkend="ppp"/>,
44<xref linkend="openssl"/>,
45<xref linkend="libtiff"/>,
46<xref linkend="xmms"/>,
47<ulink url="http://www.openslp.org/">OpenSLP</ulink>,
48<ulink
49url="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html">Wireless
50Tools</ulink>,
51<ulink url="http://dev.null.pl/ekg/">libgadu</ulink> and
52<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>
53</para></sect4>
54</sect3>
55
56</sect2>
57
58<sect2>
59<title>Installation of <application>kdenetwork</application></title>
60
61<para>Install <application>kdenetwork</application> with:</para>
62<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
63 --disable-dependency-tracking &amp;&amp;
64make &amp;&amp;
65make install</command></userinput></screen>
66
67</sect2>
68
69<sect2>
70<title>Configuring kdenetwork</title>
71
72<para>Install the <filename>/etc/rc.d/init.d/lisa</filename> init script
73included in the <xref linkend="intro-important-bootscripts"/>
74package.</para>
75
76<screen><userinput><command>make install-lisa</command></userinput></screen>
77
78<para>There is no explicit configuration for the rest of the kdenetwork
79package, however individual packages need to be set up with user
80information.</para>
81
82</sect2>
83
84<sect2>
85<title>Contents</title>
86
87<para>Major programs in <application>kdenetwork</application> include
88<command>kdict</command>,
89<command>kget</command>,
90<command>knewsticker</command>,
91<command>kopete</command>,
92<command>kpf</command>,
93<command>kppp</command>,
94<command>krdc</command>,
95<command>krfb</command>,
96<command>ksirc</command>,
97<command>ktalkd</command>,
98<command>kwifimanager</command> and
99<command>lisa</command>.
100</para>
101
102</sect2>
103
104<sect2><title>Description</title>
105
106<sect3><title>kdict</title>
107<para><command>kdict</command> is a graphical client for the
108Dictionary Server Protocol (DICT).</para></sect3>
109
110<sect3><title>kget</title>
111<para><command>kget</command> allows you to group
112downloads.</para></sect3>
113
114<sect3><title>knewsticker</title>
115<para><command>knewsticker</command> is a news applet for the
116<acronym>KDE</acronym> Application Launcher Panel.</para></sect3>
117
118<sect3><title>kopete</title>
119<para><command>kopete</command> is <acronym>KDE</acronym>'s
120multi-protocol instant messenger client.</para></sect3>
121
122<sect3><title>kpf</title>
123<para><command>kpf</command> allows you to share files over a
124network.</para></sect3>
125
126<sect3><title>kppp</title>
127<para><command>kppp</command> is a dial-up utility.</para></sect3>
128
129<sect3><title>krdc</title>
130<para><command>krdc</command> is a client application that allows you to
131view or even control the desktop session on another machine that is
132running a compatible (<acronym>VNC</acronym>) server.</para></sect3>
133
134<sect3><title>krfb</title>
135<para><command>krfb</command> is a server application that allows you to
136share your current session with a user on another machine, who can use a
137<acronym>VNC</acronym> client to view or even control the
138desktop.</para></sect3>
139
140<sect3><title>ksirc</title>
141<para><command>ksirc</command> is a chat client.</para></sect3>
142
143<sect3><title>ktalkd</title>
144<para><command>ktalkd</command> is an enhanced <command>talk</command>
145daemon&mdash;a program to handle incoming <command>talk</command> requests,
146announce them and allow you to respond to them using a talk
147client.</para></sect3>
148
149<sect3><title>kwifimanager</title>
150<para>The <command>kwifimanager</command> suite can be used to
151configure and monitor wireless <acronym>LAN</acronym>
152cards.</para></sect3>
153
154<sect3><title>lisa</title>
155<para><command>lisa</command> is intended to provide a kind of network
156neighborhood, but only relying on the
157<acronym>TCP</acronym>/<acronym>IP</acronym> protocol stack, no
158<acronym>SMB</acronym> or anything else required.</para></sect3>
159
160</sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.