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/CMakeLists.txt | 9 ++++++++ doc/tdeioslave/Makefile.am | 4 ++++ doc/tdeioslave/rdp/CMakeLists.txt | 9 ++++++++ doc/tdeioslave/rdp/Makefile.am | 3 +++ doc/tdeioslave/rdp/index.docbook | 47 +++++++++++++++++++++++++++++++++++++++ doc/tdeioslave/vnc/CMakeLists.txt | 9 ++++++++ doc/tdeioslave/vnc/Makefile.am | 3 +++ doc/tdeioslave/vnc/index.docbook | 44 ++++++++++++++++++++++++++++++++++++ 8 files changed, 128 insertions(+) create mode 100644 doc/tdeioslave/CMakeLists.txt create mode 100644 doc/tdeioslave/Makefile.am create mode 100644 doc/tdeioslave/rdp/CMakeLists.txt create mode 100644 doc/tdeioslave/rdp/Makefile.am create mode 100644 doc/tdeioslave/rdp/index.docbook 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') 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 @@ + + + +]> + +
+rdp + + + + +&tde-authors; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes the rdp protocol. + + + + +TDE +rdp +protocol + + + + +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. + + +Source: Wikipedia + + +
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.3