Git commit afecce92608ff639a260d797fcdad94ad4d12bee by Friedrich W. H. Kossebau. Committed on 23/11/2022 at 13:47. Pushed by kossebau into branch 'master'.
Remove docs for telnet scheme-handler In khelpcenter only shown in "Application Manuals/Lost & Found" section, as the installation to kioslave5 subdir does not result in the potentially expected listing in the "KIO workers" section (which also would not be that correct). Also does the current text not really provide anything useful, and also misses to document the other, these days more important schemes like ssh that the ktelnetservice executable supports. M +0 -1 docs/kioslave5/CMakeLists.txt D +0 -2 docs/kioslave5/telnet/CMakeLists.txt D +0 -24 docs/kioslave5/telnet/index.docbook https://invent.kde.org/frameworks/kio/commit/afecce92608ff639a260d797fcdad94ad4d12bee diff --git a/docs/kioslave5/CMakeLists.txt b/docs/kioslave5/CMakeLists.txt index 127af913f..21a3e5ec4 100644 --- a/docs/kioslave5/CMakeLists.txt +++ b/docs/kioslave5/CMakeLists.txt @@ -4,6 +4,5 @@ add_subdirectory(ftp) add_subdirectory(help) add_subdirectory(http) add_subdirectory(mailto) -add_subdirectory(telnet) add_subdirectory(webdav) diff --git a/docs/kioslave5/telnet/CMakeLists.txt b/docs/kioslave5/telnet/CMakeLists.txt deleted file mode 100644 index 067fd33a3..000000000 --- a/docs/kioslave5/telnet/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioslave5/telnet) diff --git a/docs/kioslave5/telnet/index.docbook b/docs/kioslave5/telnet/index.docbook deleted file mode 100644 index d1bda3ded..000000000 --- a/docs/kioslave5/telnet/index.docbook +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" ?> -<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" -"dtd/kdedbx45.dtd" [ -<!ENTITY % addindex "IGNORE"> -<!ENTITY % English "INCLUDE" > <!-- change language only here --> -]> - -<article lang="&language;" id="telnet"> -<title>telnet</title> -<articleinfo> -<authorgroup> -<author>&Ferdinand.Gassauer; &Ferdinand.Gassauer.mail;</author> -<!-- TRANS:ROLES_OF_TRANSLATORS --> -</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>
