diff options
Diffstat (limited to 'tde-i18n-en_GB/docs/tdebase/tdeioslave/telnet')
3 files changed, 30 insertions, 0 deletions
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/telnet/CMakeLists.txt b/tde-i18n-en_GB/docs/tdebase/tdeioslave/telnet/CMakeLists.txt new file mode 100644 index 00000000000..7faf3f38915 --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/telnet/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/telnet + LANG en_GB +) diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/telnet/Makefile.am b/tde-i18n-en_GB/docs/tdebase/tdeioslave/telnet/Makefile.am new file mode 100644 index 00000000000..45b2c4b2396 --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/telnet/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = en_GB +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/telnet +KDE_MANS = AUTO diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/telnet/index.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/telnet/index.docbook new file mode 100644 index 00000000000..7b0d3c2d418 --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/telnet/index.docbook @@ -0,0 +1,20 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY Ferdinand.Gassauer '<personname><firstname>Ferdinand</firstname><surname>Gassauer</surname></personname>'> + <!ENTITY % addindex "IGNORE"> + <!ENTITY % British-English "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="telnet"> +<title>telnet</title> +<articleinfo> +<authorgroup> +<author>&Ferdinand.Gassauer;</author> +<othercredit role="translator"><firstname>Malcolm</firstname><surname>Hunter</surname><affiliation><address><email>[email protected]</email></address></affiliation><contrib>Conversion to British English</contrib></othercredit> +</authorgroup> +</articleinfo> +<para>The network terminal protocol (TELNET) allows a user to log in on any other computer on the network supporting TELNET. </para> + +<para>See the manual: <ulink url="man:/telnet">telnet</ulink>. </para> + +</article> |