Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > d8544620e4ac7bee48ddb48c85d55709 > files > 319

ikiwiki-3.20190228-1.mga7.noarch.rpm

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>video (third party plugin)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="../../style.css" type="text/css" />

<link rel="stylesheet" href="../../local.css" type="text/css" />










</head>
<body>

<div class="page">

<div class="pageheader">
<div class="header">
<span>
<span class="parentlinks">

<a href="../../index.html">ikiwiki</a>/ 

<a href="../../plugins.html">plugins</a>/ 

<a href="../contrib.html">contrib</a>/ 

</span>
<span class="title">
video (third party plugin)

</span>
</span>



</div>









</div>





<div id="pagebody">

<div id="content" role="main">
<p><span class="infobox">
Plugin: video<br />
Author: <span class="createlink">Yury Chumak</span><br />
Included in ikiwiki: no<br />
Enabled by default: no<br />
Included in <a href="../goodstuff.html">goodstuff</a>: no<br />
Currently enabled: no<br />
</span></p>

<h2>Video</h2>

<p>This plugin provides embedding video on wikipages. Plugin uses most simple embedding method - only with <em>embed</em> tag and without  any JS-scripts.</p>

<h3>Usage</h3>

<blockquote>
  <p>[[!video width=100 height=100 type="application/x-shockwave-flash" src="/_jwplayer/player.swf" allowscriptaccess="always" allowfullscreen="true" autostart="false" file="path_to_video"]]</p>
</blockquote>

<p>All parameters are optional except <em>file</em> and will be replaced with the default settings as showed in the above example.</p>

<p><em>file</em> is relative path in webdir or web-address (to Youtube page).</p>

<h3>Install</h3>

<p>Download and unpack <a href="http://sphynkx.org.ua/progr/videoplug/jw_videoplugin.tar.bz2">archive</a> in your ikiwiki webdir. 
Or download <a href="http://www.longtailvideo.com/players/jw-flv-player/">JW Player</a> and <a href="http://sphynkx.org.ua/progr/videoplug/video.pm">perl module</a> separately. Make dir <em>_jwplayer</em> and put player.swf in it. Also put <em>video.pm</em> in <em>Plugin</em> dir. In Ikiwiki configuration switch on the plugin:</p>

<pre><code>add_plugins =&gt; [qw{.......... video}]
</code></pre>

<h3>Note</h3>

<p><a href="http://ikiwiki.info/plugins/htmlscrubber/">Htmlscrubber</a> may block <em>embed</em> tag.</p>

<p>If embed tag present but video not playing - check mode of unpacked <em>player.swf</em>.</p>

</div>







</div>

<div id="footer" class="pagefooter" role="contentinfo">

<div id="pageinfo">











<div class="pagedate">
Last edited <span class="date">Tue Feb 26 23:01:54 2019</span>
<!-- Created <span class="date">Tue Feb 26 23:01:54 2019</span> -->
</div>

</div>


<!-- from ikiwiki -->
</div>

</div>

</body>
</html>