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

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.