diff options
Diffstat (limited to 'tde-i18n-sv/docs/tdebase/tdeioslave/http')
-rw-r--r-- | tde-i18n-sv/docs/tdebase/tdeioslave/http/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-sv/docs/tdebase/tdeioslave/http/Makefile.am | 4 | ||||
-rw-r--r-- | tde-i18n-sv/docs/tdebase/tdeioslave/http/index.docbook | 24 |
3 files changed, 34 insertions, 0 deletions
diff --git a/tde-i18n-sv/docs/tdebase/tdeioslave/http/CMakeLists.txt b/tde-i18n-sv/docs/tdebase/tdeioslave/http/CMakeLists.txt new file mode 100644 index 00000000000..f32cef0bddc --- /dev/null +++ b/tde-i18n-sv/docs/tdebase/tdeioslave/http/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/http + LANG sv +) diff --git a/tde-i18n-sv/docs/tdebase/tdeioslave/http/Makefile.am b/tde-i18n-sv/docs/tdebase/tdeioslave/http/Makefile.am new file mode 100644 index 00000000000..03663743e18 --- /dev/null +++ b/tde-i18n-sv/docs/tdebase/tdeioslave/http/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = sv +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/http +KDE_MANS = AUTO diff --git a/tde-i18n-sv/docs/tdebase/tdeioslave/http/index.docbook b/tde-i18n-sv/docs/tdebase/tdeioslave/http/index.docbook new file mode 100644 index 00000000000..4c9c9e16c29 --- /dev/null +++ b/tde-i18n-sv/docs/tdebase/tdeioslave/http/index.docbook @@ -0,0 +1,24 @@ +<?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 % Swedish "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="http"> +<title>http</title> +<articleinfo> +<authorgroup> +<author>&Lauri.Watts; &Lauri.Watts.mail;</author> +<othercredit role="translator"> <firstname>Stefan</firstname> <surname>Asserhäll</surname> <affiliation><address><email>stefan.asserhall@comhem.se</email></address></affiliation> <contrib>Översättare</contrib></othercredit> +</authorgroup> +</articleinfo> + +<para><acronym>http</acronym> är <emphasis>H</emphasis>yper<emphasis>T</emphasis>ext <emphasis>T</emphasis>ransfer <emphasis>P</emphasis>rotocol, hypertextöverföringsprotokoll.</para> + +<para>I/O-slaven http används av alla &kde;-program för att hantera anslutningar till http-servrar, dvs. webbservrar. Den vanligaste användningen är att titta på webbsidor i &konqueror;s webbläsare.</para> + +<para>Du kan använda I/O-slaven http i &konqueror; genom att ge den en webbadress, <userinput>http://<replaceable>www.kde.org</replaceable></userinput>.</para> + +<para>Se manualen: <ulink url="man:/http">http</ulink>. </para> + +</article> |