MediaWiki extensions manual
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 GNU General Public License 3.0
Download external source (not safe for work)
Example freedomporn.org (not safe for work)
Parameters
  • $wgRhinoAutoplay
  • $wgRhinoControls
  • $wgRhinoLoop
  • $wgRhynoPreload
  • $wgRhynoMuted;
Tags
video
Hooks used
  • ParserFirstCallInit

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

  • Copy the code and place the file(s) in a directory called RHINO in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/RHINO/RHINO.php";
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.