Extension:BADI Pages Created Links

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
BADI Pages Created Links

Release status: beta

BADIPagesCreatedLinks.jpg
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
Last version 0.1 (June 3, 2010)
MediaWiki 1.15.4
PHP 5.2.10
License BSD
Download Project page

Git [Help]
Commit history
Note:
No localisation updates are provided by translatewiki.net.

http://github.com/brettz9/BADIPagesCreatedLinks/blob/master/README.txt

Example http://bahai9.com
Parameters

$wgBADIConfig

Hooks used
SkinTemplateToolboxEnd

Tested with 1.15.4

Check usage and version matrix

Contents

What can this extension do? [edit]

The BADI Pages Created Links 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.

Usage [edit]

See http://github.com/brettz9/BADIPagesCreatedLinks

Download instructions [edit]

See http://github.com/brettz9/BADIPagesCreatedLinks

Installation [edit]

To install this extension, add the following to LocalSettings.php:

require_once($IP.'/extensions/BADIPagesCreatedLinks/BADIPagesCreatedLinks.php');
#add configuration parameters here

Configuration parameters [edit]

Configuration is performed through the $wgBADIConfig variable array. See http://github.com/brettz9/BADIPagesCreatedLinks for details.

User rights [edit]

No added user rights.