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 | <!ENTITY kdenetwork-download-http "&kde-download-http;/kdenetwork-&kde-version;.tar.bz2">
|
---|
7 | <!ENTITY kdenetwork-download-ftp "&kde-download-ftp;/kdenetwork-&kde-version;.tar.bz2">
|
---|
8 | <!ENTITY kdenetwork-md5sum "0ec1d4ccd550510821a622eb91b893e8">
|
---|
9 | <!ENTITY kdenetwork-size "8.9 MB">
|
---|
10 | <!ENTITY kdenetwork-buildsize "155 MB (additional 24 MB for API docs)">
|
---|
11 | <!ENTITY kdenetwork-time "13.5 SBU (additional 0.1 SBU for API docs)">
|
---|
12 | ]>
|
---|
13 |
|
---|
14 | <sect1 id="kdenetwork" xreflabel="kdenetwork-&kde-version;">
|
---|
15 | <?dbhtml filename="kdenetwork.html"?>
|
---|
16 |
|
---|
17 | <sect1info>
|
---|
18 | <othername>$LastChangedBy$</othername>
|
---|
19 | <date>$Date$</date>
|
---|
20 | </sect1info>
|
---|
21 |
|
---|
22 | <title>Kdenetwork-&kde-version;</title>
|
---|
23 |
|
---|
24 | <indexterm zone="kdenetwork">
|
---|
25 | <primary sortas="a-kdenetwork">Kdenetwork</primary>
|
---|
26 | </indexterm>
|
---|
27 |
|
---|
28 | <sect2 role="package">
|
---|
29 | <title>Introduction to Kdenetwork</title>
|
---|
30 |
|
---|
31 | <para><application>Kdenetwork</application> provides several
|
---|
32 | <application>KDE</application> applications useful in a networking
|
---|
33 | environment. Applications include clients for chat, PPP, news, instant
|
---|
34 | messages, and similar programs.</para>
|
---|
35 |
|
---|
36 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
37 | <itemizedlist spacing='compact'>
|
---|
38 | <listitem>
|
---|
39 | <para>Download (HTTP): <ulink url="&kdenetwork-download-http;"/></para>
|
---|
40 | </listitem>
|
---|
41 | <listitem>
|
---|
42 | <para>Download (FTP): <ulink url="&kdenetwork-download-ftp;"/></para>
|
---|
43 | </listitem>
|
---|
44 | <listitem>
|
---|
45 | <para>Download MD5 sum: &kdenetwork-md5sum;</para>
|
---|
46 | </listitem>
|
---|
47 | <listitem>
|
---|
48 | <para>Download size: &kdenetwork-size;</para>
|
---|
49 | </listitem>
|
---|
50 | <listitem>
|
---|
51 | <para>Estimated disk space required: &kdenetwork-buildsize;</para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>Estimated build time: &kdenetwork-time;</para>
|
---|
55 | </listitem>
|
---|
56 | </itemizedlist>
|
---|
57 |
|
---|
58 | <bridgehead renderas="sect3">Kdenetwork Dependencies</bridgehead>
|
---|
59 |
|
---|
60 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
61 | <para role="required"><xref linkend="kdebase"/></para>
|
---|
62 |
|
---|
63 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
64 | <para role="recommended"><xref linkend="libjpeg"/>,
|
---|
65 | <xref linkend="libxml2"/>,
|
---|
66 | <xref linkend="libxslt"/>, and
|
---|
67 | <xref linkend="openssl"/></para>
|
---|
68 |
|
---|
69 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
70 | <para role="optional"><xref linkend="ppp"/>,
|
---|
71 | <!-- <xref linkend="xmms"/>, -->
|
---|
72 | <xref linkend="graphviz"/>,
|
---|
73 | <xref linkend="doxygen"/>,
|
---|
74 | <xref linkend="wireless_tools"/>,
|
---|
75 | <xref linkend="speex"/>,
|
---|
76 | <xref linkend="alsa"/>,
|
---|
77 | <ulink url="http://www.pxh.de/fs/gsmlib/index.html">gsmlib</ulink>,
|
---|
78 | <ulink url="http://meanwhile.sourceforge.net">Meanwhile</ulink>,
|
---|
79 | <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
|
---|
80 | <ulink url="http://dev.null.pl/ekg/">libgadu</ulink>, and
|
---|
81 | <ulink url="http://valgrind.org/">Valgrind</ulink></para>
|
---|
82 |
|
---|
83 | <para condition="html" role="usernotes">User Notes:
|
---|
84 | <ulink url="&blfs-wiki;/kdenetwork"/></para>
|
---|
85 |
|
---|
86 | </sect2>
|
---|
87 |
|
---|
88 | <sect2 role="installation">
|
---|
89 | <title>Installation of Kdenetwork</title>
|
---|
90 |
|
---|
91 | <para>Install <application>kdenetwork</application> with:</para>
|
---|
92 |
|
---|
93 | <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
|
---|
94 | --disable-dependency-tracking &&
|
---|
95 | make</userinput></screen>
|
---|
96 |
|
---|
97 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
98 | href="../../xincludes/kde-apidocs.xml"/>
|
---|
99 |
|
---|
100 | <para>This package does not come with a test suite.</para>
|
---|
101 |
|
---|
102 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
103 |
|
---|
104 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
105 |
|
---|
106 | </sect2>
|
---|
107 |
|
---|
108 | <sect2 role="configuration">
|
---|
109 | <title>Configuring Kdenetwork</title>
|
---|
110 |
|
---|
111 | <sect3 id='kdenetwork-config'>
|
---|
112 | <title>Config Files</title>
|
---|
113 |
|
---|
114 | <para><filename>/etc/lisarc</filename> and
|
---|
115 | <filename>~/.lisarc</filename></para>
|
---|
116 |
|
---|
117 | <indexterm zone="kdenetwork kdenetwork-config">
|
---|
118 | <primary sortas="e-AA.lisarc">~/.lisarc</primary>
|
---|
119 | </indexterm>
|
---|
120 |
|
---|
121 | <indexterm zone="kdenetwork kdenetwork-config">
|
---|
122 | <primary sortas="e-etc-lisarc">/etc/lisarc</primary>
|
---|
123 | </indexterm>
|
---|
124 |
|
---|
125 | </sect3>
|
---|
126 |
|
---|
127 | <sect3 id='kdenetwork-init'>
|
---|
128 | <title>Configuration Information</title>
|
---|
129 |
|
---|
130 | <para>To utilize the LAN Browser of <command>konqueror</command> you will
|
---|
131 | need to create the <filename>/etc/lisarc</filename> file and start the
|
---|
132 | <command>lisa</command> daemon. Create <filename>/etc/lisarc</filename>
|
---|
133 | by filling out the information in the <quote>Guided LISa Setup</quote>
|
---|
134 | section of the <quote>LISa Daemon</quote> tab on the <quote>Control
|
---|
135 | Center</quote> — <quote>Internet & Network</quote> —
|
---|
136 | <quote>Local Network Browsing</quote> dialog box.</para>
|
---|
137 |
|
---|
138 | <para>Install the <filename>/etc/rc.d/init.d/lisa</filename> init script
|
---|
139 | included in the <xref linkend="bootscripts"/>
|
---|
140 | package.</para>
|
---|
141 |
|
---|
142 | <screen role="root"><userinput>make install-lisa</userinput></screen>
|
---|
143 |
|
---|
144 | <indexterm zone="kdenetwork kdenetwork-init">
|
---|
145 | <primary sortas="f-kdenetwork">lisa</primary>
|
---|
146 | </indexterm>
|
---|
147 |
|
---|
148 | <para>There is no explicit configuration for the rest of the
|
---|
149 | <application>kdenetwork</application> package, however some individual
|
---|
150 | programs need to be set up with user information.</para>
|
---|
151 |
|
---|
152 | </sect3>
|
---|
153 |
|
---|
154 | </sect2>
|
---|
155 |
|
---|
156 | <sect2 role="content">
|
---|
157 | <title>Contents</title>
|
---|
158 |
|
---|
159 | <segmentedlist>
|
---|
160 | <segtitle>Installed Programs</segtitle>
|
---|
161 | <segtitle>Installed Libraries</segtitle>
|
---|
162 | <segtitle>Installed Directories</segtitle>
|
---|
163 |
|
---|
164 | <seglistitem>
|
---|
165 | <seg>kdict, kget, knewsticker, kopete, kpf, kppp, krdc, krfb, ksirc,
|
---|
166 | ktalkd, kwifimanager, and lisa</seg>
|
---|
167 | <seg>None</seg>
|
---|
168 | <seg>None</seg>
|
---|
169 | </seglistitem>
|
---|
170 | </segmentedlist>
|
---|
171 |
|
---|
172 | <variablelist>
|
---|
173 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
174 | <?dbfo list-presentation="list"?>
|
---|
175 | <?dbhtml list-presentation="table"?>
|
---|
176 |
|
---|
177 | <varlistentry id="kdict">
|
---|
178 | <term><command>kdict</command></term>
|
---|
179 | <listitem>
|
---|
180 | <para> is a graphical client for the Dictionary Server Protocol
|
---|
181 | (DICT).</para>
|
---|
182 | <indexterm zone="kdenetwork kdict">
|
---|
183 | <primary sortas="b-kdict">kdict</primary>
|
---|
184 | </indexterm>
|
---|
185 | </listitem>
|
---|
186 | </varlistentry>
|
---|
187 |
|
---|
188 | <varlistentry id="kget">
|
---|
189 | <term><command>kget</command></term>
|
---|
190 | <listitem>
|
---|
191 | <para>allows you to group downloads.</para>
|
---|
192 | <indexterm zone="kdenetwork kget">
|
---|
193 | <primary sortas="b-kget">kget</primary>
|
---|
194 | </indexterm>
|
---|
195 | </listitem>
|
---|
196 | </varlistentry>
|
---|
197 |
|
---|
198 | <varlistentry id="knewsticker">
|
---|
199 | <term><command>knewsticker</command></term>
|
---|
200 | <listitem>
|
---|
201 | <para>is a news applet for the <application>KDE</application> Application
|
---|
202 | Launcher Panel.</para>
|
---|
203 | <indexterm zone="kdenetwork knewsticker">
|
---|
204 | <primary sortas="b-knewsticker">knewsticker</primary>
|
---|
205 | </indexterm>
|
---|
206 | </listitem>
|
---|
207 | </varlistentry>
|
---|
208 |
|
---|
209 | <varlistentry id="kopete">
|
---|
210 | <term><command>kopete</command></term>
|
---|
211 | <listitem>
|
---|
212 | <para> is <application>KDE</application>'s multi-protocol instant
|
---|
213 | messenger client.</para>
|
---|
214 | <indexterm zone="kdenetwork kopete">
|
---|
215 | <primary sortas="b-kopete">kopete</primary>
|
---|
216 | </indexterm>
|
---|
217 | </listitem>
|
---|
218 | </varlistentry>
|
---|
219 |
|
---|
220 | <varlistentry id="kpf">
|
---|
221 | <term><command>kpf</command></term>
|
---|
222 | <listitem>
|
---|
223 | <para>allows you to share files over a network.</para>
|
---|
224 | <indexterm zone="kdenetwork kpf">
|
---|
225 | <primary sortas="b-kpf">kpf</primary>
|
---|
226 | </indexterm>
|
---|
227 | </listitem>
|
---|
228 | </varlistentry>
|
---|
229 |
|
---|
230 | <varlistentry id="kppp">
|
---|
231 | <term><command>kppp</command></term>
|
---|
232 | <listitem>
|
---|
233 | <para>is a dial-up utility.</para>
|
---|
234 | <indexterm zone="kdenetwork kppp">
|
---|
235 | <primary sortas="b-kppp">kppp</primary>
|
---|
236 | </indexterm>
|
---|
237 | </listitem>
|
---|
238 | </varlistentry>
|
---|
239 |
|
---|
240 | <varlistentry id="krdc">
|
---|
241 | <term><command>krdc</command></term>
|
---|
242 | <listitem>
|
---|
243 | <para>is a client application that allows you to view or even control the
|
---|
244 | desktop session on another machine that is running a compatible
|
---|
245 | (VNC) server.</para>
|
---|
246 | <indexterm zone="kdenetwork krdc">
|
---|
247 | <primary sortas="b-krdc">krdc</primary>
|
---|
248 | </indexterm>
|
---|
249 | </listitem>
|
---|
250 | </varlistentry>
|
---|
251 |
|
---|
252 |
|
---|
253 | <varlistentry id="krfb">
|
---|
254 | <term><command>krfb</command></term>
|
---|
255 | <listitem>
|
---|
256 | <para> is a server application that allows you to share your current
|
---|
257 | session with a user on another machine, who can use a VNC client to
|
---|
258 | view or even control the desktop.</para>
|
---|
259 | <indexterm zone="kdenetwork krfb">
|
---|
260 | <primary sortas="b-krfb">krfb</primary>
|
---|
261 | </indexterm>
|
---|
262 | </listitem>
|
---|
263 | </varlistentry>
|
---|
264 |
|
---|
265 | <varlistentry id="ksirc">
|
---|
266 | <term><command>ksirc</command></term>
|
---|
267 | <listitem>
|
---|
268 | <para>is a chat client.</para>
|
---|
269 | <indexterm zone="kdenetwork ksirc">
|
---|
270 | <primary sortas="b-ksirc">ksirc</primary>
|
---|
271 | </indexterm>
|
---|
272 | </listitem>
|
---|
273 | </varlistentry>
|
---|
274 |
|
---|
275 | <varlistentry id="ktalkd">
|
---|
276 | <term><command>ktalkd</command></term>
|
---|
277 | <listitem>
|
---|
278 | <para>is an enhanced <command>talk</command> daemon—a program
|
---|
279 | to handle incoming <command>talk</command> requests, announce them
|
---|
280 | and allow you to respond to them using a talk client.</para>
|
---|
281 | <indexterm zone="kdenetwork ktalkd">
|
---|
282 | <primary sortas="b-ktalkd">ktalkd</primary>
|
---|
283 | </indexterm>
|
---|
284 | </listitem>
|
---|
285 | </varlistentry>
|
---|
286 |
|
---|
287 | <varlistentry id="kwifimanager">
|
---|
288 | <term><command>kwifimanager</command></term>
|
---|
289 | <listitem>
|
---|
290 | <para>is used to configure and monitor wireless LAN cards.</para>
|
---|
291 | <indexterm zone="kdenetwork kwifimanager">
|
---|
292 | <primary sortas="b-kwifimanager">kwifimanager</primary>
|
---|
293 | </indexterm>
|
---|
294 | </listitem>
|
---|
295 | </varlistentry>
|
---|
296 |
|
---|
297 | <varlistentry id="lisa">
|
---|
298 | <term><command>lisa</command></term>
|
---|
299 | <listitem>
|
---|
300 | <para>is intended to provide a kind of network neighborhood, but only
|
---|
301 | relying on the TCP/IP protocol stack.</para>
|
---|
302 | <indexterm zone="kdenetwork lisa">
|
---|
303 | <primary sortas="b-lisa">lisa</primary>
|
---|
304 | </indexterm>
|
---|
305 | </listitem>
|
---|
306 | </varlistentry>
|
---|
307 |
|
---|
308 | </variablelist>
|
---|
309 |
|
---|
310 | </sect2>
|
---|
311 |
|
---|
312 | </sect1>
|
---|