diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-31 14:06:02 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-31 14:06:02 -0600 |
commit | fef6d2d33ccc7a47fc2c1a6602216413846838fc (patch) | |
tree | f7dcee35f86e03bb83c3f9a5cc2b063214a2a6dc /doc/kcontrol | |
parent | 0f84e47248dafb53c28b80509dc9322248abb43f (diff) | |
download | tdebase-fef6d2d33ccc7a47fc2c1a6602216413846838fc.tar.gz tdebase-fef6d2d33ccc7a47fc2c1a6602216413846838fc.zip |
Add new help handbook for konqueror cgi scripts module.
Diffstat (limited to 'doc/kcontrol')
-rw-r--r-- | doc/kcontrol/kcmcgi/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/kcontrol/kcmcgi/Makefile.am | 3 | ||||
-rw-r--r-- | doc/kcontrol/kcmcgi/index.docbook | 63 |
3 files changed, 75 insertions, 0 deletions
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 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE" > <!-- change language only here --> +]> + +<article id="kcmcgi" lang="&language;"> +<title>CGI Scripts</title> + +<articleinfo> + +<authorgroup> +<author> +<firstname>Burkhard</firstname> +<surname> +Lück +</surname> +</author> +<author>&tde-authors;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>2009</year> +<holder>Burkhard Lück</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<keywordset> +<keyword>TDE</keyword> +<keyword>kcontrol</keyword> +<keyword>Systemsettings</keyword> +<keyword>cgi</keyword> +</keywordset> +</articleinfo> + +<sect1 id="cg-scripts"> +<title>CGI Scripts</title> + +<para> +The CGI TDEIO slave lets you execute local CGI programs +without the need to run a web server.</para> + +<para>In this system settings module you can +configure the paths that are searched for CGI scripts. +</para> + +<para>Paths to CGI scripts are displayed in the list box at the +bottom of this dialog. +</para> + +<para>Use the buttons below the list box to add or remove paths from the search. +</para> + +</sect1> + +</article> |