Extension:WebDAV
Appearance
WebDAV 发行状态: 稳定版 |
|
---|---|
描述 | WebDAV interface to MediaWiki articles |
作者 | Hallo Welt! GmbH, Robert Vogel (Hallo Welt! GmbH), Dejan Savuljesku (Hallo Welt! GmbH) |
最新版本 | 3.1.0 |
MediaWiki | >=1.31 |
数据库更改 | 是 |
许可协议 | 僅限GNU通用公眾授權條款3.0 |
下載 | |
|
|
季度下載量 | 2 (Ranked 129th) |
前往translatewiki.net翻譯WebDAV扩展 | |
問題 | 开启的任务 · 报告错误 |
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.
安裝
- 下载文件,并将解压后的
WebDAV
文件夹移动到extensions/
目录中。
开发者和代码贡献人员应从Git安装扩展,输入:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WebDAV - 将下列代码放置在您的LocalSettings.php 的底部:
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
. - 完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。
外部链接
- Extension reference: https://en.wiki.bluespice.com/wiki/Reference:WebDAV WebDAV]
此扩展在以下wiki农场/托管网站和/或软件包中提供: 這不是一份權威名單。 即使某些wiki农场/托管网站和/或软件包未在这里列出,它们也可能提供此扩展。 请检查你的wiki农场/托管网站或软件包以确认提供情况。 |