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.

Gilles Dubuc 79f8b31bb4 Update git submodules vor 6 Jahren
cache ec8b809b02 Revert .htaccess permissions back to 0644 vor 11 Jahren
docs 580041be56 Add a hook to allow changing the query of Special:AncientPages in extensions vor 6 Jahren
extensions 79f8b31bb4 Update git submodules vor 6 Jahren
images da6dd475f6 Change bug ID to Phabricator task ID vor 9 Jahren
includes 61ecb887f3 WatchedItemStore::countVisitingWatchersMultiple() shouldn't query all titles when asked for none vor 6 Jahren
languages d10b0444ed Localisation updates from https://translatewiki.net. vor 6 Jahren
maintenance 2f86f8dbb9 Merge "Don't throw an exception when waiting for replication times out" vor 6 Jahren
mw-config 31a472655b installer: Do not wrongly hide namespace input field vor 6 Jahren
resources 6dd9a4ad59 HTMLCheckMatrix: Treat row/column labels as HTML in OOUI mode vor 6 Jahren
skins 879b2b2bb6 Update git submodules vor 6 Jahren
tests 3924467387 Unwrap HTML loaded from parser cache vor 6 Jahren
vendor @ 801367f5e9 d4b00c0103 Creating new WMF 1.32.0-wmf.20 branch vor 6 Jahren
.editorconfig e7e4e705c3 Add a simple .editorconfig vor 7 Jahren
.eslintrc.json d1ce1b40e7 resourceloader: Remove obsolete aliases from closure vor 6 Jahren
.gitattributes 22de0e368f Follow-up 95e7c545: Fix .gitattributes file line truncation vor 7 Jahren
.gitignore ebec274f17 Remove support for StartProfiler.php vor 6 Jahren
.gitmodules d08d10cfd1 Add submodules for fixcopyright.wm.o vor 6 Jahren
.gitreview c91a55aa63 Swapping defaultbranch for track vor 8 Jahren
.mailmap 6408208396 Updating CREDITS (MW contributors) file vor 6 Jahren
.phpcs.xml 0746755fa9 Merge "Split AuthManagerAuthPluginUser into a separate file" vor 6 Jahren
.stylelintrc.json 1064426327 build: Update stylelint vor 7 Jahren
.travis.yml 87c4276f0c travis: No longer allow failures for postgres vor 6 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 6408208396 Updating CREDITS (MW contributors) file vor 6 Jahren
FAQ 5a113eaddd Documentation link changes vor 8 Jahren
Gruntfile.js 828f6d6ac9 skins: Remove redundant mediawiki.hidpi script vor 6 Jahren
HISTORY b7a4e82545 Fix some of the common typos vor 6 Jahren
INSTALL 86c6b81435 INSTALL: Don't warn against using PHP "as a CGI plugin" vor 6 Jahren
README f7ecc1b5a3 Revert "docs: Rename README to README.md" vor 6 Jahren
README.mediawiki f7ecc1b5a3 Revert "docs: Rename README to README.md" vor 6 Jahren
RELEASE-NOTES-1.32 506c2f4d57 RELEASE-NOTES: Use New/Changed/Removed pattern for Configuration section vor 6 Jahren
SECURITY 8912423276 Add SECURITY vor 7 Jahren
UPGRADE 3af1e25343 Replace HTTP by HTTPS in docs vor 7 Jahren
api.php e6a75d806b API: Catch Errors as well as Exceptions vor 6 Jahren
autoload.php e5ded68cf0 Use PSR-4 autoloader for includes/auth/ vor 6 Jahren
composer.json 25e6dbdb1a Install giorgiosironi/eris as require-dev vor 6 Jahren
composer.local.json-sample 9588165133 Add a composer.local.json-sample vor 9 Jahren
img_auth.php 86c6b81435 INSTALL: Don't warn against using PHP "as a CGI plugin" vor 6 Jahren
index.php 255d76f2a1 build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 vor 7 Jahren
jsduck.json 8260f606da jquery.expandableField: Remove module unused since 1.22 vor 6 Jahren
load.php 0612ce2896 resourceloader: Disable ChronologyProtector on load.php (again) vor 6 Jahren
opensearch_desc.php b045f1d9e7 Restore original OpenSearch namespaces vor 6 Jahren
package.json 0a56fd356d Selenium: selenium-daily NPM script vor 6 Jahren
profileinfo.php 86e68468ca Remove semicolon after class declaration vor 6 Jahren
thumb.php 1f2e9c1b54 Fix common typos in code vor 6 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.