From adffe60a1d67778eb4a9ff46a008e2f94d0531d3 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 24 Jan 2014 23:34:24 -0600 Subject: 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 +++++++++++++++++++++++++++++++++++++++++ 9 files changed, 251 insertions(+), 101 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 (limited to 'doc') 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; +
-- cgit v1.2.1