diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-24 14:21:12 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-24 14:21:12 -0600 |
commit | 358b9d8a2d56c9170524b3f8cfa2bfe03dd6983d (patch) | |
tree | 828f17535feae991a1c5a097cd3dfe8138ba9887 /doc | |
parent | 0b9a39305949515fdfabf571f4cdbf61678c81d2 (diff) | |
download | tdebase-358b9d8a2d56c9170524b3f8cfa2bfe03dd6983d.tar.gz tdebase-358b9d8a2d56c9170524b3f8cfa2bfe03dd6983d.zip |
Add new default help handbook page for non-existent handbooks.
This partially resolves bug report 1839.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/helpnotfound/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/helpnotfound/index.docbook | 45 |
2 files changed, 54 insertions, 0 deletions
diff --git a/doc/helpnotfound/CMakeLists.txt b/doc/helpnotfound/CMakeLists.txt new file mode 100644 index 000000000..856ae3155 --- /dev/null +++ b/doc/helpnotfound/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION khelpcenter/helpnotfound ) diff --git a/doc/helpnotfound/index.docbook b/doc/helpnotfound/index.docbook new file mode 100644 index 000000000..5693bdd5a --- /dev/null +++ b/doc/helpnotfound/index.docbook @@ -0,0 +1,45 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE" > <!-- change language only here --> +]> + +<article id="helpnotfound" lang="&language;"> +<title>Help Documentation Not Found</title> + +<articleinfo> +<authorgroup> +<corpauthor>&tde-team;</corpauthor> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<date>&tde-release-date;</date> +<releaseinfo>&tde-release-version;</releaseinfo> + +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +</articleinfo> + +<para>The requested help file was not found. &tde; looks for files +in a location that depends upon how &tde; was installed on your +computer. There are several possible reasons why no help file +was found. The document might not exist or might not have +been installed.</para> + +<para>To resolve the problem, first contact the upstream packager.</para> + +<para>If no help file exists, then please report this bug using the +<ulink url="http://bugs.trinitydesktop.org/">TDE Bug Tracker</ulink>. +</para> + +<para>If no help file exists and you are interested in helping further, +please consider writing the help file. Submitting a basic text file is acceptable.</para> + +<para>If no help file exists for your native language, please consider helping with a translation.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +</article>
\ No newline at end of file |