diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-28 19:25:14 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-28 19:25:14 -0600 |
commit | edb1085c823b207338190bc00eada776102b4829 (patch) | |
tree | a98d806f87ffa3de4a35d63cc157719a60cbe9f5 /doc/kcontrol/componentchooser | |
parent | 0e6d94a4de3eefd0b684d995065307aee18abbe7 (diff) | |
download | tdebase-edb1085c823b207338190bc00eada776102b4829.tar.gz tdebase-edb1085c823b207338190bc00eada776102b4829.zip |
Add new kcontrol component chooser help handbook and change the name to 'Default Applications'.
Diffstat (limited to 'doc/kcontrol/componentchooser')
-rw-r--r-- | doc/kcontrol/componentchooser/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/kcontrol/componentchooser/Makefile.am | 2 | ||||
-rw-r--r-- | doc/kcontrol/componentchooser/index.docbook | 83 |
3 files changed, 94 insertions, 0 deletions
diff --git a/doc/kcontrol/componentchooser/CMakeLists.txt b/doc/kcontrol/componentchooser/CMakeLists.txt new file mode 100644 index 000000000..20d23b51c --- /dev/null +++ b/doc/kcontrol/componentchooser/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/componentchooser ) diff --git a/doc/kcontrol/componentchooser/Makefile.am b/doc/kcontrol/componentchooser/Makefile.am new file mode 100644 index 000000000..51f3f7609 --- /dev/null +++ b/doc/kcontrol/componentchooser/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = kcontrol/componentchooser diff --git a/doc/kcontrol/componentchooser/index.docbook b/doc/kcontrol/componentchooser/index.docbook new file mode 100644 index 000000000..ddb440011 --- /dev/null +++ b/doc/kcontrol/componentchooser/index.docbook @@ -0,0 +1,83 @@ +<?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" > <!-- change language only here --> +]> + +<article lang="&language;"> +<title>Default Applications</title> + +<articleinfo> + +<authorgroup> +<author> +<firstname>Burkhard</firstname><surname>Lück</surname> +</author> +<author>&tde-authors;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<copyright> +<year>2009</year> +<holder>Burkhard Lück</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<keywordset> +<keyword>TDE</keyword> +<keyword>KControl</keyword> +<keyword>System Settings</keyword> +<keyword>components</keyword> +<keyword>default applications</keyword> +</keywordset> +</articleinfo> + +<sect1 id="default-applications"> +<title>Default Applications</title> + +<para>In this module you can change &tde; default applications, sometimes referred to as components.</para> + +<para>Components are programs that handle basic tasks, like the terminal emulator, the text +editor and the email client. Different &tde; applications sometimes need to +invoke a console emulator, send a mail or display some text.</para> + +<para>To do so consistently, these applications always call the same components. Here you +can select which programs these components are.</para> + +<para>The list on the left shows the configurable component types:</para> +<itemizedlist> +<listitem> +<para>Email Client</para> +</listitem> +<listitem> +<para>Embedded Text Editor</para> +</listitem> +<!--<listitem> +<para>File Manager</para> +</listitem>--> +<listitem> +<para>Instant Messenger</para> +</listitem> +<listitem> +<para>Terminal Emulator</para> +</listitem> +<listitem> +<para>Web Browser</para> +</listitem> +<!--<listitem> +<para>Window Manager</para> +</listitem>--> +</itemizedlist> + +<para> Select the component you want to configure. In the right part of the dialog you are +able to select your favorite application.</para> + +</sect1> + +</article> |