diff options
author | http://sphynkx.livejournal.com/ <http://sphynkx.livejournal.com/@web> | 2011-06-27 02:18:50 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-06-27 02:18:50 +0000 |
commit | 5f9f0a303ef81af0bbac9c8db09862ad56df327d (patch) | |
tree | 427b7ac05177ebb4cfa559cdbcd881103e1910bd | |
parent | 8cccebcba4caac73c11802ea1fa249d02162146c (diff) | |
download | ikiwiki-5f9f0a303ef81af0bbac9c8db09862ad56df327d.tar ikiwiki-5f9f0a303ef81af0bbac9c8db09862ad56df327d.tar.gz |
-rw-r--r-- | doc/plugins/contrib/video.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/contrib/video.mdwn b/doc/plugins/contrib/video.mdwn index b8c296dbe..2f59b34d2 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](/\_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}] |