Current configuration on the wiki
Find a file
This, that and the other 6cbdf65b4f Add $wgLocalInterwikis to handle multiple local prefixes
This is akin to $wgSkipSkin/$wgSkipSkins. It is quite plausible for a wiki
to have more than one self prefix (e.g. enwiki has w: en: wikipedia: and
maybe others).

Some recent changes code seems to use $wgLocalInterwiki for quite unclear
purposes:
- I removed the line using $wgLocalInterwiki from the RecentChange
  class, as the 'lang' field of $mExtra is not used anywhere in core code.
  Extensions may use it, but it would seem more appropriate for them to
  use something like $wgDBname (or indeed to consult $wgLocalInterwikis
  directly) if they need to identify a particular wiki.
- In the IRC formatter, the first prefix in the array is used (if set).
  Appropriate documentation is added to DefaultSettings.php.

Related to bug 954 comment 3.

Bug: 954
Bug: 955
Change-Id: I9dbb566385b464402c5e78510b95dd2ffb4d9489
2014-03-12 13:32:07 +01:00
cache
docs Add new Hook 'SendWatchlistEmailNotification' 2014-02-25 17:04:00 -08:00
extensions
images
includes Add $wgLocalInterwikis to handle multiple local prefixes 2014-03-12 13:32:07 +01:00
languages Merge "Fix some omitted colons in Spanish magic word l10n" 2014-03-12 12:01:52 +00:00
maintenance Merge "Include all of /resources/mediawiki/* in jsduck index" 2014-03-11 23:56:54 +00:00
mw-config
resources Merge "Check validity and availability of usernames during signup via AJAX" 2014-03-12 04:57:58 +00:00
serialized
skins Merge "Remove HTML back-compat styles from I5fe0543e" 2014-03-07 21:58:49 +00:00
tests Add $wgLocalInterwikis to handle multiple local prefixes 2014-03-12 13:32:07 +01:00
.gitignore
.gitreview
.jshintignore jshintignore: Add jquery.fullscreen.js 2014-02-27 15:41:21 +01:00
.jshintrc
.travis.yml Make travis test php 5.3, 5.4 and 5.5 2014-02-27 15:14:10 +01:00
api.php
api.php5
composer-example.json Make it possible for extensions to specify which version of MediaWiki 2014-03-03 08:45:20 +00:00
COPYING
CREDITS Merge "Support ApiPageSet in ApiWatch" 2014-02-04 19:52:05 +00:00
FAQ
HISTORY http://www.mediawiki.org --> https://www.mediawiki.org 2014-01-28 07:06:02 +00:00
img_auth.php
img_auth.php5
index.php
index.php5
INSTALL http://www.mediawiki.org --> https://www.mediawiki.org 2014-01-28 07:06:02 +00:00
load.php
load.php5
opensearch_desc.php
opensearch_desc.php5
profileinfo.php
README
README.mediawiki
RELEASE-NOTES-1.23 Add $wgLocalInterwikis to handle multiple local prefixes 2014-03-12 13:32:07 +01:00
StartProfiler.sample
thumb.php Limit attempts to render the same thumbnail after failures 2014-02-12 16:55:57 -07:00
thumb.php5
thumb_handler.php
thumb_handler.php5
UPGRADE http://www.mediawiki.org --> https://www.mediawiki.org 2014-01-28 07:06:02 +00:00
wiki.phtml

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