[kde-doc-english] [kdoctools] src/customization/en: Fix entities with wrong links

Burkhard Lück lueck at hube-lueck.de
Thu May 21 11:54:28 UTC 2015


Git commit 7957a1c24490e3d42f21983c0d237a3f208faabe by Burkhard Lück.
Committed on 21/05/2015 at 11:53.
Pushed by lueck into branch 'master'.

Fix entities with wrong links

* replace link in install-compile.docbook to page with kde4 specific instructions with link to main page of techbase
* install-intro.docbook
  remove usage of entity &package; kde does only release single application tarballs (with a few exceptions like calligra, kdepim, kdewebdev)
  &kde-ftp; and &FTP; are gone you can get source tarballs afaik only via download.kde.org
* Add note that install-compile.docbook install-intro.docbook  are deprecated and should be removed in Frameworks 6
REVIEW:123850

M  +5    -5    src/customization/en/entities/install-compile.docbook
M  +5    -3    src/customization/en/entities/install-intro.docbook
M  +4    -0    src/customization/en/lang.entities

http://commits.kde.org/kdoctools/7957a1c24490e3d42f21983c0d237a3f208faabe

diff --git a/src/customization/en/entities/install-compile.docbook b/src/customization/en/entities/install-compile.docbook
index 855b0de..ccf9665 100644
--- a/src/customization/en/entities/install-compile.docbook
+++ b/src/customization/en/entities/install-compile.docbook
@@ -1,9 +1,9 @@
-<para>For detailed information on how to compile and install &kde; 
-applications see
-<ulink url="http://techbase.kde.org/Getting_Started#Building_and_Running_KDE_Software_From_Source">
-Building and Running KDE Software From Source</ulink></para>
+<!-- Entity is deprecated and should be removed in Frameworks 6-->
+
+<para>For information on how to compile and install &kde; 
+applications visit the <ulink url="http://techbase.kde.org/">
+&kde; Techbase</ulink></para>
 
 <para>Since &kde; uses <command>cmake</command> you should have no 
 trouble compiling it. Should you run into problems please report them to the 
 &kde; mailing lists.</para>
-
diff --git a/src/customization/en/entities/install-intro.docbook b/src/customization/en/entities/install-intro.docbook
index 3f6f5ed..c50f5f8 100644
--- a/src/customization/en/entities/install-intro.docbook
+++ b/src/customization/en/entities/install-intro.docbook
@@ -1,6 +1,8 @@
-<!-- requires that packagename is defined in the documentation prologue
+<!-- Entity is deprecated and should be removed in Frameworks 6-->
+
+<!-- requires that kappname is defined in the documentation prologue
  -->
 <para>&kappname; is part of the &kde; project &kde-http;.</para>
 
-<para>&kappname; can be found in the &package; package on &kde-ftp;, 
-the main &FTP; site of the &kde; project.</para>
+<para>&kappname; can be found on the <ulink url="http://download.kde.org/">
+download site</ulink> of the &kde; project.</para>
diff --git a/src/customization/en/lang.entities b/src/customization/en/lang.entities
index 44478f4..b10c96f 100644
--- a/src/customization/en/lang.entities
+++ b/src/customization/en/lang.entities
@@ -31,6 +31,10 @@
   "entities/update-doc.docbook"                     ><!-- level: para -->
 <!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//EN"
   "entities/help-menu.docbook"                      ><!-- level: variablelist -->
+
+<!-- Entities install.intro.documentation + install.compile.documentation
+     are deprecated and should be removed in Frameworks 6 -->
+
 <!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//EN"
   "entities/install-intro.docbook"                     ><!-- level: para -->
 <!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//EN"


More information about the kde-doc-english mailing list