Extension:WebDAV/pl

Category:Extensions with invalid or missing type/plCategory:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
WebDAV
Status wydania: stabilneCategory:Stable extensions/pl
Opis WebDAV interface to MediaWiki articles
Autor(zy) Hallo Welt! GmbH, Robert Vogel (Hallo Welt! GmbH), Dejan Savuljesku (Hallo Welt! GmbH)
Ostatnia wersja 3.1.0
MediaWiki >=1.31Category:Extensions with manual MediaWiki version/pl
Zmiany w bazie danych Tak
Licencja Licencja GNU General Public License 3.0 wyłącznie
Pobieranie Category:Extensions in Wikimedia version control/pl
  • $wgWebDAVUrlBaseUri
  • $wgWebDAVSkipTalkNS
  • $wgWebDAVNamespaceCollections
  • $wgWebDAVRootNode
  • $wgWebDAVOnlyContentNS
  • $wgWebDAVLockTimeOut
  • $wgWebDAVInvalidFileNameCharsRegEx
  • $wgWebDAVUserNameAsStaticToken
  • $wgWebDAVServer
  • $wgWebDAVHideLockRoot
  • $wgWebDAVCredentialAuthProvider
  • $wgWebDAVBaseUri
  • $wgWebDAVStaticTokenExpiration
  • $wgWebDAVTokenExpiration
  • $wgWebDAVAuthType
  • $wgWebDAVInvalidateTokenOnUnlock
  • $wgWebDAVSkipNamespaces
Przetłumacz rozszerzenie WebDAV jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd
Category:All extensions/pl

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.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie WebDAV w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WebDAV
    
  • Dodaj poniższy kod na dole twojego pliku 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.
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Linki zewnętrzne

Category:Extensions by integration target/pl#WebDAV Category:Summer of Code 2008
Category:All extensions/pl Category:Extensions by integration target/pl Category:Extensions in Wikimedia version control/pl Category:Extensions included in BlueSpice/pl Category:Extensions with invalid or missing type/pl Category:Extensions with manual MediaWiki version/pl Category:GPL licensed extensions/pl Category:LoadExtensionSchemaUpdates extensions/pl Category:Stable extensions/pl Category:Summer of Code 2008