summaryrefslogtreecommitdiffstats
path: root/doc/tdeioslave/info
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:50:29 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:50:29 -0600
commitcf14b1bd7803760ea4657269aeb424869e0058c6 (patch)
tree083f9fdcac07a38d4bf733c601f24f52e6a8e925 /doc/tdeioslave/info
parent66e86452a4f46f029820115fe6e55761a8d13187 (diff)
downloadtdebase-cf14b1bd7803760ea4657269aeb424869e0058c6.tar.gz
tdebase-cf14b1bd7803760ea4657269aeb424869e0058c6.zip
Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks.
Diffstat (limited to 'doc/tdeioslave/info')
-rw-r--r--doc/tdeioslave/info/CMakeLists.txt9
-rw-r--r--doc/tdeioslave/info/Makefile.am2
-rw-r--r--doc/tdeioslave/info/index.docbook42
3 files changed, 53 insertions, 0 deletions
diff --git a/doc/tdeioslave/info/CMakeLists.txt b/doc/tdeioslave/info/CMakeLists.txt
new file mode 100644
index 000000000..8dacd3add
--- /dev/null
+++ b/doc/tdeioslave/info/CMakeLists.txt
@@ -0,0 +1,9 @@
+#################################################
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION tdeioslave/info )
diff --git a/doc/tdeioslave/info/Makefile.am b/doc/tdeioslave/info/Makefile.am
new file mode 100644
index 000000000..fc09b998e
--- /dev/null
+++ b/doc/tdeioslave/info/Makefile.am
@@ -0,0 +1,2 @@
+KDE_LANG = en
+KDE_DOCS = tdeioslave/info
diff --git a/doc/tdeioslave/info/index.docbook b/doc/tdeioslave/info/index.docbook
new file mode 100644
index 000000000..c0ba13ea9
--- /dev/null
+++ b/doc/tdeioslave/info/index.docbook
@@ -0,0 +1,42 @@
+<?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;" id="info">
+<title>Info</title>
+<articleinfo>
+<authorgroup>
+<author>&Lauri.Watts; &Lauri.Watts.mail;</author>
+<author>
+ <firstname>Nicolas</firstname>
+ <surname>Goutte</surname>
+ <email>goutte@kde.org</email>
+</author>
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
+</articleinfo>
+
+<para>Info is a type of documentation. The documents are in a file
+format called texinfo, and can be read on the command line with the
+<command>info</command> program.</para>
+
+<para>The Info ioslave allows you to read the info pages installed on
+your system, from within &konqueror;. You can use it very easily:</para>
+
+<screen><userinput><command>info:</command><replaceable>gcc</replaceable></userinput></screen>
+
+<para>This would show you the top level node of the Info documentation
+for the &gcc; compiler.</para>
+
+<para>Info is a &GNU; replacement for
+<command>man</command>, but is not widely used outside of
+&GNU; software.</para>
+
+<para>You can quite easily browse the info documentation you have
+installed from within the &khelpcenter; application, or you can use the
+info ioslave directly from within both &konqueror; and the
+mini-cli.</para>
+
+</article>