Current configuration on the wiki
Find a file
Timo Tijhof 2bcffe8be4 Exception: Clean up html document for error pages
Interface:
* Restore sitename as part of error page document title
  (follows-up 4ca9805). Moved to general Exception class as it
  is useful in general, this effectively changes the title from
  "This wiki has a problem" to "Internal error - Wikipedia".
* Added basic <style> to have it use a sans-serif font and a bit
  padding to offset it from the edge of the window.
* Output stacktrace in <pre> as-is (with linebreaks) instead of
  in a <p> with <br/>.

Clean up:
* Removed spurious "<!-- SiteSearch Google -->" comment.
* Change sitesearch radio button to not need the id/for
  attributes but simply nest them. Visual rendering and browser
  behaviour is identical.
* Renamed $text to $html since that is what it is (follows-up
  4ca9805 which reused that variable for html, it used to contain
  text).
* Remove odd linebreak from "dberr-problems" message, it was
  being output as-is in the html (html escaped, of course) and
  line breaks have no meaning inside an <h1> tag. Using a simple
  space instead. Visual rendering is identical.

Coding style:
* Using <!DOCTYPE html> instead of <!doctype html> for consistency
  with other documents we output.
* Switched a few inline #-style comments to use // instead.
* Switched a few strings from double quotes to single quotes in
  areas close to the changed code.

Change-Id: I33232d871200cbd23501c9a6c5f8a178931e135e
2013-10-30 21:52:49 +00:00
cache Revert .htaccess permissions back to 0644 2013-10-28 14:38:07 -07:00
docs Merge "Add language handling to imageinfo/extmetadata API" 2013-10-29 18:33:32 +00:00
extensions phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings 2013-05-09 05:56:26 +02:00
images
includes Exception: Clean up html document for error pages 2013-10-30 21:52:49 +00:00
languages Exception: Clean up html document for error pages 2013-10-30 21:52:49 +00:00
maintenance Merge "Cache ResourceLoader modules in localStorage" 2013-10-29 00:13:09 +00:00
mw-config phpcs: More require/include is not a function 2013-05-21 23:26:28 +02:00
resources Merge "mediawiki.js: Fix docucumentation breakage" 2013-10-29 09:42:05 +00:00
serialized phpcs: More require/include is not a function 2013-05-21 23:26:28 +02:00
skins Merge "Backport information boxes' styles from vforms to shared CSS" 2013-10-29 09:26:02 +00:00
tests Merge "Make FormatMetadata accept RequestContext, instead of hard coding $wgLang." 2013-10-29 18:25:57 +00:00
.gitignore Clean up sublime ignores 2013-05-13 19:08:29 -04:00
.gitreview
.jshintignore Remove legacy scripts from .jshintignore 2013-09-27 09:36:31 +00:00
.jshintrc
api.php phpcs: More require/include is not a function 2013-05-21 23:26:28 +02:00
api.php5
composer.json
COPYING Update README & COPYING 2013-08-01 17:11:31 -07:00
CREDITS Move translators credits list to a wiki page 2013-08-01 18:59:50 +00:00
FAQ
HISTORY
img_auth.php phpcs: More require/include is not a function 2013-05-21 23:26:28 +02:00
img_auth.php5
index.php index.php: Remove copyright line and use HTTPS url for mediawiki.org 2013-09-27 13:48:34 +02:00
index.php5
INSTALL
load.php phpcs: More require/include is not a function 2013-05-21 23:26:28 +02:00
load.php5
opensearch_desc.php phpcs: More require/include is not a function 2013-05-21 23:26:28 +02:00
opensearch_desc.php5
profileinfo.php phpcs: More require/include is not a function 2013-05-21 23:26:28 +02:00
README Merge "Correct attribution for Wikimedia project visitors and restore grammar" 2013-10-02 21:18:13 +00:00
README.mediawiki
RELEASE-NOTES-1.22 Merge "Backport information boxes' styles from vforms to shared CSS" 2013-10-29 09:26:02 +00:00
RELEASE-NOTES-1.23 Cache ResourceLoader modules in localStorage 2013-10-28 14:14:35 -07:00
StartProfiler.sample
thumb.php Merge "Support rate-limiting thumbnail generation" 2013-10-16 17:31:50 +00:00
thumb.php5
thumb_handler.php phpcs: More require/include is not a function 2013-05-21 23:26:28 +02:00
thumb_handler.php5
UPGRADE
wiki.phtml phpcs: More require/include is not a function 2013-05-21 23:26:28 +02:00

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