Extension:SendToPingerPl
|
SendToPingerPl Release status: stable |
|||
|---|---|---|---|
| Implementation | Notify | ||
| Description | Sends a messange when the "Send to Pinger" checkbox is enabled on the edit page. | ||
| Author(s) | Teamspeak, wiki site (Teamspeaktalk) | ||
| Last version | 1.0 (01:20, 5 November 2010 (UTC)) | ||
| MediaWiki | 1.16+ | ||
| PHP | 5 with cURL | ||
| License | GPL | ||
| Download | SendToPingerPl v1.0 | ||
|
|||
|
|||
| Check usage and version matrix | |||
Contents |
What can this extension do? [edit]
Extension is used to automatically send an update to the www.pinger.pl In the message contains information which the website was updated, is put a link to a brief summary page and edit it. Addition is configurable and you can configure more parameters such as tags, placed an additional message after the automated message and the title of the entry.
This extension is based upon Extension:SendToTwitter2.
Usage [edit]
To activate send a notification to the profile editing page pinger.pl must select the checkbox "Send to pinger" and save the page. You can use the auto-selecting checkbox through the file LocalSettings.php
Download [edit]
- SendToPingerPl.zip - v1.0 - 01:20, 01:20, 5 November 2010 (UTC)
Installation [edit]
To install this extension, add the following to LocalSettings.php:
$wgSendToPingerUsername = 'user'; /*username*/ $wgSendToPingerPassword = 'pass'; /*password*/ $wgSendToPingerWikiURL = 'http://www.teamspeak.az.pl/wiki/';/*Wiki url wiht / at the end*/ $wgSendToPingerUseCheckBox = true; $wgSendToPingerChecked = true; $wgSendToPingerapi = '';/* Api key here */ $wgSendToPingerExtraMessage = 'U can join at www.site.com'; /* Adidtional message*/ $wgSendToPingerTags = 'TAG,TAG2,WAG WITH SPACES,'; /* Separate coma tags*/ require_once("$IP/extensions/SendToPingerPl/SendToPingerPl.php"); /*must be after settings */
Configuration parameters [edit]
$wgSendToPingerUsername
Your Pinger Username
$wgSendToPingerPassword
Your Pinger Password
$wgSendToPingerWikiURL
The base url for your site
$wgSendToPingerUseCheckBox
If true, will display checkbox, if false, all edits will cause a ping. (if not set, default is true)
$wgSendToPingerChecked
Sets the default state of the checkbox. (if not set, default is false)
$wgSendToPingerapi You pinger profile API KEY, can be generated in you profile page <pre> $wgSendToPingerExtraMessage
Extra message afrer auto message, default is empty
$wgSendToPingerTags
Coma separated tags, default is empty
You may also modify the messages emitted from SentToPingerPl by editing Special:AllMessages on you wiki. The following messages are available:
action-sendtopinger
Action checkbox name
tooltip-sendtopinger
Tolltip when user mouse is over the checkbox
accesskey-sendtopinger
Accesskey Message
sendtopinger-message1
($1 - Page name, $2 - Page Link - $3 - Summary Text)
sendtopinger-message2
($1 - Page name, $2 - Page Link - $3 - Summary Text)
sendtopinger-message3
($1 - Page name, $2 - Page Link - $3 - Summary Text)
See also [edit]
- Extension:SendToTwitter - SendToTwitter is the original extension on which SentToTwitter2 is based.
- Extension:SendToTwitter2 - SendToTwitter2 is the original extension on which SentToPingerPl is based.
- http://www.pinger.pl/dokumentacja_api - API reference in Polish.
Sites Using this Extensions [edit]
List of sites using Send To Pinger Pl
