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

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.