Extension:RHINO

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual
Crystal Clear action run.png
RHINO

Release status: beta

Implementation Media, Tag, Special page
Description Adds a special page as well as <video> tag that can play any external Ogg video by generating valid HTML5 code.
Author(s) VolodyA! V Anarhist
Latest version 0.1 (2013-09-05)
MediaWiki 1.21+
Database changes No
License GPLv3
Download external source
README
Example freedomporn.org
Parameters
  • $wgRhinoAutoplay
  • $wgRhinoControls
  • $wgRhinoLoop
  • $wgRhynoPreload
  • $wgRhynoMuted;
Tags
video
Hooks used
ParserFirstCallInit

Translate the RHINO extension if it is available at translatewiki.net

Check usage and version matrix; code metrics

The RHINO extension (Rhino Html5 Is Not Oggplayer) adds a special page as well as <video> tag that can play any external Ogg video by generating valid HTML5 code.

Installation[edit | edit source]

  • Copy the code and extract the tarball in your extensions/ folder. It should generate a new folder called RHINO directly inside your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/RHINO/RHINO.php";
  • Done! Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.