diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-04 01:07:16 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-04 01:07:16 -0600 |
commit | 91d11c4334c0483385dde0e9c320face1439794e (patch) | |
tree | 717689722ac2d15699048000e4c674645ee0758d | |
parent | e8dcfd2e32fe5ff4ee2034ce2d8f10c0bf3671ac (diff) | |
download | tdenetwork-91d11c4334c0483385dde0e9c320face1439794e.tar.gz tdenetwork-91d11c4334c0483385dde0e9c320face1439794e.zip |
Add rdp and vnc protocol handbooks and branding cleanup.
-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 | ||||
-rw-r--r-- | kopete/protocols/jabber/tdeioslave/jabberdisco.protocol | 2 | ||||
-rw-r--r-- | krdc/rdp.protocol | 1 | ||||
-rw-r--r-- | krdc/vnc.protocol | 2 | ||||
-rw-r--r-- | tdednssd/ioslave/zeroconf.protocol | 4 |
12 files changed, 133 insertions, 4 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> diff --git a/kopete/protocols/jabber/tdeioslave/jabberdisco.protocol b/kopete/protocols/jabber/tdeioslave/jabberdisco.protocol index bcdc35be..48466876 100644 --- a/kopete/protocols/jabber/tdeioslave/jabberdisco.protocol +++ b/kopete/protocols/jabber/tdeioslave/jabberdisco.protocol @@ -24,7 +24,7 @@ Description[eu]=Jabber aurkikuntza zerbitzureako TDEIO morroi bat Description[fa]=یک پیرو TDEIO برای خدمت اکتشافی Jabber Description[fr]=Un module d'entrée / sortie pour la recherche de service Jabber Description[gl]=Un TDEIO slave para Jabber Service Discovery -Description[hu]=KDE-protokoll a Jabber szolgáltatáskereső használatához +Description[hu]=TDE-protokoll a Jabber szolgáltatáskereső használatához Description[is]=tdeioslave fyrir Jabber þjónustu uppgötvun Description[it]=Un TDEIO slave per il servizio di discovery per Jabber Description[ja]=Jabber Service Discovery の TDEIO スレーブ diff --git a/krdc/rdp.protocol b/krdc/rdp.protocol index 20a3c63e..1c389467 100644 --- a/krdc/rdp.protocol +++ b/krdc/rdp.protocol @@ -10,3 +10,4 @@ writing=false makedir=false deleting=false Icon=krdc +DocPath=tdeioslave/rdp/index.html diff --git a/krdc/vnc.protocol b/krdc/vnc.protocol index b34bd4ac..bd4cab19 100644 --- a/krdc/vnc.protocol +++ b/krdc/vnc.protocol @@ -10,4 +10,4 @@ writing=false makedir=false deleting=false Icon=vnc - +DocPath=tdeioslave/vnc/index.html diff --git a/tdednssd/ioslave/zeroconf.protocol b/tdednssd/ioslave/zeroconf.protocol index 8c451aa1..c1c8a953 100644 --- a/tdednssd/ioslave/zeroconf.protocol +++ b/tdednssd/ioslave/zeroconf.protocol @@ -30,14 +30,14 @@ Description[fi]=Siirräntätyöskentelijä ZeroConfille Description[fr]=Un module d'entrée / sortie pour ZeroConf Description[gl]=Un kioslabe para ZeroConf Description[he]=tdeioslave בשביל ZeroConf -Description[hu]=KDE-protokoll a Zeroconf használatához +Description[hu]=TDE-protokoll a Zeroconf használatához Description[is]=tdeioslave fyrir ZeroConf Description[it]=Un tdeioslave per Zeroconf Description[ja]=ZeroConf の tdeioslave Description[ka]= tdeioslave ZeroConfსთვის Description[kk]=ZeroConf-тың tdeioslave-і Description[km]=tdeioslave មួយសម្រាប់ ZeroConf -Description[lt]=Antrinė KDE programa skirta ZeroConf +Description[lt]=Antrinė TDE programa skirta ZeroConf Description[nb]=En tdeioslave for ZeroConf Description[nds]=In-/Utgaavmoduul för ZeroConf Description[ne]=जेरोकन्फका लागि कियोस्लाभ |