मीडियाविकि
मीडियाविकी 1.42.3 नवीनतम स्थिर संस्करण हवे, आ थर्ड पार्टी प्रयोगकर्ता लोग खातिर एकर अनुशंसा कइल जाला।
Note: the name "MediaWiki" is often confused with several other, similar, names; please see the glossary for an explanation of these.
मीडियाविकी विकी सॉफ्टवेयर हवे, जे GPL के तहत जारी कइल जाला, जेकर इस्तेमाल Wikimedia प्रोजेक्ट सभ के साथे-साथ अउरी वेबसाइटन पर]। ई एगो wiki' के लागू कइल हवे, एगो सामग्री पूल जेकरा के केहू भी आजादी से संपादित क सके ला। एकरा के Phabricator के इस्तेमाल से बिकसित कइल गइल बा, जवन फैसिलिटी के Phabricator के हमनी के उदाहरण हवे।
जे लोग आपन सर्वर चलावे ला, सुरक्षा कारण से upgrade करे के चाहीं। Special:Version ई देखावे ला कि कौनों साइट कवन संस्करण चला रहल बा। एह संस्करण के एक्शन में देखे खातिर आप स्थानीय Sandbox में खेल सकत बानी।
MediaWiki 1.42.3 is available for download from MediaWiki.org, a site that is also responsible for the documentation of the software. MediaWiki 1.44.0-wmf.1 (fbc8c4f) is currently running on all Wikimedia sites. Third-party users should not run the alpha/beta versions of MediaWiki on publicly accessible servers.
बारे में
- Handbook (learn how to use MediaWiki)
Technical developers section
- Mailing lists, especially wikitech-l
- #mediawikiconnect
Miscellaneous
- MediaWiki features
- Installation and configuration
- MediaWiki tutorial with screenshots: how to install and configure Mediawiki, how to change skins; how to add extensions
Technical
Versions
See version lifecycle for the currently supported MediaWiki releases.
Database dump
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
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.