diff options
Diffstat (limited to 'kdoctools')
-rw-r--r-- | kdoctools/customization/entities/general.entities | 2 | ||||
-rw-r--r-- | kdoctools/customization/obsolete/general.entities | 2 | ||||
-rw-r--r-- | kdoctools/template.docbook | 23 |
3 files changed, 7 insertions, 20 deletions
diff --git a/kdoctools/customization/entities/general.entities b/kdoctools/customization/entities/general.entities index 83efffc56..1d47eb40f 100644 --- a/kdoctools/customization/entities/general.entities +++ b/kdoctools/customization/entities/general.entities @@ -76,7 +76,7 @@ <!ENTITY documentation.index "<index id='doc-index'></index>"> ]]> <!ENTITY documentation.index ""> -<!--ENTITY kapp "(Oops - someone forgot to fill in the application name here)" --> +<!--ENTITY tdeApp "(Oops - someone forgot to fill in the application name here)" --> <!-- Entities to fill in slots in docbook version of FDL notice --> <!ENTITY % FDLIS "IGNORE"> diff --git a/kdoctools/customization/obsolete/general.entities b/kdoctools/customization/obsolete/general.entities index 5792a9467..9d930b034 100644 --- a/kdoctools/customization/obsolete/general.entities +++ b/kdoctools/customization/obsolete/general.entities @@ -81,7 +81,7 @@ <!ENTITY documentation.index "<index></index>"> ]]> <!ENTITY documentation.index ""> -<!--ENTITY kapp "(Oops - someone forgot to fill in the application name here)" --> +<!--ENTITY tdeApp "(Oops - someone forgot to fill in the application name here)" --> <!-- Entities to fill in slots in docbook version of FDL notice --> <!ENTITY % FDLIS "IGNORE"> diff --git a/kdoctools/template.docbook b/kdoctools/template.docbook index ccd768abc..c5c601fe2 100644 --- a/kdoctools/template.docbook +++ b/kdoctools/template.docbook @@ -108,7 +108,7 @@ Please at least include TDE, the TDE package it is in, the name <keywordset> <keyword>TDE</keyword> <keyword>tdeutils</keyword> -<keyword>Kapp</keyword> +<keyword>tdeapp</keyword> <keyword>nothing</keyword> <keyword>nothing else</keyword> </keywordset> @@ -138,7 +138,7 @@ any problems or feature requests to the &tde; mailing lists. </para> </chapter> -<chapter id="using-kapp"> +<chapter id="using-tdeApp"> <title>Using &kmyapplication;</title> <!-- This chapter should tell the user how to use your app. You should use as @@ -167,7 +167,7 @@ patent issues. --> </para> -<sect1 id="kapp-features"> +<sect1 id="tdeApp-features"> <title>More &kmyapplication; features</title> <para>It slices! It dices! and it comes with a free toaster!</para> @@ -198,7 +198,7 @@ Also include any keys that have a special function but have no equivalent in the menus or toolbars. This may not be necessary for small apps or apps with no tool or menu bars. --> -<sect1 id="kapp-mainwindow"> +<sect1 id="tdeApp-mainwindow"> <title>The main &kmyapplication; window</title> <sect2> @@ -486,7 +486,7 @@ Documentation Copyright © 1999 George N. Ugnacious <email>gnu@kde.org</emai <appendix id="installation"> <title>Installation</title> -<sect1 id="getting-kapp"> +<sect1 id="getting-tdeApp"> <title>How to obtain &kmyapplication;</title> <!-- This first entity contains boiler plate for applications that are @@ -518,19 +518,6 @@ about 5 megs of memory to run, but this may vary depending on your platform and configuration. </para> -<para> -All required libraries as well as &kmyapplication; itself can be found -on <ulink url="ftp://ftp.kapp.org">The &kmyapplication; home page</ulink>. -</para> - -<!-- For a list of updates, you may refer to the application web site -or the ChangeLog file, or ... --> -<para> -You can find a list of changes at <ulink -url="http://apps.kde.org/kapp">http://apps.kde.org/kapp</ulink>. -</para> -</sect1> - <sect1 id="compilation"> <title>Compilation and Installation</title> |