diff options
author | Darrell Anderson <[email protected]> | 2014-01-24 14:11:20 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-01-24 14:11:20 -0600 |
commit | 0b9a39305949515fdfabf571f4cdbf61678c81d2 (patch) | |
tree | 26a70701e97ef5e52566924588280584de8abf84 /doc/kcontrol/protocols | |
parent | 63a69a7bbb6cba8ea6884e1c6fa73dcaa81fbafa (diff) | |
download | tdebase-0b9a39305949515fdfabf571f4cdbf61678c81d2.tar.gz tdebase-0b9a39305949515fdfabf571f4cdbf61678c81d2.zip |
Finish moving kinfocenter files to kcontrol.
This partially resolves bug report 289.
Diffstat (limited to 'doc/kcontrol/protocols')
-rw-r--r-- | doc/kcontrol/protocols/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kcontrol/protocols/Makefile.am | 3 | ||||
-rw-r--r-- | doc/kcontrol/protocols/index.docbook | 39 |
3 files changed, 54 insertions, 0 deletions
diff --git a/doc/kcontrol/protocols/CMakeLists.txt b/doc/kcontrol/protocols/CMakeLists.txt new file mode 100644 index 000000000..51032628c --- /dev/null +++ b/doc/kcontrol/protocols/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/protocols ) diff --git a/doc/kcontrol/protocols/Makefile.am b/doc/kcontrol/protocols/Makefile.am new file mode 100644 index 000000000..f46684563 --- /dev/null +++ b/doc/kcontrol/protocols/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/protocols diff --git a/doc/kcontrol/protocols/index.docbook b/doc/kcontrol/protocols/index.docbook new file mode 100644 index 000000000..c84aef578 --- /dev/null +++ b/doc/kcontrol/protocols/index.docbook @@ -0,0 +1,39 @@ +<?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>Protocols</title> + +<articleinfo> +<authorgroup> +<author>&Lauri.Watts;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<keywordset> +<keyword>KDE</keyword> +<keyword>Protocols</keyword> +<keyword>IOSlaves</keyword> +</keywordset> +</articleinfo> + +<sect1 id="protocols"> +<title>Protocols</title> + +<para>On the left of the panel you will see a list of the IOSlaves that +are installed on your system. IOSlaves are how &tde; applications +<quote>talk</quote> to other computers, other applications, or act on +files.</para> + +<para>Clicking on an IOSlave name will display some help information +about that IOSlave, such as how to use it, and what it does.</para> + +<para>The protocols module is purely informational, you cannot change +any settings here.</para> + +</sect1> +</article>
\ No newline at end of file |