summaryrefslogtreecommitdiffstats
path: root/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-06 18:02:20 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-06 18:02:20 -0600
commit9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195 (patch)
tree795b1aa8dbbe6582aa5ad0d2b7505789d0dc1408 /tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav
parentf9dfb6416745710680d26abcc774b4146cd3ef2b (diff)
downloadtde-i18n-9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195.tar.gz
tde-i18n-9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195.zip
Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks.
Diffstat (limited to 'tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav')
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav/CMakeLists.txt6
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav/Makefile.am4
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav/index.docbook46
3 files changed, 56 insertions, 0 deletions
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav/CMakeLists.txt b/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav/CMakeLists.txt
new file mode 100644
index 00000000000..8abff93cbeb
--- /dev/null
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION tdeioslave/webdav
+ LANG en_GB
+)
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav/Makefile.am b/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav/Makefile.am
new file mode 100644
index 00000000000..78c2c035b35
--- /dev/null
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav/Makefile.am
@@ -0,0 +1,4 @@
+KDE_LANG = en_GB
+SUBDIRS = $(AUTODIRS)
+KDE_DOCS = tdeioslave/webdav
+KDE_MANS = AUTO
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav/index.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav/index.docbook
new file mode 100644
index 00000000000..debf73425e1
--- /dev/null
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav/index.docbook
@@ -0,0 +1,46 @@
+<?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 % British-English "INCLUDE"> <!-- change language only here -->
+]>
+
+<article lang="&language;" id="webdav">
+<title>webdav</title>
+<articleinfo>
+<authorgroup>
+<author>&Hamish.Rodda; &Hamish.Rodda.mail;</author>
+<othercredit role="translator"><firstname>Malcolm</firstname><surname>Hunter</surname><affiliation><address><email>malcolm.hunter@gmx.co.uk</email></address></affiliation><contrib>Conversion to British English</contrib></othercredit>
+</authorgroup>
+
+<date>2002-01-21</date>
+</articleinfo>
+
+<para><acronym>WebDAV</acronym> is a <emphasis>D</emphasis>istributed <emphasis>A</emphasis>uthoring and <emphasis>V</emphasis>ersioning protocol for the World Wide Web. It allows for easy management of documents and scripts on a <ulink url="help:/tdeioslave/webdav.html">http</ulink> server, and has additional features designed to simplify version management amongst multiple authors.</para>
+
+<para>Usage of this protocol is simple. Type the location you want to view, similar to a <acronym>http</acronym> URL except for the webdav:// protocol name at the start. An example is <userinput>webdav://<replaceable>www.hostname.com/path/</replaceable></userinput>. If you specify a folder name, a list of files and folders will be displayed, and you can manipulate these folders and files just as you would with any other filesystem.</para>
+
+<variablelist>
+<title>WebDAV Features</title>
+<varlistentry>
+<term>Locking</term>
+<listitem>
+<para>File locking allows users to lock a file, informing others that they are currently working on this file. This way, editing can be done without fear that the changes may be overwritten by another person who is also editing the same document.</para>
+</listitem>
+</varlistentry>
+<varlistentry>
+<term>Source file access</term>
+<listitem>
+<para><acronym>WebDAV</acronym> allows access to the script which is called to produce a specific page, so changes can be made to the script itself.</para>
+</listitem>
+</varlistentry>
+<varlistentry>
+<term>Per-document property support</term>
+<listitem>
+<para>Arbitrary properties may be set to assist identification of a document, such as the author.</para>
+</listitem>
+</varlistentry>
+</variablelist>
+
+<para>To take advantage of these additional capabilities, you will need an application which supports them. No application currently supports them through this tdeioslave.</para>
+
+</article>