source: kde/kde-intro.xml@ 104ff4e

qt5new
Last change on this file since 104ff4e was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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="http://www.kde.org/"/>.
30 </para>
31
32</sect1>
Note: See TracBrowser for help on using the repository browser.