diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-28 19:26:28 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-28 19:26:28 -0600 |
commit | 112fc37d8042129a26386e454373cccae51fc448 (patch) | |
tree | fbcc8fd4243daf6e099d2db1764c1fd7e4e8a79d /doc/kcontrol | |
parent | edb1085c823b207338190bc00eada776102b4829 (diff) | |
download | tdebase-112fc37d8042129a26386e454373cccae51fc448.tar.gz tdebase-112fc37d8042129a26386e454373cccae51fc448.zip |
Add new kcontrol service manager help handbook.
Diffstat (limited to 'doc/kcontrol')
-rw-r--r-- | doc/kcontrol/kcmkded/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/kcontrol/kcmkded/Makefile.am | 2 | ||||
-rw-r--r-- | doc/kcontrol/kcmkded/index.docbook | 79 |
3 files changed, 90 insertions, 0 deletions
diff --git a/doc/kcontrol/kcmkded/CMakeLists.txt b/doc/kcontrol/kcmkded/CMakeLists.txt new file mode 100644 index 000000000..dadaba19e --- /dev/null +++ b/doc/kcontrol/kcmkded/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/kcmkded ) diff --git a/doc/kcontrol/kcmkded/Makefile.am b/doc/kcontrol/kcmkded/Makefile.am new file mode 100644 index 000000000..c7b22c34e --- /dev/null +++ b/doc/kcontrol/kcmkded/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = kcontrol/kcmkded diff --git a/doc/kcontrol/kcmkded/index.docbook b/doc/kcontrol/kcmkded/index.docbook new file mode 100644 index 000000000..10dc53b76 --- /dev/null +++ b/doc/kcontrol/kcmkded/index.docbook @@ -0,0 +1,79 @@ +<?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>Service Manager</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>services</keyword> +</keywordset> +</articleinfo> + +<sect1 id="service-manager"> +<title>Service Manager</title> + +<para> +The <guilabel>Service Manager</guilabel> module allows you view all +plugins of the &tde; Daemon, also referred to as &tde; Services. Generally, +there are two types of services:</para> + +<variablelist> + +<varlistentry> +<term><guilabel>Load-on-Demand Services</guilabel></term> +<listitem><para> +This is a list of available &tde; services that will be started on demand. +They are only listed for convenience, as you cannot manipulate these +services. +</para></listitem> +</varlistentry> + +<varlistentry> +<term><guilabel>Startup Services</guilabel></term> +<listitem><para> +This shows all &tde; services that can be loaded on &tde; startup. +Services checked in the <guilabel>Use</guilabel> column will be launched the next &tde; startup.</para> +<para>Be careful with deactivating unknown services as some services are vital for &tde;. Basically, +do not deactivate services when you do not know what you are doing. +</para> +<para>Change the <guilabel>Status</guilabel> of a service by selecting the service in the list. +Use the <guibutton>Start</guibutton> and <guibutton>Stop</guibutton> +to change the status of a service from <guilabel>Not running</guilabel> to <guilabel>Running</guilabel> +and vice versa. +</para> +</listitem> +</varlistentry> + +</variablelist> + +</sect1> + +</article> |