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.

Chad Horohoe 57062b01fd Bumping release version to 1.23.17 před 7 roky
cache ec8b809b02 Revert .htaccess permissions back to 0644 před 10 roky
docs aa5579efea SECURITY: API: Add "standard" header and hook for lacksSameOriginSecurity() před 8 roky
extensions 3631901139 Clean up some old readme files and remove references to SVN před 10 roky
images 1db9197660 * Fix for bug 28534: IE 6 content type detection again před 13 roky
includes 57062b01fd Bumping release version to 1.23.17 před 7 roky
languages c9dccd04e5 SECURITY: Do not allow users to undelete a page they can't edit or create před 7 roky
maintenance f846762f83 Set the default database schema to "mediawiki" so as not to break the CLI installer. před 7 roky
mw-config 86a9b8c06c Clean up access points před 10 roky
resources c8d49b1cad SECURITY: Add class to <a> for patrol links so it can't be spoofed by user před 8 roky
serialized 74557dedd0 Generate Utf8Case.ser directly from UnicodeData.txt před 10 roky
skins 87498db4f4 sajax: Explicitly specify released under 3-clause BSD license před 8 roky
tests 6eb6aa314a SECURITY: Whitelist DTD declaration in SVG před 7 roky
.gitignore 070ef42720 Fix KSS mediawiki.ui style guide (docs) před 10 roky
.gitreview f713305076 .gitreview: Adjust default branch for REL1_23 před 10 roky
.jscsrc 4ec6b0cce1 Set up node-jscs via Grunt (and pass it) před 10 roky
.jshintignore 648667ac9f Split /resources into /resources/lib and /resources/src před 10 roky
.jshintrc 28cca609f5 jshint: Enable 'es3' option před 10 roky
.travis.yml 43b7be3ca6 Test against php 5.6 on travis před 10 roky
COPYING 7eea0f92cb Update README & COPYING před 11 roky
CREDITS c2c82a057e Merge "Support ApiPageSet in ApiWatch" před 10 roky
FAQ 92c24a2787 Use HTTPS for the link in FAQ před 10 roky
Gruntfile.js 455591a7a5 build: Add Karma task for automated QUnit testing in browsers před 9 roky
HISTORY e59ca7d233 Added updated version history from 1.19.2 to 1.22.13 před 9 roky
INSTALL 7b622d6ab3 http://www.mediawiki.org --> https://www.mediawiki.org před 10 roky
README 811b2e6138 Link to bugzilla.wikimedia.org in README for consistency před 10 roky
README.mediawiki 29505e5477 Symlink README.mediawiki to README so Github renders it as wikitext. před 11 roky
RELEASE-NOTES-1.23 5f00b40695 Fix short array syntax in REL1_23 branch před 7 roky
StartProfiler.sample 655f5c6b48 Update code formatting před 11 roky
UPGRADE 7b622d6ab3 http://www.mediawiki.org --> https://www.mediawiki.org před 10 roky
api.php 86a9b8c06c Clean up access points před 10 roky
api.php5 86a9b8c06c Clean up access points před 10 roky
composer-example.json 3307d49579 Make it possible for extensions to specify which version of MediaWiki před 10 roky
img_auth.php 4230af59ca Avoid bogus IE extension check errors in img_auth.php před 8 roky
img_auth.php5 86a9b8c06c Clean up access points před 10 roky
index.php 86a9b8c06c Clean up access points před 10 roky
index.php5 86a9b8c06c Clean up access points před 10 roky
jsduck.json 8e7b772898 Rename JSDuck config to standard 'jsduck' před 9 roky
load.php beb1c4a0ec phpcs: More require/include is not a function před 11 roky
load.php5 86a9b8c06c Clean up access points před 10 roky
opensearch_desc.php beb1c4a0ec phpcs: More require/include is not a function před 11 roky
opensearch_desc.php5 86a9b8c06c Clean up access points před 10 roky
package.json 21d8a08731 build: Bump various devDependencies před 8 roky
profileinfo.php beb1c4a0ec phpcs: More require/include is not a function před 11 roky
profileinfo.php5 86a9b8c06c Clean up access points před 10 roky
thumb.php 5355958c72 thumb.php: Escape $rel404 in error message před 8 roky
thumb.php5 86a9b8c06c Clean up access points před 10 roky
thumb_handler.php 86a9b8c06c Clean up access points před 10 roky
thumb_handler.php5 86a9b8c06c Clean up access points před 10 roky
wiki.phtml 86a9b8c06c Clean up access points před 10 roky

README

== MediaWiki ==

MediaWiki is a popular and free, 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 over 2,000 extensions;
* scalable and suitable for both small and large sites;
* available in your language; and
* simple to install, working on most hardware/software combinations.

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://bugzilla.wikimedia.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.