From 9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 6 Feb 2014 18:02:20 -0600 Subject: Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks. --- .../docs/tdebase/tdeioslave/cgi/CMakeLists.txt | 6 ++++++ .../docs/tdebase/tdeioslave/cgi/Makefile.am | 4 ++++ .../docs/tdebase/tdeioslave/cgi/index.docbook | 20 ++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 tde-i18n-en_GB/docs/tdebase/tdeioslave/cgi/CMakeLists.txt create mode 100644 tde-i18n-en_GB/docs/tdebase/tdeioslave/cgi/Makefile.am create mode 100644 tde-i18n-en_GB/docs/tdebase/tdeioslave/cgi/index.docbook (limited to 'tde-i18n-en_GB/docs/tdebase/tdeioslave/cgi') diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/cgi/CMakeLists.txt b/tde-i18n-en_GB/docs/tdebase/tdeioslave/cgi/CMakeLists.txt new file mode 100644 index 00000000000..229aa644b5e --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/cgi/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/cgi + LANG en_GB +) diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/cgi/Makefile.am b/tde-i18n-en_GB/docs/tdebase/tdeioslave/cgi/Makefile.am new file mode 100644 index 00000000000..55cde8d260d --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/cgi/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = en_GB +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/cgi +KDE_MANS = AUTO diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/cgi/index.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/cgi/index.docbook new file mode 100644 index 00000000000..f9ccbfedc61 --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/cgi/index.docbook @@ -0,0 +1,20 @@ + + + +]> + +
+cgi + + +&Lauri.Watts;&Lauri.Watts.mail; +MalcolmHunter
malcolm.hunter@gmx.co.uk
Conversion to British English
+
+
+ +The CGI slave provides a way to execute CGI programs without the need to have a running web server. This can for example be used for local testing of CGI programs or for using search engines that only provide a CGI frontend like the one from Doxygen. + +The slave implements the cgi: 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 executes it, passes the arguments of the &URL; and sets the environment variables needed by CGI programs. + +
-- cgit v1.2.1