diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:12:12 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:12:12 -0400 |
commit | c9aa36da061816dee256a979c2ff8d2ee41824d9 (patch) | |
tree | 29f7002b80ee984b488bd047dbbd80b36bf892e9 /docs/scripts.txt | |
parent | b4274e0e33eafb5e9ead9d949ebf031a9fb8363b (diff) | |
parent | d1ba966140d7a60cd5ae4e8667ceb27c1a138592 (diff) |
Merge branch 'archwiki'
# Conflicts:
# skins/ArchLinux.php
# skins/ArchLinux/archlogo.gif
Diffstat (limited to 'docs/scripts.txt')
-rw-r--r-- | docs/scripts.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/scripts.txt b/docs/scripts.txt index 0b8ee8f6..c6fa674c 100644 --- a/docs/scripts.txt +++ b/docs/scripts.txt @@ -9,16 +9,16 @@ Primary scripts: index.php Main access point. It handles the most of requests. - See http://www.mediawiki.org/wiki/Manual:Index.php + See https://www.mediawiki.org/wiki/Manual:Index.php api.php Script to provide an API for bots to fetch content and informations about - the site and also modify it. See http://www.mediawiki.org/wiki/API + the site and also modify it. See https://www.mediawiki.org/wiki/API for more informations. img_auth.php Script that only serve images to logged in users. To configure the wiki - to use that script, see http://www.mediawiki.org/wiki/Manual:Image_Authorisation. + to use that script, see https://www.mediawiki.org/wiki/Manual:Image_Authorisation. load.php Used by ResourceLoader to serve minified, concatenated and gzipped CSS and JS. @@ -40,7 +40,7 @@ Primary scripts: To enable the profileinfo.php itself, you'll need to set $wgDBadminuser and $wgDBadminpassword in your LocalSettings.php, as well as $wgEnableProfileInfo - See also http://www.mediawiki.org/wiki/How_to_debug#Profiling. + See also https://www.mediawiki.org/wiki/Manual:Profiling . thumb.php Script used to resize images if it is configured to be done when the web |