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.

Elliott Eggleston 1a4c9243c5 Update fundraising extensions vor 6 Jahren
cache ec8b809b02 Revert .htaccess permissions back to 0644 vor 11 Jahren
docs 4e567efa64 Remove $wgScriptExtension (deprecated and ignored since 1.25) vor 7 Jahren
extensions 1a4c9243c5 Update fundraising extensions vor 6 Jahren
form_variants 50b4c01105 Add form_variants from fr/REL1_27 branch vor 6 Jahren
images 2c29446dbc Add WMF logos vor 6 Jahren
includes b718b8926c rdbms: disable ChronologyProtector if EmptyBagOStuff is used vor 6 Jahren
languages ba42db41a1 Add the es-419 language code to support South American Spanish vor 6 Jahren
maintenance bb8c060128 Drop archive.ar_text and ar_flags vor 7 Jahren
mw-config a3335f4b3b installer: Do not wrongly hide namespace input field vor 7 Jahren
resources 1018983d74 Fix typo: bytePointLimit -> byteLimit vor 7 Jahren
serialized 5b48bf1b92 Clean up after "Kill mbstring fallbacks" vor 9 Jahren
skins c741836d83 Delete unused extensions and skins vor 6 Jahren
tests 500d7b8525 registration: Use the correct key for skin dependencies vor 6 Jahren
vendor @ 06f40c545b a16db936d2 Update vendor for merged fundraising deps vor 6 Jahren
.eslintrc.json 96f40f152a qunit: Make eslint config pass on qunit test files vor 8 Jahren
.gitattributes 22de0e368f Follow-up 95e7c545: Fix .gitattributes file line truncation vor 7 Jahren
.gitignore d910b1e282 Add TimedMediaHandler's images/transcoded to .gitignore vor 7 Jahren
.gitmodules 93f7be25aa Fix .gitmodules branch for vendor vor 6 Jahren
.gitreview c91a55aa63 Swapping defaultbranch for track vor 8 Jahren
.mailmap 4b424910ce Update CREDITS and .mailmap vor 7 Jahren
.phpcs.xml 69dbaf3f88 build: Updating mediawiki/mediawiki-codesniffer to 17.0.0 vor 7 Jahren
.stylelintrc.json 1064426327 build: Update stylelint vor 7 Jahren
.travis.yml 220bda9175 Merge "tests: Commit initial version of DevelopmentSettings.php" vor 7 Jahren
CODE_OF_CONDUCT.md d60300556b Add CODE_OF_CONDUCT.md vor 7 Jahren
COPYING 3af1e25343 Replace HTTP by HTTPS in docs vor 7 Jahren
CREDITS 4b424910ce Update CREDITS and .mailmap vor 7 Jahren
FAQ 5a113eaddd Documentation link changes vor 8 Jahren
Gruntfile.js 4cbd36db87 selenium: Remove Jenkins configuration file vor 7 Jahren
HISTORY cb68d6dacf Fix typo in word compatibility vor 7 Jahren
INSTALL aec80a1fb7 Bump PHP version requirement to 7.0.0+ vor 7 Jahren
README c00d2fa945 Fix typo in README vor 8 Jahren
README.mediawiki 29505e5477 Symlink README.mediawiki to README so Github renders it as wikitext. vor 12 Jahren
RELEASE-NOTES-1.31 b718b8926c rdbms: disable ChronologyProtector if EmptyBagOStuff is used vor 6 Jahren
SECURITY 8912423276 Add SECURITY vor 7 Jahren
StartProfiler.sample 588783ec0e Fixed class name typo in docs vor 10 Jahren
UPGRADE 3af1e25343 Replace HTTP by HTTPS in docs vor 7 Jahren
api.php c75f0e95c9 SECURITY: API: Avoid some silliness with browser-guessed filenames vor 7 Jahren
autoload.php 49aa4d3f9c installer: Fix display of UPGRADE by disabling InterwikiLookup vor 6 Jahren
composer.json a16db936d2 Update vendor for merged fundraising deps vor 6 Jahren
composer.local.json-sample 9588165133 Add a composer.local.json-sample vor 9 Jahren
img_auth.php e08e923935 /*.php: Replace implicit Bugzilla bug numbers with Phab ones vor 8 Jahren
index.php 255d76f2a1 build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 vor 7 Jahren
jsduck.json 777336288b Rename jquery.byteLimit→lengthLimit, mediawiki.widgets.visibleByteLimit→visibleLengthLimit vor 7 Jahren
load.php 18b4aee3df resourceloader: Disable ChronologyProtector on load.php (again) vor 7 Jahren
opensearch_desc.php 53b4892ffb Warn on session access in profileinfo.php and opensearch_desc.php vor 9 Jahren
package.json 47d3d91796 Merge "build: Switch QUnit package from deprecated 'qunitjs' to 'qunit'" into REL1_31 vor 7 Jahren
profileinfo.php 255d76f2a1 build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 vor 7 Jahren
thumb.php 39f0f919c5 Update suppressWarning()/restoreWarning() calls vor 7 Jahren
thumb_handler.php 86a9b8c06c Clean up access points vor 11 Jahren

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.