MediaWiki/zh

From Meta, a Wikimedia project coordination wiki

Jump to: navigation, search
MediaWiki Handbook: Contents, Readers, Editors, Moderators, System admins +/-

MediaWiki: Features - Handbook - Sources - Bug/Feature Submissions - The team
Versions: Ganso - 1.1 - 1.2 - 1.3 - 1.4 - 1.5 - 1.6 - 1.7 - 1.8 - 1.9 - 1.10 - 1.11 - 1.12 - 1.13 - 1.14 - 1.15(News) ( release )(purge) +/-

Note: the name "MediaWiki" is often confused with several other, similar, names; please see the glossary for an explanation of these.

MediaWiki 是一个遵循GPL协议的维基软件,它被用于Wikimedia项目其他的网站。它执行一种叫wiki的内容,一个人人可以自由编辑的网站。它用MediaZilla开发。 (我们的版本在BugZilla)。

MediaWiki 1.15 是最稳定的版本,我们建议第三方用户使用它。 出于安全原因请您要及时地更新。您可以使用您维基网站的Special:Version页面查看您正在运行的版本。

MediaWiki 1.15可以从MediaWiki.org下载,这个网站还提供技术文档。MediaWiki 1.16alpha-wmf(r59858)当前运行在所有的Wikimedia网站。第三方客户暂时无法运行mediawiki软件在测试版 alpha 软件上。

MediaWiki logo.png

Contents


[edit] 关于

技术开发人员工作章节

[edit] 各种链接

[edit] 技术性

[edit] 版本

Here are releases with major feature changes, detailed changelogs are linked to from these pages. Also upgrade instructions might be available. 1.2 - 1.3 - 1.4 - 1.5 - 1.6 - 1.7 - 1.8 - 1.9 - 1.10 - 1.11 - 1.12

[edit] MediaWiki 1.10.0

MediaWiki 1.10.0 was released as a stable version on May 09, 2007.

[edit] MediaWiki 1.11.0

MediaWiki 1.11.0 was released as a stable version on September 10, 2007.

[edit] MediaWiki 1.12.0

MediaWiki 1.12.0 was released as a stable version on March 20, 2008.

[edit] Wikimedia 网站

  • During the period 21-29 May 2004, all Wikimedia sites were upgraded to version 1.3.
  • In December 2004 all Wikimedia sites were upgraded to version 1.4.
  • In June 2005 Wikimedia sites were upgraded to version 1.5.
  • In August 2005 Wikimedia sites were upgraded to version 1.6alpha.
  • From April 2006 Wikimedia sites were using the continuous development version, it is called using the Subversion, which are using the version 1.16alpha-wmf(r59858).

[edit] 需据库跳转

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. Make sure that AdminSettings.php has been configured. By default, MediaWiki ships with an AdminSettings.sample file that needs to be edited to suit your configuration and renamed to AdminSettings.php

An example invocation to perform a full backup might look like:

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


Command line options for dumpBackup.php are explained by running it with no parameters, i.e.

 php maintenance/dumpBackup.php

However, there are some extra undocumented options in its source code.

[edit] 参见