MediaWiki is a free and open-source wiki software package written in PHP. It serves as the platform for Wikipedia and the other Wikimedia projects, used by hundreds of millions of people each month. MediaWiki is localised in over 350 languages and its reliability and robust feature set have earned it a large and vibrant community of third-party users and developers.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Ed Sanders 1064426327 build: Update stylelint
Change-Id: I5a0ccb26a54109e641fd121c6427a71e82e05c74
7 years ago
cache Revert .htaccess permissions back to 0644 11 years ago
docs Replace HTTP by HTTPS in docs 7 years ago
extensions Actually delete extensions/ArticleCreationWorkflow 7 years ago
images Change bug ID to Phabricator task ID 9 years ago
includes Merge "CheckBlocksSecondaryAuthenticationProvider: Avoid user language during auto-creation" 7 years ago
languages Localisation updates from https://translatewiki.net. 7 years ago
maintenance Refactor some Installer code into ExecutableFinder 7 years ago
mw-config build: Upgrade grunt-eslint from 19.0.0 to 20.0.0 8 years ago
resources build: Update stylelint 7 years ago
serialized Clean up after "Kill mbstring fallbacks" 9 years ago
skins Revert "Creating new WMF 1.30.0-wmf.17 branch" 7 years ago
tests Refactor some Installer code into ExecutableFinder 7 years ago
.eslintrc.json qunit: Make eslint config pass on qunit test files 8 years ago
.gitattributes MimeAnalyzer: Add testcases for mp3 detection 8 years ago
.gitignore Ignore npm-debug.log 8 years ago
.gitreview Swapping defaultbranch for track 8 years ago
.mailmap Update .mailmap file 8 years ago
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 14.1.0 7 years ago
.stylelintrc.json build: Update stylelint 7 years ago
.travis.yml build: Update Travis CI config to use fast Trusty containers 8 years ago
CODE_OF_CONDUCT.md Add CODE_OF_CONDUCT.md 8 years ago
COPYING Replace HTTP by HTTPS in docs 7 years ago
CREDITS Update .mailmap file 8 years ago
FAQ Documentation link changes 8 years ago
Gruntfile.js build: Update stylelint 7 years ago
HISTORY Add 1.27.3 to RELEASE-NOTES 8 years ago
INSTALL Replace HTTP by HTTPS in docs 7 years ago
README Fix typo in README 8 years ago
README.mediawiki
RELEASE-NOTES-1.30 Merge "Removed Toki Pona localization files" 7 years ago
RELEASE-NOTES-1.31 Refactor some Installer code into ExecutableFinder 7 years ago
SECURITY Add SECURITY 7 years ago
StartProfiler.sample Fixed class name typo in docs 10 years ago
UPGRADE Replace HTTP by HTTPS in docs 7 years ago
api.php api.php: Fully spell out "constructor" 8 years ago
autoload.php Refactor some Installer code into ExecutableFinder 7 years ago
composer.json build: Updating mediawiki/mediawiki-codesniffer to 14.1.0 7 years ago
composer.local.json-sample Add a composer.local.json-sample 9 years ago
img_auth.php /*.php: Replace implicit Bugzilla bug numbers with Phab ones 8 years ago
index.php Add Localisation to the links, add the link to Localisation in Languages/Language.php 8 years ago
jsduck.json jsduck: Explcitly name library files so we don't pull in CSS files 8 years ago
load.php resourceloader: Disable ChronologyProtector to speed up wfGetLB() 8 years ago
opensearch_desc.php Warn on session access in profileinfo.php and opensearch_desc.php 9 years ago
package.json build: Update stylelint 7 years ago
profileinfo.php Replace remaining uses of deprecated DB_SLAVE with DB_REPLICA 8 years ago
thumb.php Removed deprecated ExtractThumbParameters hook 8 years ago
thumb_handler.php Clean up access points 11 years ago

README

== MediaWiki ==

MediaWiki is a free and open-source wiki software package written in PHP. It
serves as the platform for Wikipedia and the other Wikimedia projects, used
by hundreds of millions of people each month. MediaWiki is localised in over
350 languages and its reliability and robust feature set have earned it a large
and vibrant community of third-party users and developers.

MediaWiki is:

* feature-rich and extensible, both on-wiki and with hundreds of extensions;
* scalable and suitable for both small and large sites;
* simple to install, working on most hardware/software combinations; and
* available in your language.

For system requirements, installation, and upgrade details, see the files
RELEASE-NOTES, INSTALL, and UPGRADE.

* Ready to get started?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Download
* Looking for the technical manual?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Contents
* Seeking help from a person?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Communication
* Looking to file a bug report or a feature request?
** https://bugs.mediawiki.org/
* Interested in helping out?
** https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute

MediaWiki is the result of global collaboration and cooperation. The CREDITS
file lists technical contributors to the project. The COPYING file explains
MediaWiki's copyright and license (GNU General Public License, version 2 or
later). Many thanks to the Wikimedia community for testing and suggestions.