Git commit 659beb08d42bb4d13f2f3313ff6c188a277c8ddd by Luigi Toscano, on behalf of Burkhard L?ck. Committed on 22/09/2010 at 20:27. Pushed by ltoscano into branch 'master'.
add new documentation used as 'landing page' in case a documenentation is not found for whatever reason svn path=/trunk/KDE/kdebase/runtime/; revision=1178363 Commit 26dbf26492c32ef6c77b537e774c217d94d4557b in kde-runtime A +2 -0 doc/documentationnotfound/CMakeLists.txt A +66 -0 doc/documentationnotfound/index.docbook http://commits.kde.org/kio/659beb08d42bb4d13f2f3313ff6c188a277c8ddd diff --git a/doc/documentationnotfound/CMakeLists.txt b/doc/documentationnotfound/CMakeLists.txt new file mode 100644 index 0000000..9d35fb3 --- /dev/null +++ b/doc/documentationnotfound/CMakeLists.txt @@ -0,0 +1,2 @@ +########### install files ############### +kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR khelpcenter/documentationnotfound) diff --git a/doc/documentationnotfound/index.docbook b/doc/documentationnotfound/index.docbook new file mode 100644 index 0000000..450d4a9 --- /dev/null +++ b/doc/documentationnotfound/index.docbook @@ -0,0 +1,66 @@ +<?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"> +]> +<article lang="&language;"> +<title>Documentation not Found</title> +<articleinfo> +<authorgroup> +<author><firstname>Jack</firstname> +<surname>Ostroff</surname> +<affiliation> +<address><email>ostroffjh at users.sourceforge.net</email></address> +</affiliation> +</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<date>2010-09-21</date> +<releaseinfo>&kde; 4.5</releaseinfo> + +</articleinfo> + +<para>The requested documentation was not found on your computer. +Normally, &kde; looks for application handbooks in a location that depends +on how &kde; was installed on your computer. There are a number of +possible reasons why it could not find the documentation you +requested. The document might not exist, or it may not have been +installed along with the application</para> + +<para>How to solve this issue:</para> + +<para>Start by searching the <ulink url="http://docs.kde.org/">KDE +Documentation site</ulink> for the requested documentation. If you find +the documentation on that site, your distribution might ship a separate +package for documentation (⪚ called kdepim-doc for all applications +from the kdepim module, like &kmail;, &kontact;, &etc;). Please use the +package manager of your distribution to find and install the missing +documentation.</para> + +<para>If you use a source based distribution, such as Gentoo, be sure that +there are not any configuration settings (USE flags in Gentoo) that +might have disabled the installation of the documentation. +</para> + +<para>If you have done that, but still get this page displayed instead of the +application handbook, you probably found a bug in the &kde; help +system. In this case, please report this on the <ulink +url="http://bugs.kde.org/">KDE Bug Tracker</ulink>. +</para> + +<para>If you do not find any documentation on the <ulink +url="http://docs.kde.org/">KDE Documentation site</ulink>, the +application may not have offline documentation. Please report this on +the <ulink url="http://bugs.kde.org/">KDE Bug Tracker</ulink>. +</para> + +<para>In case the application does not have offline documentation, you should +use the online ressources <ulink +url="http://userbase.kde.org/">Userbase Documentation</ulink> and +<ulink url="http://forum.kde.org/">KDE Community Forums</ulink> to get +help. +</para> + +</article> \ No newline at end of file
