MediaWiki/ms: Difference between revisions
Created page with "Sahbaz" Tag: Reverted |
Requesting speedy deletion (Not a translation). (TwinkleGlobal) Tag: Reverted |
||
| Line 7: | Line 7: | ||
'''MediaWiki''' is wiki software, released under the [[w:GNU General Public License|GPL]], that is used by [[wmf:|Wikimedia]] projects and [[mw:Sites using MediaWiki|others]]. It is an implementation of a '''[[w:Wiki|wiki]]''', a content pool that anyone can freely edit. It is developed using [[phab:|Phabricator]], our instance of Phacility's [[w:Phabricator|Phabricator]]. |
'''MediaWiki''' is wiki software, released under the [[w:GNU General Public License|GPL]], that is used by [[wmf:|Wikimedia]] projects and [[mw:Sites using MediaWiki|others]]. It is an implementation of a '''[[w:Wiki|wiki]]''', a content pool that anyone can freely edit. It is developed using [[phab:|Phabricator]], our instance of Phacility's [[w:Phabricator|Phabricator]]. |
||
{{Delete|1=Not a translation}} |
|||
Sahbaz |
Sahbaz |
||
Revision as of 17:44, 9 February 2024
MediaWiki is wiki software, released under the GPL, that is used by Wikimedia projects and others. It is an implementation of a wiki, a content pool that anyone can freely edit. It is developed using Phabricator, our instance of Phacility's Phabricator.
This page has been nominated for speedy deletion. The user who left this tag provided the following reason:
Not a translation If you object, remove the template and discuss on the talk page. If this page does not meet a criterion for speedy deletion, use {{RFD}} instead.
|
Sahbaz
MediaWiki 1.45.1 is available for download from MediaWiki.org, a site that is also responsible for the documentation of the software. MediaWiki 1.47.0-wmf.16 (df8bc65) 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.
Tentang
- Pengenalan
- Buku panduan belajar bagaimana menggunakan mediawiki
Technical developers section
- Mailing lists, especially wikitech-l
- #mediawikisambungkan
Pelbagai
- MediaWiki features
- Installation and configuration
- MediaWiki tutorial with screenshots: how to install and configure Mediawiki, how to change skins; how to add extensions
Teknikal
Versi
See version lifecycle for the currently supported MediaWiki releases.
Database dump
Sahbaz
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
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.
