Index: trunk/phase3/docs/scripts.txt |
— | — | @@ -20,6 +20,9 @@ |
21 | 21 | Script that only serve images to logged in users. To configure the wiki |
22 | 22 | to use that script, see http://www.mediawiki.org/wiki/Manual:Image_Authorisation. |
23 | 23 | |
| 24 | + load.php |
| 25 | + Used by ResourceLoader to serve minified, concatenated and gzipped CSS and JS. |
| 26 | + |
24 | 27 | opensearch_desc.php |
25 | 28 | Returns a OpenSearch description document (see http://www.opensearch.org/) |
26 | 29 | that points to the search engines of the wiki. |
— | — | @@ -58,5 +61,5 @@ |
59 | 62 | the web server needs a .php5 to run the file with the PHP 5 engine and runs .php |
60 | 63 | scripts with PHP 4. To use these files, you have to modify $wgScriptExtension to |
61 | 64 | '.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. |
63 | 66 | |