X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Fplugins%2Fcontrib%2Fvideo.mdwn;h=3214fe50ebc2d50c1111b0f83d6902da289f7c66;hb=6c05a70d98e194f9ce935cc2053920a9b7da89dd;hp=247e233a909e72378e5c0b42bd2e105b95c0e6d4;hpb=d027820117a15832d009757ac4ff66b03541848e;p=ikiwiki.git diff --git a/doc/plugins/contrib/video.mdwn b/doc/plugins/contrib/video.mdwn index 247e233a9..3214fe50e 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}]