[kde-doc-english] [kio-extras/Applications/15.08] doc: Remove doc for kcmcgi, finger and floppy ioslaves

Luigi Toscano luigi.toscano at tiscali.it
Wed Aug 12 18:16:15 UTC 2015


Git commit ec28ddf28d7234c708e65084575d91c17c4b9eb2 by Luigi Toscano.
Committed on 12/08/2015 at 18:15.
Pushed by ltoscano into branch 'Applications/15.08'.

Remove doc for kcmcgi, finger and floppy ioslaves

The code was removed in
http://commits.kde.org/kio-extras/edeadad6bf7b7b7fc29716db622c79a27b047440

M  +0    -1    doc/kcontrol/CMakeLists.txt
D  +0    -2    doc/kcontrol/kcmcgi/CMakeLists.txt
D  +0    -44   doc/kcontrol/kcmcgi/index.docbook
M  +0    -3    doc/kioslave/CMakeLists.txt
D  +0    -2    doc/kioslave/cgi/CMakeLists.txt
D  +0    -45   doc/kioslave/cgi/index.docbook
D  +0    -2    doc/kioslave/finger/CMakeLists.txt
D  +0    -40   doc/kioslave/finger/index.docbook
D  +0    -2    doc/kioslave/floppy/CMakeLists.txt
D  +0    -58   doc/kioslave/floppy/index.docbook

http://commits.kde.org/kio-extras/ec28ddf28d7234c708e65084575d91c17c4b9eb2

diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt
index b10b8f7..fe7c777 100644
--- a/doc/kcontrol/CMakeLists.txt
+++ b/doc/kcontrol/CMakeLists.txt
@@ -1,2 +1 @@
-add_subdirectory(kcmcgi)
 add_subdirectory(trash)
diff --git a/doc/kcontrol/kcmcgi/CMakeLists.txt b/doc/kcontrol/kcmcgi/CMakeLists.txt
deleted file mode 100644
index 37af3f3..0000000
--- a/doc/kcontrol/kcmcgi/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-########### install files ###############
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kcontrol/kcmcgi)
diff --git a/doc/kcontrol/kcmcgi/index.docbook b/doc/kcontrol/kcmcgi/index.docbook
deleted file mode 100644
index b5d6d7f..0000000
--- a/doc/kcontrol/kcmcgi/index.docbook
+++ /dev/null
@@ -1,44 +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 id="kcmcgi" lang="&language;">
-<articleinfo>
-
-<title>CGI Scripts</title>
-<authorgroup>
-<author><personname><firstname>Burkhard</firstname><surname>Lück</surname></personname>
-<email>lueck at hube-lueck.de</email>
-</author>
-<!-- TRANS:ROLES_OF_TRANSLATORS -->
-</authorgroup>
-
-<date>2009-11-20</date>
-<releaseinfo>&kde; 4.4</releaseinfo>
-
-<keywordset>
-<keyword>KDE</keyword>
-<keyword>Systemsettings</keyword>
-<keyword>cgi</keyword>
-</keywordset>
-</articleinfo>
-
-<para>
-The CGI KIO slave lets you execute local CGI programs 
-without the need to run a web server.</para> 
-
-<para>In this system settings module you can 
-configure the paths that are searched for CGI scripts.
-</para>
-
-<para>Paths to CGI scripts are displayed in the list box at the
-bottom of this dialog.
-</para>
-
-<para>Use the buttons below the list box to add or remove paths from the search.
-</para>
-
-</article>
diff --git a/doc/kioslave/CMakeLists.txt b/doc/kioslave/CMakeLists.txt
index f3c9415..517f317 100644
--- a/doc/kioslave/CMakeLists.txt
+++ b/doc/kioslave/CMakeLists.txt
@@ -2,10 +2,7 @@ add_subdirectory(bookmarks)
 if(KArchive_HAVE_BZIP2)
   add_subdirectory(bzip2)
 endif()
-add_subdirectory(cgi)
-add_subdirectory(finger)
 add_subdirectory(fish)
-add_subdirectory(floppy)
 add_subdirectory(gzip)
 add_subdirectory(info)
 add_subdirectory(man)
diff --git a/doc/kioslave/cgi/CMakeLists.txt b/doc/kioslave/cgi/CMakeLists.txt
deleted file mode 100644
index 83f0e8b..0000000
--- a/doc/kioslave/cgi/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-########### install files ###############
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kioslave5/cgi)
diff --git a/doc/kioslave/cgi/index.docbook b/doc/kioslave/cgi/index.docbook
deleted file mode 100644
index 52e0e3b..0000000
--- a/doc/kioslave/cgi/index.docbook
+++ /dev/null
@@ -1,45 +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="cgi">
-<title>cgi</title>
-<articleinfo>
-<authorgroup>
-<author>&Lauri.Watts;&Lauri.Watts.mail;</author>
-<!-- TRANS:ROLES_OF_TRANSLATORS -->
-</authorgroup>
-</articleinfo>
-
-<para>The <acronym>CGI</acronym> slave provides a way to execute
-<acronym>CGI</acronym> programs without the need to have a running web
-server. This can for example be used for local testing of
-<acronym>CGI</acronym> programs or for using search engines that only
-provide a <acronym>CGI</acronym> frontend like the one from
-<application>Doxygen</application>.</para>
-
-<para>The slave implements the <command>cgi:</command> protocol. It
-uses the filename from the given &URL; and searches a configurable
-list of folders.</para>
-<para>The list of folders can be retrieved using the command 
-<userinput><command>kde4-config</command> <option>--path cgi</option>
-</userinput>. The value defaults to <filename class="directory">$<envar>HOME</envar>/.kde4/cgi-bin/</filename>.</para>
-
-<para>Use the &systemsettings; module <guilabel>CGI Script</guilabel> 
-(launched with <userinput><command>kcmshell5</command> <option>kcmcgi</option>
-</userinput>) to add or remove additional user defined paths that are searched for 
-<acronym>CGI</acronym> scripts.</para>
-
-<para>If this kioslave finds an executable with the given name it
-executes it, passes the arguments of the &URL; and sets the
-environment variables needed by <acronym>CGI</acronym>
-programs.</para>
-
-</article>
-<!-- 
-[kde-doc-english] Documentation/Example for CGI kioslave
-Juergen Pfennig <info at j-pfennig.de>
-http://lists.kde.org/?l=kde-doc-english&m=115118709706164&w=2 -->
diff --git a/doc/kioslave/finger/CMakeLists.txt b/doc/kioslave/finger/CMakeLists.txt
deleted file mode 100644
index ecc7346..0000000
--- a/doc/kioslave/finger/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-########### install files ###############
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kioslave5/finger)
diff --git a/doc/kioslave/finger/index.docbook b/doc/kioslave/finger/index.docbook
deleted file mode 100644
index 3e47644..0000000
--- a/doc/kioslave/finger/index.docbook
+++ /dev/null
@@ -1,40 +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="finger">
-<title>finger</title>
-<articleinfo>
-<authorgroup>
-<author>&Lauri.Watts;&Lauri.Watts.mail;</author>
-<!-- TRANS:ROLES_OF_TRANSLATORS -->
-</authorgroup>
-</articleinfo>
-
-<para>Finger is a program to display information about users.</para>
-
-<para>If finger is enabled on the remote machine, you may be given
-information on the user's real name, if they are currently logged in, if
-they have mail and the text of their <filename>.plan</filename> file in
-their home folder.</para>
-
-<para>Finger is normally associated with a user at hostname address, which
-may or may not be the same as a users email address.</para>
-
-<para>Most Internet Service Providers no longer allow finger access, so,
-you may find that you get no useful answer for most people.</para>
-
-<para>Other people use their local <filename>.plan</filename> file to
-hold such information as <acronym>PGP</acronym> keys, the fact they are
-on vacation, and all sorts of information.</para>
-
-<para>Use the finger kioslave like this:
-<userinput>finger://<replaceable>username</replaceable>@<replaceable>hostname</replaceable></userinput></para>
-
-<para> See the manual: <ulink url="man:/finger">finger</ulink>.
-</para>
-
-</article>
diff --git a/doc/kioslave/floppy/CMakeLists.txt b/doc/kioslave/floppy/CMakeLists.txt
deleted file mode 100644
index c14449a..0000000
--- a/doc/kioslave/floppy/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-########### install files ###############
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kioslave5/floppy)
diff --git a/doc/kioslave/floppy/index.docbook b/doc/kioslave/floppy/index.docbook
deleted file mode 100644
index bd08730..0000000
--- a/doc/kioslave/floppy/index.docbook
+++ /dev/null
@@ -1,58 +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="floppy">
-<title>Floppy</title>
-<articleinfo>
-<authorgroup>
-<author>&Alexander.Neundorf; &Alexander.Neundorf.mail;</author>
-<!-- TRANS:ROLES_OF_TRANSLATORS -->
-</authorgroup>
-</articleinfo>
-
-<para>
-The floppy ioslave gives you easy access to the floppy disk drives 
-installed on your system.
-</para>
-
-<para>
-The drive letter becomes the first subdirectory 
-in the floppy &URL;. Let's say there is a file <filename>logo.png</filename> on your floppy 
-disk in drive A, then the &URL; will be <userinput><command>floppy:</command><replaceable>/a/logo.png</replaceable></userinput>
-</para>
-
-<para>
-If you want to access drive B, <userinput><command>floppy:/b</command></userinput> will do it.
-<command>floppy:/</command> is a shortcut for <command>floppy:/a</command>.
-</para>
-
-<note><para>Note that <command>floppy:/logo.png</command> means you have a disk drive 
-named <filename>logo.png</filename>.</para></note>
-
-<para>
-To use it you need to have the mtools package
-installed, and the floppy ioslave supports everything the various mtools 
-command line utilities support. You don't have to mount your floppy disks, 
-simply enter <userinput>floppy:/</userinput> in any &kde; 3.x app and you will be able to 
-read from and write to your floppy drive.</para>
-
-<para>
-It also works with USB sticks, ZIP and JAZ drives.
-You can use <command>floppy:/u</command> for the USB stick and <command>floppy:/z</command> for the zip drive, for example.
-To make this work, you might need to adjust your <filename>/etc/mtools</filename> file. See the manpage
-for documentation.
-</para>
-
-<para>The ioslave gives read and write access to the floppy drive, but not 
-simultaneously. While you can read and write to the floppy during the same 
-session, reading and writing have to happen one after the other, not at the same 
-time.</para>
-
-<para>Author: Alexander Neundorf <email>neundorf at kde.org</email></para>
-
-</article>
-


More information about the kde-doc-english mailing list