]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/contrib/video.mdwn
(no commit message)
[ikiwiki.git] / doc / plugins / contrib / video.mdwn
index 247e233a909e72378e5c0b42bd2e105b95c0e6d4..5515d7621403187c27d87b86d549703583896e30 100644 (file)
@@ -1,4 +1,7 @@
-# Videoplugin
+[[!template id=plugin name=video author="[[Yury Chumak|sphynkx]]"]]
+[[!tag type/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://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}]