r76626 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76625‎ | r76626 | r76627 >
Date:13:24, 13 November 2010
Author:maxsem
Status:ok
Tags:
Comment:
Mention load.php, rm repetition
Modified paths:
  • /trunk/phase3/docs/scripts.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/scripts.txt
@@ -20,6 +20,9 @@
2121 Script that only serve images to logged in users. To configure the wiki
2222 to use that script, see http://www.mediawiki.org/wiki/Manual:Image_Authorisation.
2323
 24+ load.php
 25+ Used by ResourceLoader to serve minified, concatenated and gzipped CSS and JS.
 26+
2427 opensearch_desc.php
2528 Returns a OpenSearch description document (see http://www.opensearch.org/)
2629 that points to the search engines of the wiki.
@@ -58,5 +61,5 @@
5962 the web server needs a .php5 to run the file with the PHP 5 engine and runs .php
6063 scripts with PHP 4. To use these files, you have to modify $wgScriptExtension to
6164 '.php5' is LocalSettings.php but it is already done by the config script if you
62 -used the config/index.php5 script.
 65+used config/index.php5 for installation.
6366

Status & tagging log