“FM广告”的版本间的差异

来自FM WIKI
跳转至: 导航搜索
(以“广告必须真实有效,列出广告发布人名和联系方式。”替换内容)
第1行: 第1行:
 
广告必须真实有效,列出广告发布人名和联系方式。
 
广告必须真实有效,列出广告发布人名和联系方式。
 
<languages/>
 
<translate>
 
== Latest release == <!--T:1-->
 
</translate>
 
{{MediaWiki Introduction}}
 
{{TNT|DownloadMediaWiki}}
 
<translate>
 
=== Other downloads === <!--T:2-->
 
 
<!--T:3-->
 
* GPG security signatures to verify your download with [[w:GNU Privacy Guard|GNU Privacy Guard]]:
 
</translate>
 
** [[download:mediawiki/{{MW stable branch number}}/mediawiki-{{MW stable release number}}.tar.gz.sig|MediaWiki {{MW stable release number}}]] - <translate><!--T:39--> stable</translate>
 
<!--
 
** [[download:mediawiki/{{MW legacy branch number}}/mediawiki-{{MW legacy release number}}.tar.gz.sig|MediaWiki {{MW legacy release number}}]] - <translate><!--T:40--> legacy</translate> <translate><!--T:43--> LTS</translate>
 
-->
 
** [[download:mediawiki/{{MW legacy lts branch number}}/mediawiki-{{MW legacy lts release number}}.tar.gz.sig|MediaWiki {{MW legacy lts release number}}]] - <translate><!--T:42--> legacy</translate> <translate><!--T:41--> {{abbr|long term support|LTS}}</translate>
 
* [https://www.mediawiki.org/keys/keys.html <translate><!--T:4--> GPG keys</translate>] {{#if:{{#invoke:String|match|{{MW stable release number}}|^%d+%.%d+%.0$|nomatch=}}||<nowiki/>
 
* [[download:mediawiki/{{MW stable branch number}}/mediawiki-{{MW stable release number}}.patch.gz|<translate><!--T:5--> MediaWiki <tvar|ver>{{MW stable release number}}</> changes not including i18n</translate>]] (<translate><!--T:34--> unified diff</translate>)
 
<!--
 
*[[download:mediawiki/{{MW stable branch number}}/mediawiki-i18n-{{MW stable release number}}.patch.gz|MediaWiki {{MW stable release number}} i18n changes]] (unified diff)
 
-->
 
}}
 
 
<translate>
 
=== Download from Git instead === <!--T:6-->
 
 
<!--T:7-->
 
Active MediaWiki developers should instead [[<tvar|git>Special:MyLanguage/Download from Git</>|download from Git]] to get the latest version of the MediaWiki software.
 
The git repository has earlier versions of the software, so it is possible to switch to ("check out") a particular release.
 
 
=== Notes === <!--T:8-->
 
 
<!--T:9-->
 
Support for PHP's <tvar|register_globals>[https://secure.php.net/register_globals register_globals]</> directive has been removed since <tvar|mw124>{{ll|MediaWiki 1.24|MediaWiki 1.24}}</>. If you have PHP 5.4 or later installed on your server, you do not need to worry about this. If you have PHP 5.3 or earlier, make sure that this directive has been turned '''off'''. If you cannot turn register_globals off on your system, you can use MediaWiki 1.23.9 <small>([[<tvar|link>download:mediawiki/1.23/mediawiki-1.23.9.tar.gz</>|download]])</small>.
 
 
<!--T:10-->
 
MySQL/MariaDB 5 support is required since <tvar|mw119>{{ll|MediaWiki 1.19|MediaWiki 1.19}}</> – if you are using an older version of MySQL and cannot upgrade, you can use MediaWiki 1.18.6 <small>([[<tvar|link>download:mediawiki/1.18/mediawiki-1.18.6.tar.gz</>|download]])</small>. Note that this version is ''no longer supported''.
 
 
=== Alternatives to manual installation === <!--T:11-->
 
 
<!--T:12-->
 
Some users may prefer to skip manual installation by using a pre-integrated MediaWiki [[Software bundles|software appliance]] or [[hosting services]]; repositories of some [[w:Linux distribution|distros]] also increasingly offer packages for MediaWiki, with different degrees of frequency and extensions coverage (e.g. Debian, Ubuntu, Fedora, Gentoo).
 
 
== What next? == <!--T:13-->
 
</translate>
 
<div style="font-size: 150%">[[mail:mediawiki-announce|<translate><!--T:14--> Subscribe to our release announcements mailing list</translate>]]</div>
 
<translate>
 
<!--T:15-->
 
Stay up to date with releases, and keep your server secure!
 
 
== Legacy releases == <!--T:16-->
 
 
<!--T:17-->
 
If your MediaWiki installation is heavily modified, it may be difficult to incorporate the latest official changes/updates to MediaWiki. To support such users, we maintain old branches of our code for up to a year for the legacy release and up to three years for the legacy long term support release.
 
</translate>
 
 
* [[download:mediawiki/{{MW legacy branch number}}/mediawiki-{{MW legacy release number}}.tar.gz|<translate><!--T:18--> Download legacy release MediaWiki</translate> ({{MW legacy release number}})]]
 
<!--
 
* [[download:mediawiki/{{MW legacy lts branch number}}/mediawiki-{{MW legacy lts release number}}.tar.gz|<translate><!--T:19--> Download legacy LTS release MediaWiki</translate> ({{MW legacy lts release number}})]]
 
-->
 
 
<translate>
 
== Development releases == <!--T:20-->
 
 
<!--T:21-->
 
If you want to run on the latest development (''i.e.'' alpha) version, you can either download it as <tvar|1>{{MW alpha branch link}}</>, or [[<tvar|git>Special:MyLanguage/Download from Git</>|download from Git]].
 
 
<!--T:22-->
 
From Git you can either download the ''complete repository'' (about 528 MiB)
 
<tvar|code><syntaxhighlight lang="bash">git clone https://gerrit.wikimedia.org/r/mediawiki/core.git</syntaxhighlight></>
 
or the ''latest revision only'' (about 85 MiB; this is often called a ''shallow clone'': less time and smaller downloads).</translate><ref><translate><!--T:23--> This could cause reference problems when you later use "git pull" to upgrade your ''shallow clone'' and the newer revision refers to older revisions which are not yet downloaded to your system. In such a case you can simply download more - increase the depth value - or all revisions later, or make a fresh shallow clone.</translate></ref>
 
<syntaxhighlight lang="bash">git clone --depth 1 https://gerrit.wikimedia.org/r/mediawiki/core.git</syntaxhighlight>
 
 
<translate>
 
<!--T:24-->
 
You can also view the {{git file|action=tree|project=mediawiki/core|branch=master|text=latest source code}} in your browser.
 
 
== Old releases == <!--T:25-->
 
 
<!--T:26-->
 
You can find tarballs (with extension <code>''*''.tar.gz</code>) of all versions of MediaWiki back to March 2005 (the earliest being MediaWiki 1.3.11) in the [[<tvar|download>download:mediawiki/</>|MediaWiki download archives]].
 
 
<!--T:27-->
 
To browse, including even older versions, see the [<tvar|link>https://phabricator.wikimedia.org/diffusion/MW/tags/</> tags] of the [[<tvar|git>Special:MyLanguage/Gerrit</>|Git]] repository.
 
 
== Installation assistance == <!--T:28-->
 
 
<!--T:29-->
 
* FAQ: [[FAQ#Installation and configuration|Installation and configuration]]
 
* '''[[mail:mediawiki-l|mediawiki-l]]''' (Mailing List) is the high-traffic mailing list to ask for support.
 
 
== References == <!--T:30-->
 
</translate>
 
<references />
 
 
<translate>
 
== See also == <!--T:31-->
 
</translate>
 
 
* {{ll|Version lifecycle}}
 
<translate>
 
<!--T:32-->
 
* [[w:MediaWiki version history|Version history]]
 
</translate>
 
* {{ll|MediaWiki-Vagrant}}
 
 
__NOTOC__
 
[[Category:MediaWiki Introduction{{#translation:}}|{{PAGENAME}}]]
 
[[Category:Installation{{#translation:}}|{{PAGENAME}}]]
 

2019年5月24日 (五) 18:04的版本

广告必须真实有效,列出广告发布人名和联系方式。