diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tdeioslave/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/tdeioslave/Makefile.am | 4 | ||||
-rw-r--r-- | doc/tdeioslave/rdp/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/tdeioslave/rdp/Makefile.am | 3 | ||||
-rw-r--r-- | doc/tdeioslave/rdp/index.docbook | 47 | ||||
-rw-r--r-- | doc/tdeioslave/vnc/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/tdeioslave/vnc/Makefile.am | 3 | ||||
-rw-r--r-- | doc/tdeioslave/vnc/index.docbook | 44 |
8 files changed, 128 insertions, 0 deletions
diff --git a/doc/tdeioslave/CMakeLists.txt b/doc/tdeioslave/CMakeLists.txt new file mode 100644 index 00000000..6bc5f187 --- /dev/null +++ b/doc/tdeioslave/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_auto_add_subdirectories() diff --git a/doc/tdeioslave/Makefile.am b/doc/tdeioslave/Makefile.am new file mode 100644 index 00000000..561d25fa --- /dev/null +++ b/doc/tdeioslave/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = $(AUTODIRS) +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/rdp/CMakeLists.txt b/doc/tdeioslave/rdp/CMakeLists.txt new file mode 100644 index 00000000..10e14d95 --- /dev/null +++ b/doc/tdeioslave/rdp/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/rdp ) diff --git a/doc/tdeioslave/rdp/Makefile.am b/doc/tdeioslave/rdp/Makefile.am new file mode 100644 index 00000000..41691557 --- /dev/null +++ b/doc/tdeioslave/rdp/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/rdp/index.docbook b/doc/tdeioslave/rdp/index.docbook new file mode 100644 index 00000000..1aab862f --- /dev/null +++ b/doc/tdeioslave/rdp/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" > <!-- change language only here --> +]> + +<article lang="&language;" id="about"> +<title>rdp</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 rdp protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>rdp</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The Remote Desktop Protocol (RDP) is a proprietary Microsoft +protocol, providing users with a graphical interface to connect to another computer +over a network connection.</para> + +<para> +Source: <ulink url="https://en.wikipedia.org/wiki/Remote_Desktop_Protocol">Wikipedia</ulink> +</para> + +</article> diff --git a/doc/tdeioslave/vnc/CMakeLists.txt b/doc/tdeioslave/vnc/CMakeLists.txt new file mode 100644 index 00000000..5c5b46df --- /dev/null +++ b/doc/tdeioslave/vnc/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/vnc ) diff --git a/doc/tdeioslave/vnc/Makefile.am b/doc/tdeioslave/vnc/Makefile.am new file mode 100644 index 00000000..41691557 --- /dev/null +++ b/doc/tdeioslave/vnc/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/vnc/index.docbook b/doc/tdeioslave/vnc/index.docbook new file mode 100644 index 00000000..2e4f9ab9 --- /dev/null +++ b/doc/tdeioslave/vnc/index.docbook @@ -0,0 +1,44 @@ +<?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="about"> +<title>vnc</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 vnc protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>vnc</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The vnc protocol is also known as the Remote Frame Buffer (rfb) protocol. Similar +to the <ulink url="help:/tdeioslave/ssh">SSH</ulink> protocol, the vnc protocol +is used to provide access to graphical desktops on a remote system. The vnc protocol is used +by <ulink url="help:/krfb">Krfb</ulink> and <ulink url="help:/krdc">Krdc</ulink>.</para> + +</article> |