parent
e8dcfd2e32
commit
91d11c4334
@ -0,0 +1,9 @@
|
||||
#################################################
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_auto_add_subdirectories()
|
@ -0,0 +1,4 @@
|
||||
SUBDIRS = $(AUTODIRS)
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = AUTO
|
||||
|
@ -0,0 +1,9 @@
|
||||
#################################################
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_handbook( DESTINATION tdeioslave/rdp )
|
@ -0,0 +1,3 @@
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = AUTO
|
||||
|
@ -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>
|
@ -0,0 +1,9 @@
|
||||
#################################################
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
tde_create_handbook( DESTINATION tdeioslave/vnc )
|
@ -0,0 +1,3 @@
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = AUTO
|
||||
|
@ -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>
|
Loading…
Reference in new issue