Extension:BADIPagesCreatedLinks
BADIPagesCreatedLinks Release status: stable |
|
---|---|
![]() |
|
Implementation | Skin |
Description | Allows display of links in toolbox to other wiki or wiki-like sites whereby links will be colored differently depending on whether the page there has been created yet or not. Status determined by response code or Last-Modified HTTP HEAD requests. |
Author(s) | brettz9talk |
Latest version | 2.1.1 (2019-12-24) |
Compatibility policy | release branches |
MediaWiki | 1.34.0 |
PHP | 7.0.33 |
Database changes | Yes |
License | BSD 3-clause "Modified" License |
Download | GitHub: Note: https://github.com/bahaidev/BADIPagesCreatedLinks/blob/master/README.md https://github.com/bahaidev/BADIPagesCreatedLinks/blob/master/CHANGES.md |
Example | https://bahai9.com |
$wgBADIConfig |
|
Tested with 1.31.1; breaks from version 1.0.0 | |
What can this extension do?[edit]
The BADIPagesCreatedLinks extension allows display of links in one's toolbox area which lead to other wiki or wiki-like sites whereby links will be colored differently depending on whether the page there has been created yet or not. The status of whether it was created yet or not is determined by Last-Modified or HTTP 200 HTTP HEAD requests.
Caching jobs have been added in v2.0.0 to minimize the burden on the server in needing to make HEAD requests to other sites.
Usage[edit]
See https://github.com/bahaidev/BADIPagesCreatedLinks
Download instructions[edit]
See https://github.com/bahaidev/BADIPagesCreatedLinks
Installation[edit]
To install this extension, add the following to LocalSettings.php :
wfLoadExtension('BADIPagesCreatedLinks');
#add configuration parameters here
Configuration parameters[edit]
Configuration is performed through the $wgBADIConfig
variable array. See https://github.com/bahaidev/BADIPagesCreatedLinks for details.
User rights[edit]
No added user rights.