Current configuration on the wiki
Find a file
Kevin Israel 272843a55d Move some global statements to top of function
These were flagged by mediawiki/tools/code-utils/check-vars.php
because they were located inside a switch statement, or inside an
if statement and used outside the statement. All other warnings
from that script are bogus, mostly because the script has no
support for PHP 5.3 namespaces.

Change-Id: If93bae4434b5c28845125095f6a22d6788a76efc
2015-05-06 20:19:32 +00:00
cache
docs registration: Add support for $wgParserTestFiles 2015-05-02 23:16:54 -07:00
extensions
images
includes Move some global statements to top of function 2015-05-06 20:19:32 +00:00
languages Localisation updates from https://translatewiki.net. 2015-05-06 21:30:56 +02:00
maintenance registration: Add support for $wgParserTestFiles 2015-05-02 23:16:54 -07:00
mw-config
resources Merge "mediawiki.api: Add #badToken for invalidating bad cached tokens" 2015-05-05 19:01:13 +00:00
serialized
skins
tests Merge "mediawiki.api: Add #badToken for invalidating bad cached tokens" 2015-05-05 19:01:13 +00:00
.gitattributes
.gitignore
.gitreview
.jscsrc
.jshintignore
.jshintrc
.rubocop.yml
.travis.yml
api.php api.php: wfRunHooks() → Hooks::run() 2015-04-27 15:43:49 -07:00
api.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
autoload.php Refactored ReplicatedBagOStuff to use generic factory methods 2015-04-29 20:08:19 -07:00
composer.json Update OOjs UI to v0.11.1 2015-05-04 17:49:15 -07:00
COPYING
CREDITS CREDITS for This, That, and the other 2015-04-18 16:29:09 -07:00
FAQ
Gemfile
Gemfile.lock
Gruntfile.js
HISTORY
img_auth.php wfRunHooks() -> Hooks::run() in remaining entry point files 2015-04-27 21:37:20 -07:00
img_auth.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
index.php
index.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
INSTALL
jsduck.json
load.php
load.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
opensearch_desc.php wfRunHooks() -> Hooks::run() in remaining entry point files 2015-04-27 21:37:20 -07:00
opensearch_desc.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
package.json build: Bump various devDependencies 2015-05-01 23:00:45 +00:00
profileinfo.php
profileinfo.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
README
README.mediawiki
RELEASE-NOTES-1.25 Allow override of extension directory 2015-05-06 19:22:55 +01:00
RELEASE-NOTES-1.26 Remove invalid language code "bh" (alias of "bho") 2015-05-04 11:42:41 +02:00
StartProfiler.sample
thumb.php wfRunHooks() -> Hooks::run() in remaining entry point files 2015-04-27 21:37:20 -07:00
thumb.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
thumb_handler.php
thumb_handler.php5 Deprecate .php5 file extension 2015-04-22 11:54:58 -07:00
UPGRADE
wiki.phtml

== 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.