Extension:ContentTransfer/pl

This page is a translated version of the page Extension:ContentTransfer and the translation is 14% complete.
This extension is maintained by a member of the MediaWiki Stakeholders' Group .
Podręcznik rozszerzeń MediaWiki
ContentTransfer
Status wydania: stabilne
Opis Enables pushing content from one wiki to another
Autor(zy) Hallo Welt! GmbH
Ostatnia wersja 3.0.0-alpha
Polityka zgodności For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.
MediaWiki 1.35+
Zmiany w bazie danych Tak
Composer mediawiki/content-transfer
Tabele push_history
Licencja GNU General Public License 3.0 only
Pobieranie
  • $wgContentTransferIgnoreInsecureSSL
  • $wgContentTransferEnableBetaFeatures
  • $wgContentTransferOnlyContentNamespaces
  • $wgContentTransferTargets
  • $wgContentTransferAllowTalkNamespaces
  • $wgContentTransferPageLimit
  • content-transfer
Quarterly downloads 14 (Ranked 130th)
Przetłumacz rozszerzenie ContentTransfer jeżeli jest dostępne na translatewiki.net

The ContentTransfer extension enables pushing content from one wiki to another.

Users with the appropriate authorisation can copy up to 200 pages per transfer from a wiki to the same namespace of a target wiki.

Depending on the settings selected on the ContentTransfer special page, the following files are copied:

  • the selected wiki pages
  • the related category pages
  • the book page associated with wiki pages
  • the templates associated with wiki pages
  • attached files

Installation

  • Pobierz i umieść plik(i) w katalogu o nazwie ContentTransfer 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/ContentTransfer
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'ContentTransfer' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Linki zewnętrzne

See also