Git commit 30f0c08ab1bf5f68fc1bba969ebf3e92764a863c by Carl Schwan. Committed on 21/02/2020 at 15:17. Pushed by carlschwan into branch 'master'.
Fix ebn issues in documentation Summary: See http://ebn.kde.org/sanitizer/reports/kde-4.x/applications/khelpcenter/index.html Test Plan: meinproc5 index.docbook works Reviewers: #documentation, yurchor, ltoscano Reviewed By: #documentation, yurchor, ltoscano Subscribers: ltoscano, yurchor, kde-doc-english Tags: #documentation Differential Revision: https://phabricator.kde.org/D27546 M +16 -16 doc/onlinehelp/index.docbook https://commits.kde.org/khelpcenter/30f0c08ab1bf5f68fc1bba969ebf3e92764a863c diff --git a/doc/onlinehelp/index.docbook b/doc/onlinehelp/index.docbook index 82ef361..97ff3d9 100644 --- a/doc/onlinehelp/index.docbook +++ b/doc/onlinehelp/index.docbook @@ -14,16 +14,16 @@ </articleinfo> <para>On this page, you can find different ways to find online -help and additional information provided by the KDE community.</para> +help and additional information provided by the &kde; community.</para> <variablelist> -<title>KDE UserBase</title> +<title>&kde; UserBase</title> <varlistentry><term> <ulink url="https://userbase.kde.org/Special:myLanguage/An_introduction_to_KDE">An -Introduction to KDE</ulink> </term> +Introduction to &kde;</ulink> </term> <listitem> <para>Learn more about the <ulink url="https://userbase.kde.org/Special:myLanguage/What_is_KDE"> -KDE community and its software</ulink> and find information to help you get +&kde; community and its software</ulink> and find information to help you get started. Also, discover what <ulink url="https://userbase.kde.org/Special:myLanguage/Welcome_to_KDE_UserBase"> UserBase</ulink> is and how it can help you. </para> @@ -42,7 +42,7 @@ with problems, as well some hints on how to improve the quality of answers you <varlistentry><term> <ulink url="https://userbase.kde.org/Special:myLanguage/Applications">Applications</ulink> </term> <listitem> -<para>Discover the wide variety of applications from the KDE Community, +<para>Discover the wide variety of applications from the &kde; Community, and find out what program suits your needs and preferences. </para> </listitem> @@ -51,7 +51,7 @@ and find out what program suits your needs and preferences. <varlistentry><term> <ulink url="https://userbase.kde.org/Special:myLanguage/Tutorials">Tutorials</ulink> </term> <listitem> -<para>How-To's, Tips & Tricks that can help make your KDE software +<para>How-To's, Tips & Tricks that can help make your &kde; software experience more enjoyable and productive. </para> </listitem> @@ -60,12 +60,12 @@ experience more enjoyable and productive. </variablelist> <variablelist> -<title>KDE Forum</title> +<title>&kde; Forum</title> <varlistentry><term> -<ulink url="https://forum.kde.org/">KDE Community Forums</ulink> </term> +<ulink url="https://forum.kde.org/">&kde; Community Forums</ulink> </term> <listitem> -<para>The KDE Forums offer users, developers and people interested in KDE -a place to help each other, discuss KDE-related topics and exchange ideas. +<para>The &kde; Forums offer users, developers and people interested in &kde; +a place to help each other, discuss &kde;-related topics and exchange ideas. You can find <ulink url="https://forum.kde.org/viewforum.php?f=14/">Tutorials & Tips</ulink> in the forum.</para> </listitem> @@ -73,21 +73,21 @@ Tips</ulink> in the forum.</para> </variablelist> <variablelist> -<title>KDE Techbase</title> +<title>&kde; Techbase</title> <varlistentry><term> -<ulink url="https://techbase.kde.org/">KDE Techbase</ulink> </term> +<ulink url="https://techbase.kde.org/">&kde; Techbase</ulink> </term> <listitem> -<para>Information for developers and help to set up a KDE development environment.</para> +<para>Information for developers and help to set up a &kde; development environment.</para> </listitem> </varlistentry> </variablelist> <variablelist> -<title>KDE Documentation</title> +<title>&kde; Documentation</title> <varlistentry><term> -<ulink url="https://docs.kde.org/">KDE Documentation site</ulink> </term> +<ulink url="https://docs.kde.org/">&kde; Documentation site</ulink> </term> <listitem> -<para>This page holds the complete KDE User Documentation in over 25 languages +<para>This page holds the complete &kde; User Documentation in over 25 languages for the released and the development version of &kde-frameworks;, &plasma-workspaces; and &applications;.</para> </listitem>
