Extension:RadioRefRemoteRender
|
RadioRefRemoteRender Release status: beta |
|||
|---|---|---|---|
| Implementation | Parser extension | ||
| Description | Inserts javascript to make the RadioReference remote render work. | ||
| Author(s) | http://www.ryansimpkins.com (RyanSimpkinsTalk) | ||
| Last version | 0.1 | ||
| License | GPL | ||
| Download | http://www.utahradio.org/mediawiki/files/RadioRefRemoteRender-0.1.tar.gz | ||
|
|||
|
Check usage (experimental) |
|||
Contents |
[edit] What can this extension do?
RadioReference Javascript Remote Render Display Service Integration. It adds a few simple parser hooks to easily add the RadioReference.com javascript remote render service code in to your mediawiki installation. See RadioReference API for more details. If you use this extension in your scanner/radio wiki, please drop the author a note.
[edit] Usage
For usage instructions, please see UtahRadio Help:RadioReferenceRemoteRender.
[edit] Download instructions
You can download the code here: RadioRefRemoteRender-0.1.tar.gz
[edit] Installation
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/RadioRefRemoteRender/RadioRefRemoteRender.php"); $wgRadioReferenceDomainKey = '12345'; //RR API Domain Key
[edit] Configuration parameters
Place $wgRadioReferenceDomainKey = '12345'; in your LocalSettings.php file. Replace 12345 with your assigned API domain key. If you do not have one, please read the RadioReference API for help.
[edit] User rights
None implemented at this time.
