From 91d11c4334c0483385dde0e9c320face1439794e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 4 Mar 2014 01:07:16 -0600 Subject: Add rdp and vnc protocol handbooks and branding cleanup. --- doc/tdeioslave/vnc/CMakeLists.txt | 9 ++++++++ doc/tdeioslave/vnc/Makefile.am | 3 +++ doc/tdeioslave/vnc/index.docbook | 44 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 doc/tdeioslave/vnc/CMakeLists.txt create mode 100644 doc/tdeioslave/vnc/Makefile.am create mode 100644 doc/tdeioslave/vnc/index.docbook (limited to 'doc/tdeioslave/vnc') 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 @@ + + + +]> + +
+vnc + + + + +&tde-authors; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes the vnc protocol. + + + + +TDE +vnc +protocol + + + + +The vnc protocol is also known as the Remote Frame Buffer (rfb) protocol. Similar +to the SSH protocol, the vnc protocol +is used to provide access to graphical desktops on a remote system. The vnc protocol is used +by Krfb and Krdc. + +
-- cgit v1.2.1