Extension:RHINO

From mediawiki.org
MediaWiki extensions manual
RHINO
Release status: unmaintained
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)

  • $wgRhinoAutoplay
  • $wgRhinoControls
  • $wgRhinoLoop
  • $wgRhynoPreload
  • $wgRhynoMuted;
video

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]

  • 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.