From 9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 6 Feb 2014 18:02:20 -0600 Subject: Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks. --- .../docs/tdebase/tdeioslave/webdav/CMakeLists.txt | 7 ++ .../docs/tdebase/tdeioslave/webdav/Makefile.am | 4 ++ .../docs/tdebase/tdeioslave/webdav/index.docbook | 74 ++++++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 tde-i18n-sl/docs/tdebase/tdeioslave/webdav/CMakeLists.txt create mode 100644 tde-i18n-sl/docs/tdebase/tdeioslave/webdav/Makefile.am create mode 100644 tde-i18n-sl/docs/tdebase/tdeioslave/webdav/index.docbook (limited to 'tde-i18n-sl/docs/tdebase/tdeioslave/webdav') diff --git a/tde-i18n-sl/docs/tdebase/tdeioslave/webdav/CMakeLists.txt b/tde-i18n-sl/docs/tdebase/tdeioslave/webdav/CMakeLists.txt new file mode 100644 index 00000000000..e2380a0d016 --- /dev/null +++ b/tde-i18n-sl/docs/tdebase/tdeioslave/webdav/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/webdav + NOINDEX + LANG sl +) diff --git a/tde-i18n-sl/docs/tdebase/tdeioslave/webdav/Makefile.am b/tde-i18n-sl/docs/tdebase/tdeioslave/webdav/Makefile.am new file mode 100644 index 00000000000..4046b02eda6 --- /dev/null +++ b/tde-i18n-sl/docs/tdebase/tdeioslave/webdav/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = sl +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/webdav +KDE_MANS = AUTO diff --git a/tde-i18n-sl/docs/tdebase/tdeioslave/webdav/index.docbook b/tde-i18n-sl/docs/tdebase/tdeioslave/webdav/index.docbook new file mode 100644 index 00000000000..97f797844d6 --- /dev/null +++ b/tde-i18n-sl/docs/tdebase/tdeioslave/webdav/index.docbook @@ -0,0 +1,74 @@ + + + +]> + +
+webdav + + +HamishRodda +
meddie@yoyo.cc.monash.edu.au
+
+2002-01-21 +
+ +WebDAV is a Distributed +Authoring and Versioning protocol +for +the World Wide Web. It allows for easy management of documents and scripts +on a +http server, and has +additional +features designed to simplify version management amongst multiple +authors. + +Usage of this protocol is simple. Type the location you want to view, +similar to a http URL except for the webdav:// protocol +name at the start. An example is +webdav://www.hostname.com/path/. +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. + + +WebDAV Features + +Locking + +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. + + + +Source file access + +WebDAV allows access to the script which is called +to +produce a specific page, so changes can be made to the script itself. + + + +Per-document property support + +Arbitrary properties may be set to assist identification of a +document, +such as the author. + + + + +To take advantage of these additional capabilities, you will need an +application which supports them. No application currently supports them +through +this tdeioslave. + +
-- cgit v1.2.1