[kde-doc-english] [kio-extras] doc/kioslave/cgi: add CGI files location and how to launch the KCM for editing user defined paths to the ioslave docbook patch provided by Christopher Yeleighton, thank you. BUG:238882
Aleix Pol
aleixpol at kde.org
Wed Apr 9 16:57:31 UTC 2014
Git commit cffbafc7fc383547dbfe78570aba5847e1db9cad by Aleix Pol, on behalf of Burkhard Lück.
Committed on 26/05/2010 at 20:52.
Pushed by apol into branch 'master'.
add CGI files location and how to launch the KCM for editing user defined paths to the ioslave docbook patch provided by Christopher Yeleighton, thank you. BUG:238882
svn path=/trunk/KDE/kdebase/runtime/; revision=1130948
M +12 -1 doc/kioslave/cgi/index.docbook
http://commits.kde.org/kio-extras/cffbafc7fc383547dbfe78570aba5847e1db9cad
diff --git a/doc/kioslave/cgi/index.docbook b/doc/kioslave/cgi/index.docbook
index 40b1498..16499a4 100644
--- a/doc/kioslave/cgi/index.docbook
+++ b/doc/kioslave/cgi/index.docbook
@@ -23,7 +23,18 @@ provide a <acronym>CGI</acronym> frontend like the one from
<para>The slave implements the <command>cgi:</command> protocol. It
uses the filename from the given &URL; and searches a configurable
-list of folders. If it finds an executable with the given name it
+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; modul <guilabel>CGI Script</guilabel>
+(launched with <userinput><command>kcmshell4</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>
More information about the kde-doc-english
mailing list