summaryrefslogtreecommitdiffstats
path: root/doc/kcontrol
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-10 16:29:07 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-10 16:29:07 -0600
commit50741cc5474353bba914746aa25b091aa609a38f (patch)
tree4749d137bae305e246f62dd290273b55d926ad3a /doc/kcontrol
parent9abee0aada612f8cc875ff33f02c92c1211cb56f (diff)
downloadtdebase-50741cc5474353bba914746aa25b091aa609a38f.tar.gz
tdebase-50741cc5474353bba914746aa25b091aa609a38f.zip
Remove KControl Protocols module, move protocol items to the help handbook,
rename TDEIOSlaves->Protocols, add new help files, update other help files, make protocol handbooks consistent in format.
Diffstat (limited to 'doc/kcontrol')
-rw-r--r--doc/kcontrol/display/index.docbook4
-rw-r--r--doc/kcontrol/displayconfig/index.docbook4
-rw-r--r--doc/kcontrol/dnssd/index.docbook4
-rw-r--r--doc/kcontrol/hwmanager/index.docbook4
-rw-r--r--doc/kcontrol/iccconfig/index.docbook4
-rw-r--r--doc/kcontrol/khotkeys/index.docbook4
-rw-r--r--doc/kcontrol/media/index.docbook4
-rw-r--r--doc/kcontrol/protocols/CMakeLists.txt12
-rw-r--r--doc/kcontrol/protocols/Makefile.am3
-rw-r--r--doc/kcontrol/protocols/index.docbook39
10 files changed, 0 insertions, 82 deletions
diff --git a/doc/kcontrol/display/index.docbook b/doc/kcontrol/display/index.docbook
index d7f5cb970..6e5a49d03 100644
--- a/doc/kcontrol/display/index.docbook
+++ b/doc/kcontrol/display/index.docbook
@@ -4,10 +4,6 @@
<!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>
diff --git a/doc/kcontrol/displayconfig/index.docbook b/doc/kcontrol/displayconfig/index.docbook
index 5180ef03c..b2098576c 100644
--- a/doc/kcontrol/displayconfig/index.docbook
+++ b/doc/kcontrol/displayconfig/index.docbook
@@ -4,10 +4,6 @@
<!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>
diff --git a/doc/kcontrol/dnssd/index.docbook b/doc/kcontrol/dnssd/index.docbook
index 5ad214092..eb1d4a45b 100644
--- a/doc/kcontrol/dnssd/index.docbook
+++ b/doc/kcontrol/dnssd/index.docbook
@@ -4,10 +4,6 @@
<!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>Zeroconf Service Discovery</title>
diff --git a/doc/kcontrol/hwmanager/index.docbook b/doc/kcontrol/hwmanager/index.docbook
index 79c71babe..368dec032 100644
--- a/doc/kcontrol/hwmanager/index.docbook
+++ b/doc/kcontrol/hwmanager/index.docbook
@@ -4,10 +4,6 @@
<!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>
diff --git a/doc/kcontrol/iccconfig/index.docbook b/doc/kcontrol/iccconfig/index.docbook
index 27566d011..501826ca4 100644
--- a/doc/kcontrol/iccconfig/index.docbook
+++ b/doc/kcontrol/iccconfig/index.docbook
@@ -4,10 +4,6 @@
<!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>
diff --git a/doc/kcontrol/khotkeys/index.docbook b/doc/kcontrol/khotkeys/index.docbook
index 9e8706a94..8856aac71 100644
--- a/doc/kcontrol/khotkeys/index.docbook
+++ b/doc/kcontrol/khotkeys/index.docbook
@@ -4,10 +4,6 @@
<!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>Input Actions</title>
diff --git a/doc/kcontrol/media/index.docbook b/doc/kcontrol/media/index.docbook
index dd7d91744..bb21236f4 100644
--- a/doc/kcontrol/media/index.docbook
+++ b/doc/kcontrol/media/index.docbook
@@ -4,10 +4,6 @@
<!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>Storage Media</title>
diff --git a/doc/kcontrol/protocols/CMakeLists.txt b/doc/kcontrol/protocols/CMakeLists.txt
deleted file mode 100644
index 51032628c..000000000
--- a/doc/kcontrol/protocols/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-#################################################
-#
-# (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
deleted file mode 100644
index f46684563..000000000
--- a/doc/kcontrol/protocols/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-
-KDE_LANG= en
-KDE_DOCS = kcontrol/protocols
diff --git a/doc/kcontrol/protocols/index.docbook b/doc/kcontrol/protocols/index.docbook
deleted file mode 100644
index c84aef578..000000000
--- a/doc/kcontrol/protocols/index.docbook
+++ /dev/null
@@ -1,39 +0,0 @@
-<?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