add more spacing
[personal-kdebase.git] / runtime / doc / faq / intro.docbook
blob6f9546791b3ebc88be6e43f269b8f4c38f066e6a
1 <!--
2 <?xml version="1.0" ?>
3 <!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
4  "dtd/kdex.dtd">
5 -->
7 <chapter id="introduction">
8 <title>Introduction</title>
10 <qandaset>
11 <qandaentry>
12 <question>
13 <para>What is &kde;?</para>
14 </question>
15 <answer>
16 <para>&kde; is the K Desktop Environment.  It is a project initiated
17 by <ulink url="mailto:ettrich@kde.org">Matthias Ettrich</ulink> in
18 1996.  The aim of the &kde; project is to connect the
19 power of the &UNIX; operating systems with the comfort of a modern user
20 interface.</para>
21 <para>In short, &kde; will bring &UNIX; to the desktop!</para>
22 <para>If you want further information about &kde;, have a look at
23 <ulink url="http://www.kde.org/whatiskde">What is
24 &kde;?</ulink></para>
25 </answer>
26 </qandaentry>
28 <qandaentry>
29 <question id="platform">
30 <para>On which platforms can I expect &kde; to work?</para>
31 </question>
32 <answer>
33 <para>&kde; is a Desktop Environment for all flavors of &UNIX;.  While
34 it is true that most &kde; developers use &Linux;, &kde; runs smoothly
35 on a wide range of systems.  You may, however, need to tweak the
36 source code a bit to get &kde; to compile on a not-so-popular variant
37 of &UNIX;, or if you are not using the &GNU; development tools, in
38 particular the &gcc; compiler.</para>
39 </answer>
40 </qandaentry>
42 <qandaentry>
43 <question>
44 <para>Is &kde; a window manager?</para>
45 </question>
46 <answer>
47 <para>No, &kde; is not a window manager.  While &kde; includes a very
48 sophisticated window manager (&kwin;), &kde; is much more than that.
49 It is a full-blown Integrated Desktop Environment.</para>
50 <para>&kde; provides a complete desktop environment, including a web
51 browser, a file manager, a window manager, a help system, a
52 configuration system, uncountable tools and utilities, and an ever
53 increasing number of applications, including but not limited to mail
54 and news clients, drawing programs, a &PostScript; and a &DVI; viewer
55 and so forth.</para>
56 </answer>
57 </qandaentry>
59 <qandaentry>
60 <question>
61 <para>Is &kde; a <acronym>CDE</acronym>, &Windows; or &Mac;
62 <acronym>OS</acronym> clone?</para>
63 </question>
64 <answer>
65 <para>No, &kde; is not a clone. Specifically &kde; is not a
66 <acronym>CDE</acronym> or &Windows;  clone. While the &kde; developers
67 have and will continue to glean the best features from all existing
68 desktop environments, &kde; is a truly unique environment that has and
69 will continue to go its own way.</para>
70 </answer>
71 </qandaentry>
73 <qandaentry>
74 <question>
75 <para>Is &kde; free software?</para>
76 </question>
77 <answer>
78 <para>Yes, &kde; is free software according to the &GNU; General
79 Public License.  All &kde; libraries are available under the
80 <acronym>LGPL</acronym> making commercial software development for the
81 &kde; desktop possible, but all &kde; applications are licensed under
82 the <acronym>GPL</acronym>.</para>
83 <para>&kde; uses the <link linkend="qt">&Qt; C++ crossplatform
84 toolkit</link>, which is also released (since version 2.2) under the
85 <acronym>GPL</acronym>.</para>
86 <para>It is absolutely legal to make &kde; and &Qt; available on
87 &CD-ROM; free of charge.  No runtime fees of any kind are
88 incurred.</para>
89 </answer>
90 </qandaentry>
91 </qandaset>
92 </chapter>