From b3d6948c218c2bda386b3cf36f63b520f7cdae98 Mon Sep 17 00:00:00 2001 From: Sphynkx Date: Mon, 27 Jun 2011 09:47:54 +0000 Subject: [PATCH] --- doc/plugins/contrib/video.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/plugins/contrib/video.mdwn b/doc/plugins/contrib/video.mdwn index 7133e8d55..5515d7621 100644 --- a/doc/plugins/contrib/video.mdwn +++ b/doc/plugins/contrib/video.mdwn @@ -14,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](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: +Download and unpack [archive](http://sphynkx.org.ua/progr/videoplug/jw_videoplugin.tar.bz2) in your ikiwiki webdir. +Or download [JW Player](http://www.longtailvideo.com/players/jw-flv-player/) and [perl module](http://sphynkx.org.ua/progr/videoplug/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}] -- 2.32.0.93.g670b81a890