summaryrefslogtreecommitdiffstats
path: root/doc/tdeioslave/system
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tdeioslave/system')
-rw-r--r--doc/tdeioslave/system/CMakeLists.txt9
-rw-r--r--doc/tdeioslave/system/Makefile.am4
-rw-r--r--doc/tdeioslave/system/index.docbook82
3 files changed, 95 insertions, 0 deletions
diff --git a/doc/tdeioslave/system/CMakeLists.txt b/doc/tdeioslave/system/CMakeLists.txt
new file mode 100644
index 000000000..7d2cee57e
--- /dev/null
+++ b/doc/tdeioslave/system/CMakeLists.txt
@@ -0,0 +1,9 @@
+#################################################
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION tdeioslave/system )
diff --git a/doc/tdeioslave/system/Makefile.am b/doc/tdeioslave/system/Makefile.am
new file mode 100644
index 000000000..085981d9b
--- /dev/null
+++ b/doc/tdeioslave/system/Makefile.am
@@ -0,0 +1,4 @@
+
+KDE_LANG = en
+KDE_DOCS = AUTO
+
diff --git a/doc/tdeioslave/system/index.docbook b/doc/tdeioslave/system/index.docbook
new file mode 100644
index 000000000..58868e424
--- /dev/null
+++ b/doc/tdeioslave/system/index.docbook
@@ -0,0 +1,82 @@
+<?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">
+]>
+
+<article lang="&language;">
+<title>system</title>
+
+<articleinfo>
+
+<authorgroup>
+<author>&tde-authors;</author>
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
+
+<releaseinfo>&tde-release-version;</releaseinfo>
+<date>Reviewed: &tde-release-date;</date>
+
+<copyright>
+<year>&tde-copyright-date;</year>
+<holder>&tde-team;</holder>
+</copyright>
+
+<abstract>
+<para>
+This handbook describes the system protocol.
+</para>
+</abstract>
+
+<keywordset>
+<keyword>TDE</keyword>
+<keyword>system</keyword>
+<keyword>protocol</keyword>
+</keywordset>
+
+</articleinfo>
+
+<para>The system protocol provides direct access to several &tde; system related protocols:
+
+<itemizedlist>
+<listitem>
+<para><guilabel>Documents Folder</guilabel>. This is the same as the special
+<guilabel>My Documents</guilabel> desktop icon.</para>
+</listitem>
+</itemizedlist>
+<itemizedlist>
+<listitem>
+<para><guilabel>Home Folder</guilabel>. This is the same as $HOME or selecting
+the Home button in &konqueror;.</para>
+</listitem>
+</itemizedlist>
+<itemizedlist>
+<listitem>
+<para><guilabel>Remote Places</guilabel>. This is the same as the special
+<guilabel>My Network Places</guilabel> desktop icon or using the
+<ulink url="help:/tdeioslave/remote">remote</ulink> protocol.</para>
+</listitem>
+</itemizedlist>
+<itemizedlist>
+<listitem>
+<para><guilabel>Storage Media</guilabel>. This is the same as the special
+<guilabel>My Computer</guilabel> desktop icon.</para>
+</listitem>
+</itemizedlist>
+<itemizedlist>
+<listitem>
+<para><guilabel>Trash</guilabel>. This is the same as the special
+<guilabel>Trash</guilabel> desktop icon or panel applet, or using the
+<ulink url="help:/tdeioslave/trash">trash</ulink> protocol.</para>
+</listitem>
+</itemizedlist>
+<itemizedlist>
+<listitem>
+<para><guilabel>User Folders</guilabel>. This is the same as using the
+<ulink url="help:/tdeioslave/home">home</ulink> protocol.</para>
+</listitem>
+</itemizedlist>
+
+</para>
+
+</article>