diff options
38 files changed, 657 insertions, 96 deletions
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 @@ +<?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"> +]> + +<!-- Note: When updating this empty handbook, remember that usually most handbooks --> +<!-- use the book model rather than article. Feel free to use article if the new handbook --> +<!-- remains really short. --> + +<article lang="&language;"> +<title>Display Settings</title> + +<articleinfo> + +<authorgroup> +<corpauthor>&tde-team;</corpauthor> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes user-specific display settings. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this module.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>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.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +&documentation.index; +</article> 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 @@ +<?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"> +]> + +<!-- Note: When updating this empty handbook, remember that usually most handbooks --> +<!-- use the book model rather than article. Feel free to use article if the new handbook --> +<!-- remains really short. --> + +<article lang="&language;"> +<title>Monitor and Display Settings</title> + +<articleinfo> + +<authorgroup> +<corpauthor>&tde-team;</corpauthor> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes system-wide monitor and display settings. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this module.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>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.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +&documentation.index; +</article> 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 @@ +<?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"> +]> + +<!-- Note: When updating this empty handbook, remember that usually most handbooks --> +<!-- use the book model rather than article. Feel free to use article if the new handbook --> +<!-- remains really short. --> + +<article lang="&language;"> +<title>Hardware Device Manager</title> + +<articleinfo> + +<authorgroup> +<corpauthor>&tde-team;</corpauthor> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the hardware device manager. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this module.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>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.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +&documentation.index; +</article> 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 @@ +<?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"> +]> + +<!-- Note: When updating this empty handbook, remember that usually most handbooks --> +<!-- use the book model rather than article. Feel free to use article if the new handbook --> +<!-- remains really short. --> + +<article lang="&language;"> +<title>ICC Color Profile</title> + +<articleinfo> + +<authorgroup> +<corpauthor>&tde-team;</corpauthor> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the International Color Consortium (ICC) color profile configuration. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this module.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>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.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +&documentation.index; +</article> 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 @@ +<?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"> +]> + +<!-- Note: When updating this empty handbook, remember that usually most handbooks --> +<!-- use the book model rather than article. Feel free to use article if the new handbook --> +<!-- remains really short. --> + +<article lang="&language;"> +<title>Theme Manager</title> + +<articleinfo> + +<authorgroup> +<corpauthor>&tde-team;</corpauthor> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the Theme Manager. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this module.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>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.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +&documentation.index; +</article> 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 @@ +<?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"> +]> + +<!-- Note: When updating this empty handbook, remember that usually most handbooks --> +<!-- use the book model rather than article. Feel free to use article if the new handbook --> +<!-- remains really short. --> + +<article lang="&language;"> +<title><acronym>IEEE 1394</acronym> Devices</title> + +<articleinfo> + +<authorgroup> +<corpauthor>&tde-team;</corpauthor> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<keywordset> +<keyword>TDE</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this module.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>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.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +&documentation.index; +</article> 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 @@ +<?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"> +]> + +<!-- Note: When updating this empty handbook, remember that usually most handbooks --> +<!-- use the book model rather than article. Feel free to use article if the new handbook --> +<!-- remains really short. --> + +<article lang="&language;"> +<title>Window Behavior</title> + +<articleinfo> + +<authorgroup> +<corpauthor>&tde-team;</corpauthor> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes window behavior settings. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this module.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>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.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +&documentation.index; +</article> 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 @@ <?xml version="1.0" ?> -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ <!ENTITY kappname "&kdcop;"> - <!ENTITY package "tdebase"> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"> ]> -<book lang="&language;"> +<!-- Note: When updating this empty handbook, remember that usually most handbooks --> +<!-- use the book model rather than article. Feel free to use article if the new handbook --> +<!-- remains really short. --> -<bookinfo> -<title>The &kdcop; Handbook</title> +<article lang="&language;"> +<title>The &kappname; Handbook</title> + +<articleinfo> +<title>The &kappname; Handbook</title> <authorgroup> -<author> -<firstname></firstname> -<othername></othername> -<surname></surname> -<affiliation> -<address><email></email></address> -</affiliation> -</author> +<corpauthor>&tde-team;</corpauthor> <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> -<legalnotice>&FDLNotice;</legalnotice> - -<!-- Date and version information of the documentation -Don't forget to include this last date and this last revision number, we -need them for translation coordination ! -Please respect the format of the date (DD/MM/YYYY) and of the version -(Major.minor.lesser), it could be used by automation scripts --> +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> -<date>2002-12-16</date> -<releaseinfo>0.00.00</releaseinfo> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> -<!-- Abstract about this handbook --> +<!-- <legalnotice>&FDLNotice;</legalnotice> --> <abstract> <para> -&kdcop; is a program to help you browse available dcop functions. +&kappname; is a graphical DCOP browser/client. </para> </abstract> - <keywordset> -<keyword>KDE</keyword> -<keyword>Kompare</keyword> +<keyword>TDE</keyword> </keywordset> -</bookinfo> +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for &kappname;.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>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.</para> -<chapter id="introduction"> <title>Introduction</title> <para> -The documentation for &kappname; was not finished when &tde; was installed on -this computer.</para> <para>If you need help, please check <ulink -url="http://www.kde.org">The &tde; Website</ulink> for updates, or by -submitting your question to <ulink url="mailto:kde@kde.org">The -&tde; User Mailing list</ulink>.</para> <para><emphasis>The &tde; -Team</emphasis></para> +<para>Thank you for helping and thank you for your patience.</para> &underFDL; -</chapter> +</sect1> &documentation.index; -</book> - -<!-- -Local Variables: -mode: sgml -sgml-minimize-attributes:nil -sgml-general-insert-case:lower -sgml-indent-step:0 -sgml-indent-data:nil -End: - -// vim:ts=2:sw=2:tw=78:noet ---> +</article> 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 @@ <abstract> <para>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;).</para> +program. &tdeprint; is an intermediate layer between &tde; (or other) +applications and the selected (and installed) print subsystem of your OS (&OS;).</para> </abstract> <keywordset> @@ -94,9 +93,8 @@ is an intermediate layer between &tde; (or other) applications and the selected <title>Introduction</title> <para>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;).</para> +program. &tdeprint; is an intermediate layer between &tde; (or other) +applications and the selected (and installed) print subsystem of your OS (&OS;).</para> <para>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 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY kappname "&tdeprintfax;"> + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE"> +]> + +<!-- Note: When updating this empty handbook, remember that usually most handbooks --> +<!-- use the book model rather than article. Feel free to use article if the new handbook --> +<!-- remains really short. --> + +<article lang="&language;"> +<title>The &kappname; Handbook</title> + +<articleinfo> +<title>The &kappname; Handbook</title> + +<authorgroup> +<corpauthor>&tde-team;</corpauthor> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<!-- <legalnotice>&FDLNotice;</legalnotice> --> + +<abstract> +<para> +&kappname; is a small fax utility to be used with TDEPrint. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for &kappname;.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>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.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +&documentation.index; +</article> diff --git a/kcontrol/display/display.desktop b/kcontrol/display/display.desktop index 67a289f0a..3ac5f3934 100644 --- a/kcontrol/display/display.desktop +++ b/kcontrol/display/display.desktop @@ -2,13 +2,7 @@ Icon=tdescreensaver Type=Application Exec=tdecmshell display -# 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/kcmdisplay/index.html +DocPath=kcontrol/display/index.html X-TDE-Library=display X-TDE-FactoryName=display diff --git a/kcontrol/displayconfig/displayconfig.desktop b/kcontrol/displayconfig/displayconfig.desktop index 3a6cecc10..2d4b5051a 100644 --- a/kcontrol/displayconfig/displayconfig.desktop +++ b/kcontrol/displayconfig/displayconfig.desktop @@ -2,13 +2,7 @@ Categories=Qt;TDE;X-TDE-settings-system; Comment=Configure display Comment[en_US]=Configure display -# 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/displayconfig.html +DocPath=kcontrol/displayconfig/index.html Exec=tdecmshell displayconfig GenericName= GenericName[en_US]= diff --git a/kcontrol/hwmanager/hwmanager.desktop b/kcontrol/hwmanager/hwmanager.desktop index 151a30411..5e6b581c5 100644 --- a/kcontrol/hwmanager/hwmanager.desktop +++ b/kcontrol/hwmanager/hwmanager.desktop @@ -2,13 +2,7 @@ Exec=tdecmshell hwmanager Icon=background Type=Application -# 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/hwmanager/index.html +DocPath=kcontrol/hwmanager/index.html X-TDE-Library=hwmanager X-TDE-ParentApp=kcontrol diff --git a/kcontrol/iccconfig/iccconfig.desktop b/kcontrol/iccconfig/iccconfig.desktop index efa8fb294..335f8d2fa 100644 --- a/kcontrol/iccconfig/iccconfig.desktop +++ b/kcontrol/iccconfig/iccconfig.desktop @@ -2,13 +2,7 @@ Exec=tdecmshell iccconfig Icon=background Type=Application -# 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/iccconfig/index.html +DocPath=kcontrol/iccconfig/index.html X-TDE-Library=iccconfig X-TDE-ParentApp=kcontrol diff --git a/kcontrol/kthememanager/kthememanager.desktop b/kcontrol/kthememanager/kthememanager.desktop index 07e6b69b1..1f01aa790 100644 --- a/kcontrol/kthememanager/kthememanager.desktop +++ b/kcontrol/kthememanager/kthememanager.desktop @@ -218,3 +218,4 @@ Type=Application X-TDE-FactoryName=kthememanager X-TDE-Library=kthememanager Categories=Qt;TDE;X-TDE-settings-looknfeel; +DocPath=kcontrol/kthememanager/index.html diff --git a/kcontrol/view1394/kcmview1394.desktop b/kcontrol/view1394/kcmview1394.desktop index 978011258..5c3ce8389 100644 --- a/kcontrol/view1394/kcmview1394.desktop +++ b/kcontrol/view1394/kcmview1394.desktop @@ -1,13 +1,7 @@ [Desktop Entry] Icon=ieee1394 Type=Application -# 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/view1394/index.html +DocPath=kcontrol/view1394/index.html Exec=tdecmshell kcmview1394 X-TDE-Library=view1394 diff --git a/twin/kcmtwin/twinoptions/twinactions.desktop b/twin/kcmtwin/twinoptions/twinactions.desktop index b6cacad48..34b3216df 100644 --- a/twin/kcmtwin/twinoptions/twinactions.desktop +++ b/twin/kcmtwin/twinoptions/twinactions.desktop @@ -2,7 +2,7 @@ Icon=kcmkwm Type=Application Exec=tdecmshell twinactions -DocPath=kcontrol/windowmanagement/index.html#action-actions +DocPath=kcontrol/windowbehavior/index.html#action-actions X-TDE-ModuleType=Library X-TDE-Library=twinoptions diff --git a/twin/kcmtwin/twinoptions/twinadvanced.desktop b/twin/kcmtwin/twinoptions/twinadvanced.desktop index 1929d330f..1164f4012 100644 --- a/twin/kcmtwin/twinoptions/twinadvanced.desktop +++ b/twin/kcmtwin/twinoptions/twinadvanced.desktop @@ -2,7 +2,7 @@ Icon=kcmkwm Type=Application Exec=tdecmshell twinadvanced -DocPath=kcontrol/windowmanagement/index.html#action-advanced +DocPath=kcontrol/windowbehavior/index.html#action-advanced X-TDE-ModuleType=Library X-TDE-Library=twinoptions diff --git a/twin/kcmtwin/twinoptions/twinfocus.desktop b/twin/kcmtwin/twinoptions/twinfocus.desktop index 530d09206..342411803 100644 --- a/twin/kcmtwin/twinoptions/twinfocus.desktop +++ b/twin/kcmtwin/twinoptions/twinfocus.desktop @@ -2,7 +2,7 @@ Icon=kcmkwm Type=Application Exec=tdecmshell twinfocus -DocPath=kcontrol/windowmanagement/index.html#action-focus +DocPath=kcontrol/windowbehavior/index.html#action-focus X-TDE-ModuleType=Library X-TDE-Library=twinoptions diff --git a/twin/kcmtwin/twinoptions/twinmoving.desktop b/twin/kcmtwin/twinoptions/twinmoving.desktop index 144406d97..5ff73d1a8 100644 --- a/twin/kcmtwin/twinoptions/twinmoving.desktop +++ b/twin/kcmtwin/twinoptions/twinmoving.desktop @@ -2,7 +2,7 @@ Icon=kcmkwm Type=Application Exec=tdecmshell twinmoving -DocPath=kcontrol/windowmanagement/index.html#action-moving +DocPath=kcontrol/windowbehavior/index.html#action-moving X-TDE-ModuleType=Library X-TDE-Library=twinoptions diff --git a/twin/kcmtwin/twinoptions/twinoptions.desktop b/twin/kcmtwin/twinoptions/twinoptions.desktop index 1fc2e1a95..b41f57eeb 100644 --- a/twin/kcmtwin/twinoptions/twinoptions.desktop +++ b/twin/kcmtwin/twinoptions/twinoptions.desktop @@ -2,7 +2,7 @@ Icon=kcmkwm Type=Application Exec=tdecmshell twinoptions -DocPath=kcontrol/windowmanagement/index.html +DocPath=kcontrol/windowbehavior/index.html X-TDE-ModuleType=Library X-TDE-Library=twinoptions diff --git a/twin/kcmtwin/twinoptions/twintranslucency.desktop b/twin/kcmtwin/twinoptions/twintranslucency.desktop index 3ff002dac..88f3ea583 100644 --- a/twin/kcmtwin/twinoptions/twintranslucency.desktop +++ b/twin/kcmtwin/twinoptions/twintranslucency.desktop @@ -2,7 +2,7 @@ Icon=kcmkwm Type=Application Exec=tdecmshell twintranslucency -DocPath=kcontrol/windowmanagement/index.html#action-translucency +DocPath=kompmgr/index.html X-TDE-ModuleType=Library X-TDE-Library=twinoptions |