From cf14b1bd7803760ea4657269aeb424869e0058c6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 6 Feb 2014 17:50:29 -0600 Subject: Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks. --- doc/tdeioslave/cgi/CMakeLists.txt | 9 +++++++++ doc/tdeioslave/cgi/Makefile.am | 2 ++ doc/tdeioslave/cgi/index.docbook | 30 ++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 doc/tdeioslave/cgi/CMakeLists.txt create mode 100644 doc/tdeioslave/cgi/Makefile.am create mode 100644 doc/tdeioslave/cgi/index.docbook (limited to 'doc/tdeioslave/cgi') diff --git a/doc/tdeioslave/cgi/CMakeLists.txt b/doc/tdeioslave/cgi/CMakeLists.txt new file mode 100644 index 000000000..603ba3ea5 --- /dev/null +++ b/doc/tdeioslave/cgi/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/cgi ) diff --git a/doc/tdeioslave/cgi/Makefile.am b/doc/tdeioslave/cgi/Makefile.am new file mode 100644 index 000000000..600bef9f3 --- /dev/null +++ b/doc/tdeioslave/cgi/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/cgi diff --git a/doc/tdeioslave/cgi/index.docbook b/doc/tdeioslave/cgi/index.docbook new file mode 100644 index 000000000..0499cb1b4 --- /dev/null +++ b/doc/tdeioslave/cgi/index.docbook @@ -0,0 +1,30 @@ + + + +]> + +
+cgi + + +&Lauri.Watts;&Lauri.Watts.mail; + + + + +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