blob: 121f589787d42c273bdbe3b7320352ddb67817c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
]>
<part id="kde" xreflabel="KDE">
<?dbhtml filename="kde.html" dir="kde"?>
<title>KDE</title>
<partintro>
<para>
<application>KDE</application> is a comprehensive desktop environment
with a huge number of applications written for it and a huge amount of
users. It is based on the <application>Qt</application> framework.
</para>
<para>
For more information visit the official KDE project site at
<ulink url="https://kde.org/"/>.
</para>
</partintro>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kf6/kf6.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kf-apps/kf-apps.xml"/>
<!-- Call the xml with a 5 for now even though is should be 6 -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="plasma/plasma.xml"/>
</part>
|