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.

Max Semenik 01b4001e70 I iz ugh vor 8 Jahren
cache ec8b809b02 Revert .htaccess permissions back to 0644 vor 11 Jahren
docs f6260d1a9b SECURITY: API: Add "standard" header and hook for lacksSameOriginSecurity() vor 8 Jahren
extensions c505afca41 Update release notes and documentation about skins vor 10 Jahren
images b981cf925c Add FollowSymLinks option to /images .htaccess rule vor 10 Jahren
includes 01b4001e70 I iz ugh vor 8 Jahren
languages f0fbef5bfe Remove i18n references to Popularpages vor 9 Jahren
maintenance aa02e5f830 refreshLinks.php: Fix deletion of link entries from nonexistent pages vor 9 Jahren
mw-config 80608c197c Check for dependencies in entry point and Maintenance.php vor 9 Jahren
resources 295bbae140 SECURITY: Add class to <a> for patrol links so it can't be spoofed by user vor 8 Jahren
serialized 74557dedd0 Generate Utf8Case.ser directly from UnicodeData.txt vor 11 Jahren
skins 48db38da93 Merge "Get to the point about howto download Vector :p" vor 10 Jahren
tests 8ffc7a55d7 Add rel="noreferrer noopener" when target attribute would open window vor 8 Jahren
.gitattributes f64ae7564e Make *.sh files use LF vor 10 Jahren
.gitignore d750f132ff Add *.orig to .gitignore vor 10 Jahren
.gitreview 28947feb9e Start REL1_25 branch vor 10 Jahren
.jscsrc 09293a7b51 test: Remove several jscs over-rides and make the code pass vor 10 Jahren
.jshintignore 648667ac9f Split /resources into /resources/lib and /resources/src vor 11 Jahren
.jshintrc 23c1cebca0 Report uncaught errors via mw.track vor 10 Jahren
.rubocop.yml bbb16ed91d Fixed Style/StringLiterals RuboCop offense vor 10 Jahren
.travis.yml 96c6a1291d Enable Travis CI for PostgreSQL vor 10 Jahren
COPYING f15c51aa27 COPYING: Update the list of CC licenses icons used vor 10 Jahren
CREDITS 3fc8cc4a37 CREDITS for This, That, and the other vor 10 Jahren
FAQ 92c24a2787 Use HTTPS for the link in FAQ vor 11 Jahren
Gemfile bbb16ed91d Fixed Style/StringLiterals RuboCop offense vor 10 Jahren
Gemfile.lock 99dd5de192 Set up RuboCop configuration according to coding conventions vor 10 Jahren
Gruntfile.js dcbbc0489c build: Increase qunit browserNoActivityTimeout from 10s to 60s vor 10 Jahren
HISTORY 62a5454aad Let extensions add entries to Special:DeletedContributions vor 10 Jahren
INSTALL c576d1994e RELEASE-NOTES: Increase minimum MySQL version to 5.0.3 vor 10 Jahren
README b2c52c8af2 Update README from [[mw:README]] vor 10 Jahren
README.mediawiki 29505e5477 Symlink README.mediawiki to README so Github renders it as wikitext. vor 12 Jahren
RELEASE-NOTES-1.25 a14add6e64 Bump to 1.25.6 for tagging vor 8 Jahren
Rakefile 3b8cee1f53 Added Rakefile vor 9 Jahren
StartProfiler.sample 588783ec0e Fixed class name typo in docs vor 10 Jahren
UPGRADE 7b622d6ab3 http://www.mediawiki.org --> https://www.mediawiki.org vor 11 Jahren
api.php 80608c197c Check for dependencies in entry point and Maintenance.php vor 9 Jahren
api.php5 3e40455ce4 Deprecate .php5 file extension vor 10 Jahren
autoload.php 0404269494 Remove MWLogger and non-namespaced MWLogger* shim classes vor 9 Jahren
composer.json 55e051aa8d Bump composer-merge-plugin to v1.3.1 vor 8 Jahren
img_auth.php dfb38d92e3 Generate valid HTML code on error pages vor 10 Jahren
img_auth.php5 3e40455ce4 Deprecate .php5 file extension vor 10 Jahren
index.php 80608c197c Check for dependencies in entry point and Maintenance.php vor 9 Jahren
index.php5 3e40455ce4 Deprecate .php5 file extension vor 10 Jahren
jsduck.json b2f4fd38db Merge "Add pluggable talk page poster and use it for mediawiki.feedback" vor 10 Jahren
load.php 80608c197c Check for dependencies in entry point and Maintenance.php vor 9 Jahren
load.php5 3e40455ce4 Deprecate .php5 file extension vor 10 Jahren
opensearch_desc.php 28e37f55c9 Merge OpenSearchXml extension into core vor 10 Jahren
opensearch_desc.php5 3e40455ce4 Deprecate .php5 file extension vor 10 Jahren
package.json eb4572236a build: Bump various devDependencies vor 9 Jahren
profileinfo.php dfb38d92e3 Generate valid HTML code on error pages vor 10 Jahren
profileinfo.php5 3e40455ce4 Deprecate .php5 file extension vor 10 Jahren
thumb.php a20974e5f6 thumb.php: Escape $rel404 in error message vor 9 Jahren
thumb.php5 3e40455ce4 Deprecate .php5 file extension vor 10 Jahren
thumb_handler.php 86a9b8c06c Clean up access points vor 11 Jahren
thumb_handler.php5 3e40455ce4 Deprecate .php5 file extension vor 10 Jahren
wiki.phtml 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 projects of the Wikimedia
Foundation, which deliver content in over 280 languages to more than half a
billion people each month. MediaWiki's 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/Download
* Looking for the technical manual?
** https://www.mediawiki.org/wiki/Manual:Contents
* Seeking help from a person?
** https://www.mediawiki.org/wiki/Communication
* Looking to file a bug report or a feature request?
** https://bugs.mediawiki.org/
* Interested in helping out?
** https://www.mediawiki.org/wiki/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.