From adffe60a1d67778eb4a9ff46a008e2f94d0531d3 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 24 Jan 2014 23:34:24 -0600 Subject: [PATCH] Update non-existent and incomplete (template-only) help handbooks to new default format. --- doc/kcharselect/index.docbook | 64 ++++++++++---------- doc/ksim/index.docbook | 66 ++++++++++----------- doc/ktimer/index.docbook | 66 ++++++++++----------- doc/kvaio/CMakeLists.txt | 10 ++++ doc/kvaio/Makefile.am | 4 ++ doc/kvaio/index.docbook | 64 ++++++++++++++++++++ doc/thinkpad/CMakeLists.txt | 10 ++++ doc/thinkpad/Makefile.am | 4 ++ doc/thinkpad/index.docbook | 64 ++++++++++++++++++++ kmilo/kmilo_kvaio/kcmkvaio/kvaio.desktop | 8 +-- kmilo/thinkpad/kcmthinkpad/thinkpad.desktop | 8 +-- 11 files changed, 253 insertions(+), 115 deletions(-) create mode 100644 doc/kvaio/CMakeLists.txt create mode 100644 doc/kvaio/Makefile.am create mode 100644 doc/kvaio/index.docbook create mode 100644 doc/thinkpad/CMakeLists.txt create mode 100644 doc/thinkpad/Makefile.am create mode 100644 doc/thinkpad/index.docbook diff --git a/doc/kcharselect/index.docbook b/doc/kcharselect/index.docbook index 7326d52..acce127 100644 --- a/doc/kcharselect/index.docbook +++ b/doc/kcharselect/index.docbook @@ -1,66 +1,64 @@ - ]> - +
+The &kcharselect; Handbook - + The &kcharselect; Handbook - - - - - -
-
-
+&tde-team;
-&FDLNotice; +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + -2001-01-20 -0.00.00 + -&kcharselect; is part of the tdeutils package. +&kcharselect; is a character selection utility. - -KDE +TDE tdeutils kcharselect -
+ + + +We Apologize +No documentation has yet been written for &kcharselect;. - -Introduction -The documentation for &kappname; was not finished when &kde; was installed on this computer. -If you need help, please check The KDE Web site for updates, or by submitting your question to The &kde; User Mailing list. -The &kde; Team +If you need help, please check The &tde; +web site, submit questions to the +&tde; mail lists, or file a bug report at the +&tde; bug tracker. + +If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text. + +Thank you for helping and thank you for your patience. &underFDL; &underGPL; - + &documentation.index; - - - +
diff --git a/doc/ksim/index.docbook b/doc/ksim/index.docbook index 611a159..f885b36 100644 --- a/doc/ksim/index.docbook +++ b/doc/ksim/index.docbook @@ -1,66 +1,64 @@ - ]> - +
+The &ksim; Handbook - + The &ksim; Handbook - - - - - -
-
-
+&tde-team;
-&FDLNotice; +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + -2001-01-20 -0.00.00 + -&ksim; is part of the tdeutils package. +&ksim; is a system monitor panel plugin with support for GKrellm skins. - -KDE +TDE tdeutils -ksim +kcharselect -
+ + + +We Apologize +No documentation has yet been written for &ksim;. - -Introduction -The documentation for &kappname; was not finished when &kde; was installed on this computer. -If you need help, please check The KDE Website for updates, or by submitting your question to The &kde; User Mailing list. -The &kde; Team +If you need help, please check The &tde; +web site, submit questions to the +&tde; mail lists, or file a bug report at the +&tde; bug tracker. + +If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text. + +Thank you for helping and thank you for your patience. &underFDL; &underGPL; - + &documentation.index; - - - +
diff --git a/doc/ktimer/index.docbook b/doc/ktimer/index.docbook index e28117e..c439565 100644 --- a/doc/ktimer/index.docbook +++ b/doc/ktimer/index.docbook @@ -1,66 +1,64 @@ - ]> - +
+The &ktimer; Handbook - + The &ktimer; Handbook - - - - - -
-
-
+&tde-team;
-&FDLNotice; +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + -2001-01-20 -0.00.00 + -&ktimer; is part of the tdeutils package. +&ktimer; is a simple countdown timer. - -KDE +TDE tdeutils -ktimer +kcharselect -
+ + + +We Apologize +No documentation has yet been written for &ktimer;. - -Introduction -The documentation for &kappname; was not finished when &kde; was installed on this computer. -If you need help, please check The KDE Website for updates, or by submitting your question to The &kde; User Mailing list. -The &kde; Team +If you need help, please check The &tde; +web site, submit questions to the +&tde; mail lists, or file a bug report at the +&tde; bug tracker. + +If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text. + +Thank you for helping and thank you for your patience. &underFDL; &underGPL; - + &documentation.index; - - - +
diff --git a/doc/kvaio/CMakeLists.txt b/doc/kvaio/CMakeLists.txt new file mode 100644 index 0000000..614fa58 --- /dev/null +++ b/doc/kvaio/CMakeLists.txt @@ -0,0 +1,10 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/kvaio ) + diff --git a/doc/kvaio/Makefile.am b/doc/kvaio/Makefile.am new file mode 100644 index 0000000..085981d --- /dev/null +++ b/doc/kvaio/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kvaio/index.docbook b/doc/kvaio/index.docbook new file mode 100644 index 0000000..1844644 --- /dev/null +++ b/doc/kvaio/index.docbook @@ -0,0 +1,64 @@ + +Sony Vaio"> + + + +]> + +
+The &kvaio; Handbook + + +The &kvaio; Handbook + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + + + +&kvaio; is a plugin supporting Sony Vaio laptop power management options. + + + + +TDE +tdeutils +kcharselect + + + + + +We Apologize +No documentation has yet been written for &kvaio;. + +If you need help, please check The &tde; +web site, submit questions to the +&tde; mail lists, or file a bug report at the +&tde; bug tracker. + +If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text. + +Thank you for helping and thank you for your patience. + +&underFDL; +&underGPL; + + + +&documentation.index; +
diff --git a/doc/thinkpad/CMakeLists.txt b/doc/thinkpad/CMakeLists.txt new file mode 100644 index 0000000..301de82 --- /dev/null +++ b/doc/thinkpad/CMakeLists.txt @@ -0,0 +1,10 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/thinkpad ) + diff --git a/doc/thinkpad/Makefile.am b/doc/thinkpad/Makefile.am new file mode 100644 index 0000000..085981d --- /dev/null +++ b/doc/thinkpad/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/thinkpad/index.docbook b/doc/thinkpad/index.docbook new file mode 100644 index 0000000..3907f6c --- /dev/null +++ b/doc/thinkpad/index.docbook @@ -0,0 +1,64 @@ + +IBM Thinkpad"> + + + +]> + +
+The &thinkpad; Handbook + + +The &thinkpad; Handbook + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + + + +&thinkpad; is a plugin supporting IBM Thinkpad laptop buttons. + + + + +TDE +tdeutils +kcharselect + + + + + +We Apologize +No documentation has yet been written for &thinkpad;. + +If you need help, please check The &tde; +web site, submit questions to the +&tde; mail lists, or file a bug report at the +&tde; bug tracker. + +If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text. + +Thank you for helping and thank you for your patience. + +&underFDL; +&underGPL; + + + +&documentation.index; +
diff --git a/kmilo/kmilo_kvaio/kcmkvaio/kvaio.desktop b/kmilo/kmilo_kvaio/kcmkvaio/kvaio.desktop index 5375183..750c780 100644 --- a/kmilo/kmilo_kvaio/kcmkvaio/kvaio.desktop +++ b/kmilo/kmilo_kvaio/kcmkvaio/kvaio.desktop @@ -2,13 +2,7 @@ Type=Application Exec=tdecmshell kvaio Icon=laptop -# Restore the following key and remove this comment when a help handbook -# is written. Disabling this key prevents populating the main handbook -# table of contents with a non-existent document, which results in a -# main handbook error message of -# 'There is no documentation available for /xyz/index.html.' -# Also disable this key when there exists only a useless template handbook. -# DocPath=kcontrol/kvaio/index.html +DocPath=kcontrol/kvaio/index.html X-TDE-Library=kvaio X-TDE-ParentApp=kcontrol diff --git a/kmilo/thinkpad/kcmthinkpad/thinkpad.desktop b/kmilo/thinkpad/kcmthinkpad/thinkpad.desktop index 6f37a92..6b76314 100644 --- a/kmilo/thinkpad/kcmthinkpad/thinkpad.desktop +++ b/kmilo/thinkpad/kcmthinkpad/thinkpad.desktop @@ -2,13 +2,7 @@ Type=Application Exec=tdecmshell thinkpad Icon=laptop -# Restore the following key and remove this comment when a help handbook -# is written. Disabling this key prevents populating the main handbook -# table of contents with a non-existent document, which results in a -# main handbook error message of -# 'There is no documentation available for /xyz/index.html.' -# Also disable this key when there exists only a useless template handbook. -# DocPath=kcontrol/thinkpad/index.html +DocPath=kcontrol/thinkpad/index.html X-TDE-Library=thinkpad X-TDE-ParentApp=kcontrol