-
-
Notifications
You must be signed in to change notification settings - Fork 75
Frequently Asked Questions
--mwUrl
value is the MediaWiki base URL. It should be considered like an URL prefix on which the URL paths (for example --mwWikiPath
value) will be appended. Usually the --mwUrl
URL is only composed from the protocol scheme and the domain name (for example https://en.wikipedia.org
), but if the whole MediaWiki is not available at the root of the host, then you might have to add a path. You can observe the Mediawiki base URL just by loading the main page of the remote MediaWiki instance, but it's also given on the Special:Version
page, here for example on Wikipedia in English.
--mwWikiPath
value is the MediaWiki wiki base URL path. This is the Web browser visible path configured to access any article; the article ID being appended directly after. Usually this is just /wiki/
. You can also put there the index.php end-point path. For example, for Wikipedia in English, you can indifferently configure /wiki/
or /w/index.php
. You can observe the Mediawiki base URL just by loading the main page of the remote MediaWiki instance, but it's also given on the Special:Version
page, here for example on Wikipedia in English.
--mwActionApiPath
value is the MediaWiki "tradition" API path. Usually the path value here is very similar to the one of --mwModulePath
as api.php
is positioned just beside load.php
. You can find it by loading the Special:Version
page. For example for Wikipedia in English, this is /w/api.php
and you can see it here.
--mwModulePath
value is the MediaWiki module load path. Usually the path value here is very similar to the one of --mwActionApiPath
as load.php
is positioned just beside api.php
. You can find it by loading the Special:Version
page. For example for Wikipedia in English, this is /w/load.php
and you can see it here.
--mwRestApiPath
value is the MediaWiki REST API URL path for (desktop) HTML rendering. You can find it by loading the Special:Version
page to get the rest.php
path and then append /v1/page/
.