From 971e838379fed36532230572f20c659bb4000499 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 24 Jan 2014 23:36:41 -0600 Subject: Update non-existent and incomplete (template-only) help handbooks to new default format. --- doc/kcontrol/display/CMakeLists.txt | 12 +++++ doc/kcontrol/display/Makefile.am | 4 ++ doc/kcontrol/display/index.docbook | 60 +++++++++++++++++++++ doc/kcontrol/displayconfig/CMakeLists.txt | 12 +++++ doc/kcontrol/displayconfig/Makefile.am | 4 ++ doc/kcontrol/displayconfig/index.docbook | 60 +++++++++++++++++++++ doc/kcontrol/hwmanager/CMakeLists.txt | 12 +++++ doc/kcontrol/hwmanager/Makefile.am | 4 ++ doc/kcontrol/hwmanager/index.docbook | 60 +++++++++++++++++++++ doc/kcontrol/iccconfig/CMakeLists.txt | 12 +++++ doc/kcontrol/iccconfig/Makefile.am | 4 ++ doc/kcontrol/iccconfig/index.docbook | 60 +++++++++++++++++++++ doc/kcontrol/kthememanager/CMakeLists.txt | 12 +++++ doc/kcontrol/kthememanager/Makefile.am | 4 ++ doc/kcontrol/kthememanager/index.docbook | 60 +++++++++++++++++++++ doc/kcontrol/view1394/CMakeLists.txt | 12 +++++ doc/kcontrol/view1394/Makefile.am | 4 ++ doc/kcontrol/view1394/index.docbook | 54 +++++++++++++++++++ doc/kcontrol/windowbehavior/CMakeLists.txt | 12 +++++ doc/kcontrol/windowbehavior/Makefile.am | 4 ++ doc/kcontrol/windowbehavior/index.docbook | 60 +++++++++++++++++++++ doc/kdcop/index.docbook | 84 +++++++++++++----------------- doc/tdeprint/index.docbook | 10 ++-- doc/tdeprintfax/CMakeLists.txt | 12 +++++ doc/tdeprintfax/Makefile.am | 4 ++ doc/tdeprintfax/index.docbook | 64 +++++++++++++++++++++++ 26 files changed, 645 insertions(+), 55 deletions(-) create mode 100644 doc/kcontrol/display/CMakeLists.txt create mode 100644 doc/kcontrol/display/Makefile.am create mode 100644 doc/kcontrol/display/index.docbook create mode 100644 doc/kcontrol/displayconfig/CMakeLists.txt create mode 100644 doc/kcontrol/displayconfig/Makefile.am create mode 100644 doc/kcontrol/displayconfig/index.docbook create mode 100644 doc/kcontrol/hwmanager/CMakeLists.txt create mode 100644 doc/kcontrol/hwmanager/Makefile.am create mode 100644 doc/kcontrol/hwmanager/index.docbook create mode 100644 doc/kcontrol/iccconfig/CMakeLists.txt create mode 100644 doc/kcontrol/iccconfig/Makefile.am create mode 100644 doc/kcontrol/iccconfig/index.docbook create mode 100644 doc/kcontrol/kthememanager/CMakeLists.txt create mode 100644 doc/kcontrol/kthememanager/Makefile.am create mode 100644 doc/kcontrol/kthememanager/index.docbook create mode 100644 doc/kcontrol/view1394/CMakeLists.txt create mode 100644 doc/kcontrol/view1394/Makefile.am create mode 100644 doc/kcontrol/view1394/index.docbook create mode 100644 doc/kcontrol/windowbehavior/CMakeLists.txt create mode 100644 doc/kcontrol/windowbehavior/Makefile.am create mode 100644 doc/kcontrol/windowbehavior/index.docbook create mode 100644 doc/tdeprintfax/CMakeLists.txt create mode 100644 doc/tdeprintfax/Makefile.am create mode 100644 doc/tdeprintfax/index.docbook (limited to 'doc') diff --git a/doc/kcontrol/display/CMakeLists.txt b/doc/kcontrol/display/CMakeLists.txt new file mode 100644 index 000000000..ee36f8c13 --- /dev/null +++ b/doc/kcontrol/display/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/display ) diff --git a/doc/kcontrol/display/Makefile.am b/doc/kcontrol/display/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/kcontrol/display/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/display/index.docbook b/doc/kcontrol/display/index.docbook new file mode 100644 index 000000000..633ca5379 --- /dev/null +++ b/doc/kcontrol/display/index.docbook @@ -0,0 +1,60 @@ + + + +]> + + + + + +
+Display Settings + + + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes user-specific display settings. + + + + +TDE + + + + + +We Apologize +No documentation has yet been written for this module. + +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; + + + +&documentation.index; +
diff --git a/doc/kcontrol/displayconfig/CMakeLists.txt b/doc/kcontrol/displayconfig/CMakeLists.txt new file mode 100644 index 000000000..d322b7fc8 --- /dev/null +++ b/doc/kcontrol/displayconfig/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/displayconfig ) diff --git a/doc/kcontrol/displayconfig/Makefile.am b/doc/kcontrol/displayconfig/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/kcontrol/displayconfig/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/displayconfig/index.docbook b/doc/kcontrol/displayconfig/index.docbook new file mode 100644 index 000000000..f702155e0 --- /dev/null +++ b/doc/kcontrol/displayconfig/index.docbook @@ -0,0 +1,60 @@ + + + +]> + + + + + +
+Monitor and Display Settings + + + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes system-wide monitor and display settings. + + + + +TDE + + + + + +We Apologize +No documentation has yet been written for this module. + +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; + + + +&documentation.index; +
diff --git a/doc/kcontrol/hwmanager/CMakeLists.txt b/doc/kcontrol/hwmanager/CMakeLists.txt new file mode 100644 index 000000000..ee5223f34 --- /dev/null +++ b/doc/kcontrol/hwmanager/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/hwmanager ) diff --git a/doc/kcontrol/hwmanager/Makefile.am b/doc/kcontrol/hwmanager/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/kcontrol/hwmanager/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/hwmanager/index.docbook b/doc/kcontrol/hwmanager/index.docbook new file mode 100644 index 000000000..80c800cda --- /dev/null +++ b/doc/kcontrol/hwmanager/index.docbook @@ -0,0 +1,60 @@ + + + +]> + + + + + +
+Hardware Device Manager + + + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes the hardware device manager. + + + + +TDE + + + + + +We Apologize +No documentation has yet been written for this module. + +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; + + + +&documentation.index; +
diff --git a/doc/kcontrol/iccconfig/CMakeLists.txt b/doc/kcontrol/iccconfig/CMakeLists.txt new file mode 100644 index 000000000..afe85c79b --- /dev/null +++ b/doc/kcontrol/iccconfig/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/iccconfig ) diff --git a/doc/kcontrol/iccconfig/Makefile.am b/doc/kcontrol/iccconfig/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/kcontrol/iccconfig/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/iccconfig/index.docbook b/doc/kcontrol/iccconfig/index.docbook new file mode 100644 index 000000000..4f90cc4ba --- /dev/null +++ b/doc/kcontrol/iccconfig/index.docbook @@ -0,0 +1,60 @@ + + + +]> + + + + + +
+ICC Color Profile + + + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes the International Color Consortium (ICC) color profile configuration. + + + + +TDE + + + + + +We Apologize +No documentation has yet been written for this module. + +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; + + + +&documentation.index; +
diff --git a/doc/kcontrol/kthememanager/CMakeLists.txt b/doc/kcontrol/kthememanager/CMakeLists.txt new file mode 100644 index 000000000..957dcf820 --- /dev/null +++ b/doc/kcontrol/kthememanager/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/kthememanager ) diff --git a/doc/kcontrol/kthememanager/Makefile.am b/doc/kcontrol/kthememanager/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/kcontrol/kthememanager/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/kthememanager/index.docbook b/doc/kcontrol/kthememanager/index.docbook new file mode 100644 index 000000000..5feda9388 --- /dev/null +++ b/doc/kcontrol/kthememanager/index.docbook @@ -0,0 +1,60 @@ + + + +]> + + + + + +
+Theme Manager + + + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes the Theme Manager. + + + + +TDE + + + + + +We Apologize +No documentation has yet been written for this module. + +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; + + + +&documentation.index; +
diff --git a/doc/kcontrol/view1394/CMakeLists.txt b/doc/kcontrol/view1394/CMakeLists.txt new file mode 100644 index 000000000..e939755fa --- /dev/null +++ b/doc/kcontrol/view1394/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/view1394 ) diff --git a/doc/kcontrol/view1394/Makefile.am b/doc/kcontrol/view1394/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/kcontrol/view1394/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/view1394/index.docbook b/doc/kcontrol/view1394/index.docbook new file mode 100644 index 000000000..adbaaf1a1 --- /dev/null +++ b/doc/kcontrol/view1394/index.docbook @@ -0,0 +1,54 @@ + + + +]> + + + + + +
+<acronym>IEEE 1394</acronym> Devices + + + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + +TDE + + + + + +We Apologize +No documentation has yet been written for this module. + +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; + + + +&documentation.index; +
diff --git a/doc/kcontrol/windowbehavior/CMakeLists.txt b/doc/kcontrol/windowbehavior/CMakeLists.txt new file mode 100644 index 000000000..d5b01a51e --- /dev/null +++ b/doc/kcontrol/windowbehavior/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/windowbehavior ) diff --git a/doc/kcontrol/windowbehavior/Makefile.am b/doc/kcontrol/windowbehavior/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/kcontrol/windowbehavior/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/windowbehavior/index.docbook b/doc/kcontrol/windowbehavior/index.docbook new file mode 100644 index 000000000..87698a1c6 --- /dev/null +++ b/doc/kcontrol/windowbehavior/index.docbook @@ -0,0 +1,60 @@ + + + +]> + + + + + +
+Window Behavior + + + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes window behavior settings. + + + + +TDE + + + + + +We Apologize +No documentation has yet been written for this module. + +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; + + + +&documentation.index; +
diff --git a/doc/kdcop/index.docbook b/doc/kdcop/index.docbook index 061f872bf..31c237c0a 100644 --- a/doc/kdcop/index.docbook +++ b/doc/kdcop/index.docbook @@ -1,78 +1,64 @@ - - ]> - + + + - -The &kdcop; Handbook +
+The &kappname; Handbook + + +The &kappname; Handbook - - - - - -
-
-
+&tde-team;
-&FDLNotice; - - +&tde-release-version; +Reviewed: &tde-release-date; -2002-12-16 -0.00.00 + +&tde-copyright-date; +&tde-team; + - + -&kdcop; is a program to help you browse available dcop functions. +&kappname; is a graphical DCOP browser/client. - -KDE -Kompare +TDE - +
+ + +We Apologize +No documentation has yet been written for &kappname;. + +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. - Introduction -The documentation for &kappname; was not finished when &tde; was installed on -this computer. If you need help, please check The &tde; Website for updates, or by -submitting your question to The -&tde; User Mailing list. The &tde; -Team +Thank you for helping and thank you for your patience. &underFDL; - + &documentation.index; - - - +
diff --git a/doc/tdeprint/index.docbook b/doc/tdeprint/index.docbook index b520ff5e7..a574b2298 100644 --- a/doc/tdeprint/index.docbook +++ b/doc/tdeprint/index.docbook @@ -73,9 +73,8 @@ This handbook describes &tdeprint;. &tdeprint; is not a standalone -program. It is the new printing framework for &tde; 2.2. &tdeprint; -is an intermediate layer between &tde; (or other) applications and the selected -(and installed) print subsystem of your OS (&OS;). +program. &tdeprint; is an intermediate layer between &tde; (or other) +applications and the selected (and installed) print subsystem of your OS (&OS;). @@ -94,9 +93,8 @@ is an intermediate layer between &tde; (or other) applications and the selected Introduction This handbook describes &tdeprint;. &tdeprint; is not a standalone -program. It is the new printing framework for &tde; 2.2. &tdeprint; -is an intermediate layer between &tde; (or other) applications and the selected -(and installed) print subsystem of your OS (&OS;). +program. &tdeprint; is an intermediate layer between &tde; (or other) +applications and the selected (and installed) print subsystem of your OS (&OS;). It should be noted that both the developer of this application, and the author of this document are most familiar with &CUPS; as a diff --git a/doc/tdeprintfax/CMakeLists.txt b/doc/tdeprintfax/CMakeLists.txt new file mode 100644 index 000000000..b669889e4 --- /dev/null +++ b/doc/tdeprintfax/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeprintfax ) diff --git a/doc/tdeprintfax/Makefile.am b/doc/tdeprintfax/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeprintfax/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeprintfax/index.docbook b/doc/tdeprintfax/index.docbook new file mode 100644 index 000000000..438dd4beb --- /dev/null +++ b/doc/tdeprintfax/index.docbook @@ -0,0 +1,64 @@ + + + + +]> + + + + + +
+The &kappname; Handbook + + +The &kappname; Handbook + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + + + +&kappname; is a small fax utility to be used with TDEPrint. + + + + +TDE + + + + + +We Apologize +No documentation has yet been written for &kappname;. + +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; + + + +&documentation.index; +
-- cgit v1.2.3