Extension:WebDAV/zh
From Linux Web Expert
File:MediaWiki Stakeholders' Group Logo.svg <translate> This extension is maintained by a member of the <tvar name=1>MediaWiki利害關係者群組 </tvar>.</translate>
WebDAV 发行状态: 稳定版 |
|
---|---|
File:Webdav-logo.jpg | |
描述 | WebDAV interface to MediaWiki articles |
最新版本 | 3.1.0 |
MediaWiki | >=1.31 |
许可协议 | 僅限GNU通用公眾授權條款3.0 |
下載 | |
季度下載量 | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
正在使用的公开wiki数 | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
前往translatewiki.net翻譯WebDAV-{zh-hans:扩展; zh-hant:擴充功能}- | |
問題 | 开启的任务 · 报告错误 |
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.
安裝
- <translate> [[<tvar name=2>Special:ExtensionDistributor/WebDAV</tvar>|Download]] and move the extracted <tvar name=name>
WebDAV
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WebDAV - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
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
. - File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
外部链接
- Extension reference: https://en.wiki.bluespice.com/wiki/Reference:WebDAV WebDAV]
File:OOjs UI icon information-progressive.svg | <translate> This extension is included in the following wiki farms/hosts and/or packages:</translate>
<translate> This is not an authoritative list.</translate> <translate> Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here.</translate> <translate> Always check with your wiki farms/hosts or bundle to confirm.</translate> |
Categories:
- Pages with script errors
- Pages with broken file links
- MediaWiki Stakeholders' Group/zh
- Stable extensions/zh
- Extensions with invalid or missing type/zh
- Extensions with manual MediaWiki version
- GPL licensed extensions/zh
- Extensions in Wikimedia version control/zh
- LoadExtensionSchemaUpdates extensions/zh
- All extensions/zh
- Extensions not in ExtensionJson
- Extensions by integration target/zh
- Summer of Code 2008