MediaWiki

From Meta, a Wikimedia project coordination wiki
This page is a translated version of the page MediaWiki and the translation is 62% complete.
注意:この名称"MediaWiki"は他のいくつかの類似した名称とよく混同されますので、これらの説明を用語集でお読みください。

MediaWikiウィキソフトウェアでGPLの元で配布されています。ウィキメディアプロジェクトだけでなく他のウェブサイトでも使われています。これは、誰もが自由に編集できるコンテンツプールである wiki の実装です。PhacilityのPhabricatorのインスタンスである Phabricatorを使用して開発されています。

MediaWiki 1.40.1 is the latest stable version, and is recommended for third-party users. Those running their own servers should upgrade for security reasons. Special:Version shows what version a site is running. You can play around in the local Sandbox to see this version in action.

MediaWiki 1.40.1 is available for download from MediaWiki.org, a site that is also responsible for the documentation of the software. MediaWiki 1.42.0-wmf.7 (6765518) is currently running on all Wikimedia sites. Third-party users should probably not run the alpha/beta versions of MediaWiki on publicly accessible servers at this time.

概要

Technical developers section

その他

技術面

バージョン

リリースされているMediawikiの最新バージョンをご覧ください。

データベース・ダンプ

For downloadable dumps of Wikipedia's article database, see Wikipedia:Database download. For a description of the database format and fields, see database layout.

To create your own dump of a local MediaWiki site, you can use the dumpBackup.php script found in the maintenance directory of your MediaWiki installation tree.

An example invocation to a full backup might look like:

 php maintenance/dumpBackup.php --full > full.xml

dumpBackup.phpのコマンドラインオプションは、パラメータなしで実行することで説明されます。

 php maintenance/dumpBackup.php

しかし、そのソースコードには、文書化されていない余分なオプションがいくつか存在します。

関連項目

MediaWiki.org wiki has a page about this at: