Advance Wayland and KDE package bring-up
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
########### install files ###############
|
||||
kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/help)
|
||||
|
||||
add_subdirectory(documentationnotfound)
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
########### install files ###############
|
||||
kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/help/documentationnotfound)
|
||||
+77
@@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
|
||||
"dtd/kdedbx45.dtd" [
|
||||
<!ENTITY % addindex "IGNORE">
|
||||
<!ENTITY % English "INCLUDE">
|
||||
]>
|
||||
<article id="documentationnotfound" lang="&language;">
|
||||
<title>Documentation not Found</title>
|
||||
<articleinfo>
|
||||
<authorgroup>
|
||||
<author><firstname>Jack</firstname>
|
||||
<surname>Ostroff</surname>
|
||||
<affiliation>
|
||||
<address><email>ostroffjh@users.sourceforge.net</email></address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||
</authorgroup>
|
||||
|
||||
<date>2020-09-08</date>
|
||||
<releaseinfo>Frameworks 5.73</releaseinfo>
|
||||
|
||||
</articleinfo>
|
||||
|
||||
<para>The requested documentation was not found on your computer.</para>
|
||||
|
||||
<para>The documentation may not exist, or it may not have been installed
|
||||
with the application.</para>
|
||||
|
||||
<tip><para>
|
||||
Please do not email the author of this page to find the missing document.
|
||||
He will just tell you to follow the instructions on this page.
|
||||
</para></tip>
|
||||
|
||||
<simplesect>
|
||||
<title>How to solve this issue</title>
|
||||
|
||||
<para>If the application is &kde; software, first use the search function in
|
||||
&khelpcenter;. In some cases, the documentation has a different name than the
|
||||
software was using to try to find it. If that doesn't work, try searching the
|
||||
<ulink url="https://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
|
||||
plasma-doc for documentation related to &plasma;). 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 help
|
||||
system. In this case, please report this on the <ulink
|
||||
url="https://bugs.kde.org/">&kde;'s bugtracker</ulink> under the KIO product.
|
||||
</para>
|
||||
|
||||
<para>If you do not find any documentation on the <ulink
|
||||
url="https://docs.kde.org/">&kde; Documentation site</ulink>, the
|
||||
application may not have offline documentation. Please report this on
|
||||
the <ulink url="https://bugs.kde.org/">&kde;'s bugtracker</ulink> under the
|
||||
product for the application.
|
||||
</para>
|
||||
|
||||
<para>In case the application does not have offline documentation, you should
|
||||
use the online resources <ulink
|
||||
url="https://userbase.kde.org/">UserBase Documentation</ulink> and
|
||||
<ulink url="https://forum.kde.org/">&kde; Community Forums</ulink> to get
|
||||
help.
|
||||
</para>
|
||||
|
||||
<para>For non-&kde; applications, please contact the application author to
|
||||
determine whether there should be offline documentation available.</para>
|
||||
</simplesect>
|
||||
|
||||
</article>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
|
||||
"dtd/kdedbx45.dtd" [
|
||||
<!ENTITY % addindex "IGNORE">
|
||||
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
|
||||
]>
|
||||
|
||||
<article lang="&language;" id="help">
|
||||
<title>help</title>
|
||||
<articleinfo>
|
||||
<authorgroup>
|
||||
<author>&Ferdinand.Gassauer;&Ferdinand.Gassauer.mail;</author>
|
||||
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||
</authorgroup>
|
||||
</articleinfo>
|
||||
|
||||
<para>
|
||||
The help system of &kde;
|
||||
</para>
|
||||
<para>
|
||||
See <ulink url="help:/khelpcenter/index.html">The &khelpcenter;</ulink>.
|
||||
</para>
|
||||
|
||||
</article>
|
||||
Reference in New Issue
Block a user