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

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.