summaryrefslogtreecommitdiffstats
path: root/tde-i18n-sl/docs/tdebase/kioslave/webdav.docbook
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 11:05:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 11:05:10 -0600
commitf7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch)
tree1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-sl/docs/tdebase/kioslave/webdav.docbook
parent85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff)
downloadtde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz
tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip
Second part of prior commit
Diffstat (limited to 'tde-i18n-sl/docs/tdebase/kioslave/webdav.docbook')
-rw-r--r--tde-i18n-sl/docs/tdebase/kioslave/webdav.docbook68
1 files changed, 68 insertions, 0 deletions
diff --git a/tde-i18n-sl/docs/tdebase/kioslave/webdav.docbook b/tde-i18n-sl/docs/tdebase/kioslave/webdav.docbook
new file mode 100644
index 00000000000..295c6a13ad8
--- /dev/null
+++ b/tde-i18n-sl/docs/tdebase/kioslave/webdav.docbook
@@ -0,0 +1,68 @@
+<article lang="&language;" id="webdav">
+<title>webdav</title>
+<articleinfo>
+<authorgroup>
+<author><firstname>Hamish</firstname><surname>Rodda</surname>
+<affiliation><address><email>meddie@yoyo.cc.monash.edu.au</email></address></affiliation></author>
+</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:/kioslave/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 directory name, a list of files and directories will be
+displayed,
+and you can manipulate these directories 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 kioslave.</para>
+
+</article>