mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
75b1a338b8
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: * www.mnogosearch.org is dead. Not sure how to replace, so deleted. * use https://github.com/cacalib/libcaca for libcaca. http://caca.zoy.org/wiki/libcaca seems out-of-date. * http://www.speech.cs.cmu.edu/flite/ is dead, replaced with github repo link.
33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE partintro 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;
|
|
]>
|
|
|
|
<sect1 id="kde-intro">
|
|
<?dbhtml filename="kdeintro.html"?>
|
|
|
|
|
|
<title>KDE Preliminaries</title>
|
|
|
|
<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>
|
|
The KDE5 system has two main blocks: the libraries, called KDE
|
|
Frameworks 5 or KF5, which can be used in other environments, and the
|
|
desktop environment called KDE Plasma 5. Most of the applications written
|
|
by the KDE team only use KF5, and do not need the plasma environment.
|
|
</para>
|
|
|
|
<para>
|
|
For more information visit the official KDE project site at
|
|
<ulink url="https://kde.org/"/>.
|
|
</para>
|
|
|
|
</sect1>
|