diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 4aed2c8219774f5d797760606b8489a92ddc5163 (patch) | |
tree | 3f8c130f7d269626bf6a9447407ef6c35954426a /doc/kinfocenter/protocols | |
download | tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/kinfocenter/protocols')
-rw-r--r-- | doc/kinfocenter/protocols/Makefile.am | 3 | ||||
-rw-r--r-- | doc/kinfocenter/protocols/index.docbook | 39 |
2 files changed, 42 insertions, 0 deletions
diff --git a/doc/kinfocenter/protocols/Makefile.am b/doc/kinfocenter/protocols/Makefile.am new file mode 100644 index 000000000..afc73fa8a --- /dev/null +++ b/doc/kinfocenter/protocols/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/protocols diff --git a/doc/kinfocenter/protocols/index.docbook b/doc/kinfocenter/protocols/index.docbook new file mode 100644 index 000000000..a5a37658b --- /dev/null +++ b/doc/kinfocenter/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 &kde; 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 |