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 | 7 +++++++ .../docs/tdebase/tdeioslave/cgi/Makefile.am | 4 ++++ .../docs/tdebase/tdeioslave/cgi/index.docbook | 24 ++++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 tde-i18n-sl/docs/tdebase/tdeioslave/cgi/CMakeLists.txt create mode 100644 tde-i18n-sl/docs/tdebase/tdeioslave/cgi/Makefile.am create mode 100644 tde-i18n-sl/docs/tdebase/tdeioslave/cgi/index.docbook (limited to 'tde-i18n-sl/docs/tdebase/tdeioslave/cgi') diff --git a/tde-i18n-sl/docs/tdebase/tdeioslave/cgi/CMakeLists.txt b/tde-i18n-sl/docs/tdebase/tdeioslave/cgi/CMakeLists.txt new file mode 100644 index 00000000000..873e5b39849 --- /dev/null +++ b/tde-i18n-sl/docs/tdebase/tdeioslave/cgi/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/cgi + NOINDEX + LANG sl +) diff --git a/tde-i18n-sl/docs/tdebase/tdeioslave/cgi/Makefile.am b/tde-i18n-sl/docs/tdebase/tdeioslave/cgi/Makefile.am new file mode 100644 index 00000000000..3fa797e451d --- /dev/null +++ b/tde-i18n-sl/docs/tdebase/tdeioslave/cgi/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = sl +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/cgi +KDE_MANS = AUTO diff --git a/tde-i18n-sl/docs/tdebase/tdeioslave/cgi/index.docbook b/tde-i18n-sl/docs/tdebase/tdeioslave/cgi/index.docbook new file mode 100644 index 00000000000..f46d5d3f0d9 --- /dev/null +++ b/tde-i18n-sl/docs/tdebase/tdeioslave/cgi/index.docbook @@ -0,0 +1,24 @@ + + + +]> + +
+cgi + +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 directories. 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