source: kde/kde-intro.xml@ 4296674b

ken/TL2024 trunk xry111/llvm18
Last change on this file since 4296674b was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE partintro 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]>
7
8<sect1 id="kde-intro">
9 <?dbhtml filename="kdeintro.html"?>
10
11
12 <title>KDE Preliminaries</title>
13
14 <para>
15 <application>KDE</application> is a comprehensive desktop environment with
16 a huge number of applications written for it and a huge amount of users.
17 It is based on the <application>Qt</application> framework.
18 </para>
19
20 <para>
21 The KDE5 system has two main blocks: the libraries, called KDE
22 Frameworks 5 or KF5, which can be used in other environments, and the
23 desktop environment called KDE Plasma 5. Most of the applications written
24 by the KDE team only use KF5, and do not need the plasma environment.
25 </para>
26
27 <para>
28 For more information visit the official KDE project site at
29 <ulink url="https://kde.org/"/>.
30 </para>
31
32</sect1>
Note: See TracBrowser for help on using the repository browser.