[Pkg-owncloud-commits] [owncloud-doc] 49/60: WebDav Developer

David Prévot taffit at moszumanska.debian.org
Tue Feb 25 19:06:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit f669ca0651e8de9b1cbd3da4d77fac49c1cce6af
Author: Steve Robinson <ser72 at owncloud.com>
Date:   Thu Feb 20 11:26:01 2014 -0500

    WebDav Developer
---
 developer_manual/core/webdav/Introduction.rst          | 6 ++++++
 developer_manual/core/webdav/Obtaining_Information.rst | 8 ++++++++
 developer_manual/core/webdav/index.rst                 | 8 ++++++++
 3 files changed, 22 insertions(+)

diff --git a/developer_manual/core/webdav/Introduction.rst b/developer_manual/core/webdav/Introduction.rst
new file mode 100644
index 0000000..a5576b0
--- /dev/null
+++ b/developer_manual/core/webdav/Introduction.rst
@@ -0,0 +1,6 @@
+Introduction
+============
+
+ownCloud utilizes WebDAV (Web-based Distributed Authoring and Versioning) to access documents on the ownCloud server.
+
+WebDAV, an extension of HTTP, allows users to edit and manage documents and files stored on Web servers. It makes the Web readable and writable and provides the ability to create, edit or move documents on a server. Some network infrastructure can be configured to block WebDAV by default, so be sure that load balancers, firewalls, and routers are configured to allow WebDAV.
diff --git a/developer_manual/core/webdav/Obtaining_Information.rst b/developer_manual/core/webdav/Obtaining_Information.rst
new file mode 100644
index 0000000..326f9a2
--- /dev/null
+++ b/developer_manual/core/webdav/Obtaining_Information.rst
@@ -0,0 +1,8 @@
+Obtaining Information
+=====================
+
+To access ownCloud as a storage backend for files, use WebDAV. For information on WebDAV see
+`www.webdav.org <http://www.webdav.org>`_
+.
+
+
diff --git a/developer_manual/core/webdav/index.rst b/developer_manual/core/webdav/index.rst
new file mode 100644
index 0000000..ad61f74
--- /dev/null
+++ b/developer_manual/core/webdav/index.rst
@@ -0,0 +1,8 @@
+**WebDAV; A developer’s guide **
+
+
+.. toctree::
+    :maxdepth: 2
+
+    Introduction
+    Obtaining_Information

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list