From fef6d2d33ccc7a47fc2c1a6602216413846838fc Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 31 Jan 2014 14:06:02 -0600 Subject: Add new help handbook for konqueror cgi scripts module. --- doc/kcontrol/kcmcgi/CMakeLists.txt | 9 ++++++ doc/kcontrol/kcmcgi/Makefile.am | 3 ++ doc/kcontrol/kcmcgi/index.docbook | 63 ++++++++++++++++++++++++++++++++++++ tdeioslave/cgi/kcmcgi/kcmcgi.desktop | 2 +- 4 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 doc/kcontrol/kcmcgi/CMakeLists.txt create mode 100644 doc/kcontrol/kcmcgi/Makefile.am create mode 100644 doc/kcontrol/kcmcgi/index.docbook diff --git a/doc/kcontrol/kcmcgi/CMakeLists.txt b/doc/kcontrol/kcmcgi/CMakeLists.txt new file mode 100644 index 000000000..2a5308452 --- /dev/null +++ b/doc/kcontrol/kcmcgi/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/kcmcgi ) diff --git a/doc/kcontrol/kcmcgi/Makefile.am b/doc/kcontrol/kcmcgi/Makefile.am new file mode 100644 index 000000000..416915575 --- /dev/null +++ b/doc/kcontrol/kcmcgi/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/kcmcgi/index.docbook b/doc/kcontrol/kcmcgi/index.docbook new file mode 100644 index 000000000..9ab61d968 --- /dev/null +++ b/doc/kcontrol/kcmcgi/index.docbook @@ -0,0 +1,63 @@ + + + +]> + +
+CGI Scripts + + + + + +Burkhard + +Lück + + +&tde-authors; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +2009 +Burkhard Lück + + +&tde-copyright-date; +&tde-team; + + + +TDE +kcontrol +Systemsettings +cgi + + + + +CGI Scripts + + +The CGI TDEIO slave lets you execute local CGI programs +without the need to run a web server. + +In this system settings module you can +configure the paths that are searched for CGI scripts. + + +Paths to CGI scripts are displayed in the list box at the +bottom of this dialog. + + +Use the buttons below the list box to add or remove paths from the search. + + + + +
diff --git a/tdeioslave/cgi/kcmcgi/kcmcgi.desktop b/tdeioslave/cgi/kcmcgi/kcmcgi.desktop index 33a7604dc..a1db40b5a 100644 --- a/tdeioslave/cgi/kcmcgi/kcmcgi.desktop +++ b/tdeioslave/cgi/kcmcgi/kcmcgi.desktop @@ -2,7 +2,7 @@ Icon=run Type=Application Exec=tdecmshell kcmcgi -DocPath= +DocPath=kcontrol/kcmcgi/index.html X-TDE-ModuleType=Library X-TDE-Library=cgi -- cgit v1.2.1