diff options
Diffstat (limited to 'tde-i18n-sk/docs/tdebase/tdeioslave/cgi')
-rw-r--r-- | tde-i18n-sk/docs/tdebase/tdeioslave/cgi/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-sk/docs/tdebase/tdeioslave/cgi/Makefile.am | 4 | ||||
-rw-r--r-- | tde-i18n-sk/docs/tdebase/tdeioslave/cgi/index.docbook | 15 |
3 files changed, 25 insertions, 0 deletions
diff --git a/tde-i18n-sk/docs/tdebase/tdeioslave/cgi/CMakeLists.txt b/tde-i18n-sk/docs/tdebase/tdeioslave/cgi/CMakeLists.txt new file mode 100644 index 00000000000..ec6f495ae70 --- /dev/null +++ b/tde-i18n-sk/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 sk +) diff --git a/tde-i18n-sk/docs/tdebase/tdeioslave/cgi/Makefile.am b/tde-i18n-sk/docs/tdebase/tdeioslave/cgi/Makefile.am new file mode 100644 index 00000000000..305e0640a29 --- /dev/null +++ b/tde-i18n-sk/docs/tdebase/tdeioslave/cgi/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = sk +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/cgi +KDE_MANS = AUTO diff --git a/tde-i18n-sk/docs/tdebase/tdeioslave/cgi/index.docbook b/tde-i18n-sk/docs/tdebase/tdeioslave/cgi/index.docbook new file mode 100644 index 00000000000..914f43ed922 --- /dev/null +++ b/tde-i18n-sk/docs/tdebase/tdeioslave/cgi/index.docbook @@ -0,0 +1,15 @@ +<?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 % Slovak "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="cgi"> +<title>cgi</title> + +<para>Klient <acronym>CGI</acronym> poskytuje spôsob, ako spustiť programy <acronym>CGI</acronym> bez nutnosti bežiaceho webového serveru. Dá sa to použiť napríklad pre lokálne testovanie programov <acronym>CGI</acronym> alebo pre použitie vyhľadávacích strojov, ktoré poskytujú prístup iba pomocou <acronym>CGI</acronym>, ako to robí <application>Doxygen</application>.</para> + +<para>Klient implementuje protokol <command>cgi:</command>. Používa meno súboru z daného &URL; a prehľadá nastaviteľný zoznam priečinkov. Ak nájde spustiteľný program s daným menom, spustí ho a predá mu argumenty z &URL; a nastaví premenné prostredia nutné pre programy <acronym>CGI</acronym>.</para> + +</article> + |