X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d027820117a15832d009757ac4ff66b03541848e..cdf4932998985739144d674a942cde58c006d676:/doc/plugins/contrib/video.mdwn diff --git a/doc/plugins/contrib/video.mdwn b/doc/plugins/contrib/video.mdwn index 247e233a9..2c9c51e6a 100644 --- a/doc/plugins/contrib/video.mdwn +++ b/doc/plugins/contrib/video.mdwn @@ -1,4 +1,7 @@ -# Videoplugin +[[!template id=plugin name=video author="[[Yury Chumak|Sphynkx]]"]] +[[!tag video]] + +## Video This plugin provides embedding video on wikipages. Plugin uses most simple embedding method - only with *embed* tag and without any JS-scripts. @@ -11,8 +14,8 @@ All parameters are optional except path and will be replaced with the default se *path* is relative path in webdir or web-address (to Youtube page). ### Install -Download and unpack [archive](/\_jwplayer/jw\_videoplugin.tar.bz2) in your ikiwiki webdir. -Or download [JW Player](http://www.longtailvideo.com/players/jw-flv-player/) and [perl module](/\_jwplayer/video.pm) separately. Make dir *\_jwplayer* and put player.swf in it. Also put *video.pm* in *Plugin* dir. In Ikiwiki configuration switch on the plugin: +Download and unpack [archive](http://ikiwiki.sphynkx.org.ua/\_jwplayer/jw\_videoplugin.tar.bz2) in your ikiwiki webdir. +Or download [JW Player](http://www.longtailvideo.com/players/jw-flv-player/) and [perl module](http://ikiwiki.sphynkx.org.ua/\_jwplayer/video.pm) separately. Make dir *\_jwplayer* and put player.swf in it. Also put *video.pm* in *Plugin* dir. In Ikiwiki configuration switch on the plugin: add_plugins => [qw{.......... video}]