Current configuration on the wiki
Find a file
Kunal Mehta 0e1fc6575e Refactor some Installer code into ExecutableFinder
Refactor Installer::locateExecutableInDefaultPaths() into a separate
utility class, ExecutableFinder. This class is already used in plenty of
places outside of the installer, so it's ripe for being extracted.

This class is located in utils/ due to the dependency upon
Shell::command(). Once that no longer has a dependence upon MediaWiki,
this class can be moved to libs/ too.

Change-Id: I175465acc0d64f990445ce05fabcee8b88a0b259
2017-10-26 11:42:05 -07:00
cache
docs Replace HTTP by HTTPS in docs 2017-10-15 11:11:16 +02:00
extensions Actually delete extensions/ArticleCreationWorkflow 2017-09-07 18:18:36 -07:00
images
includes Refactor some Installer code into ExecutableFinder 2017-10-26 11:42:05 -07:00
languages Localisation updates from https://translatewiki.net. 2017-10-25 21:54:46 +02:00
maintenance Refactor some Installer code into ExecutableFinder 2017-10-26 11:42:05 -07:00
mw-config
resources Remove unused mediawiki.ui 'checked' icons 2017-10-25 00:59:22 -07:00
serialized
skins
tests Refactor some Installer code into ExecutableFinder 2017-10-26 11:42:05 -07:00
.eslintrc.json
.gitattributes
.gitignore
.gitreview
.mailmap
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 14.1.0 2017-10-21 03:12:55 +00:00
.stylelintrc.json
.travis.yml
api.php
autoload.php Refactor some Installer code into ExecutableFinder 2017-10-26 11:42:05 -07:00
CODE_OF_CONDUCT.md
composer.json build: Updating mediawiki/mediawiki-codesniffer to 14.1.0 2017-10-21 03:12:55 +00:00
composer.local.json-sample
COPYING Replace HTTP by HTTPS in docs 2017-10-15 11:11:16 +02:00
CREDITS
FAQ
Gruntfile.js
HISTORY
img_auth.php
index.php
INSTALL Replace HTTP by HTTPS in docs 2017-10-15 11:11:16 +02:00
jsduck.json
load.php
opensearch_desc.php
package.json Follow-up 2454f51b27: Upgrade qunit from 1.x to 2.x too 2017-10-11 16:29:02 +00:00
profileinfo.php
README
README.mediawiki
RELEASE-NOTES-1.30 Merge "Removed Toki Pona localization files" 2017-10-24 21:57:13 +00:00
RELEASE-NOTES-1.31 Refactor some Installer code into ExecutableFinder 2017-10-26 11:42:05 -07:00
SECURITY Add SECURITY 2017-10-03 13:03:35 -07:00
StartProfiler.sample
thumb.php
thumb_handler.php
UPGRADE Replace HTTP by HTTPS in docs 2017-10-15 11:11:16 +02:00

== MediaWiki ==

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. MediaWiki is localised in over
350 languages and its 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/Special:MyLanguage/Download
* Looking for the technical manual?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Contents
* Seeking help from a person?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Communication
* Looking to file a bug report or a feature request?
** https://bugs.mediawiki.org/
* Interested in helping out?
** https://www.mediawiki.org/wiki/Special:MyLanguage/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.