You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
2.5 KiB
47 lines
2.5 KiB
11 years ago
|
<?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 -->
|
||
|
]>
|
||
|
|
||
13 years ago
|
<article lang="&language;" id="webdav">
|
||
11 years ago
|
<title>webdav</title>
|
||
13 years ago
|
<articleinfo>
|
||
|
<authorgroup>
|
||
11 years ago
|
<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>
|
||
13 years ago
|
</authorgroup>
|
||
|
|
||
11 years ago
|
<date>2002-01-21</date>
|
||
13 years ago
|
</articleinfo>
|
||
|
|
||
11 years ago
|
<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>
|
||
13 years ago
|
|
||
11 years ago
|
<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>
|
||
13 years ago
|
|
||
|
<variablelist>
|
||
11 years ago
|
<title>WebDAV Features</title>
|
||
13 years ago
|
<varlistentry>
|
||
11 years ago
|
<term>Locking</term>
|
||
13 years ago
|
<listitem>
|
||
11 years ago
|
<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>
|
||
13 years ago
|
</listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
11 years ago
|
<term>Source file access</term>
|
||
13 years ago
|
<listitem>
|
||
11 years ago
|
<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>
|
||
13 years ago
|
</listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
11 years ago
|
<term>Per-document property support</term>
|
||
13 years ago
|
<listitem>
|
||
11 years ago
|
<para>Arbitrary properties may be set to assist identification of a document, such as the author.</para>
|
||
13 years ago
|
</listitem>
|
||
|
</varlistentry>
|
||
|
</variablelist>
|
||
|
|
||
11 years ago
|
<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>
|
||
13 years ago
|
|
||
|
</article>
|