Extension:WebDAV

![]() Release status: stable |
|
---|---|
![]() |
|
Description | WebDAV interface to MediaWiki articles |
Latest version | 3.1.0 |
MediaWiki | >=1.31 |
Database changes | Yes |
Composer | mediawiki/webdav |
License | GNU General Public License 3.0 only |
Download | |
|
|
Quarterly downloads | 2 (Ranked 162nd) |
Translate the WebDAV extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
WebDAV is a set of extensions to HTTP to support distributed authoring and versioning. It defines some request methods, message headers and XML message bodies which at their most basic, add metadata and locking to HTTP. Because it's based on HTTP and XML, it's quite easy to implement a WebDAV server in CGI or PHP. WebDAV maps very cleanly to file system primitives, so most modern operating systems support mounting WebDAV resources as file systems.
The Wikipedia:WebDAV article and the WebDAV home page describe WebDAV in more detail. WebDAV is formally defined in RFC 4918. The WebDAV versioning extension, DeltaV, is defined in RFC 3253.
Installation[edit]
- Download and place the file(s) in a directory called
WebDAV
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'WebDAV' );
- Copy or symlink
webdav.php
from the into your installation path. - By default Base URI (
$wgWebDAVBaseUri
) is set to$wgScriptPath/webdav
, which requires Webserver to be configured in such a way to rewrite all request to this endpoint to$wgScriptPath/webdav.php
. Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External links[edit]
- Extension reference: https://en.wiki.bluespice.com/wiki/Reference:WebDAV WebDAV]
![]() | This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
Categories:
- MediaWiki Stakeholders' Group
- Stable extensions
- Extensions with invalid or missing type
- Extensions supporting Composer
- GPL licensed extensions
- Extensions in Wikimedia version control
- LoadExtensionSchemaUpdates extensions
- All extensions
- Extensions included in BlueSpice
- Extensions by integration target
- Summer of Code 2008