summaryrefslogtreecommitdiffstats
path: root/doc/tdeioslave/remote
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tdeioslave/remote')
-rw-r--r--doc/tdeioslave/remote/CMakeLists.txt9
-rw-r--r--doc/tdeioslave/remote/Makefile.am4
-rw-r--r--doc/tdeioslave/remote/index.docbook47
3 files changed, 60 insertions, 0 deletions
diff --git a/doc/tdeioslave/remote/CMakeLists.txt b/doc/tdeioslave/remote/CMakeLists.txt
new file mode 100644
index 000000000..7edf18ade
--- /dev/null
+++ b/doc/tdeioslave/remote/CMakeLists.txt
@@ -0,0 +1,9 @@
+#################################################
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION tdeioslave/remote )
diff --git a/doc/tdeioslave/remote/Makefile.am b/doc/tdeioslave/remote/Makefile.am
new file mode 100644
index 000000000..085981d9b
--- /dev/null
+++ b/doc/tdeioslave/remote/Makefile.am
@@ -0,0 +1,4 @@
+
+KDE_LANG = en
+KDE_DOCS = AUTO
+
diff --git a/doc/tdeioslave/remote/index.docbook b/doc/tdeioslave/remote/index.docbook
new file mode 100644
index 000000000..992aa45c8
--- /dev/null
+++ b/doc/tdeioslave/remote/index.docbook
@@ -0,0 +1,47 @@
+<?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>remote</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 remote protocol.
+</para>
+</abstract>
+
+<keywordset>
+<keyword>TDE</keyword>
+<keyword>remote</keyword>
+<keyword>protocol</keyword>
+</keywordset>
+
+</articleinfo>
+
+<para>The remote protocol provides access to various network protocols, such as network shares
+through <ulink url="help:/tdeioslave/nfs">NFS</ulink>, or
+<ulink url="help:/tdeioslave/smb">Samba</ulink>, or other network services such as
+<ulink url="help:/tdeioslave/zeroconf">Zeroconf</ulink>,
+<ulink url="help:/tdeioslave/ftp">FTP</ulink>,
+<ulink url="help:/tdeioslave/ssh">SSH</ulink>,
+<ulink url="help:/tdeioslave/webdav">Webdav</ulink>, etc.</para>
+
+</article>