trunk
Last change
on this file was 75b1a338, checked in by Xi Ruoyao <xry111@…>, 8 months ago |
Update more URLs to use https
Mostly plain http -> https replace, if https works. If there is a HTTP
redirection, use the redirect target (unless it's a mirror or l10n like
"https://kde.org/zh-cn/").
Some non-trivial change:
|
-
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="https://kde.org/"/>.
|
---|
30 | </para>
|
---|
31 |
|
---|
32 | </sect1>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.