]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/contrib/video.mdwn
(no commit message)
[ikiwiki.git] / doc / plugins / contrib / video.mdwn
index 2c9c51e6a45587b084a5b453fd177f7c62f31324..baa0c6500b13d856c85ed2f7aab774bc3a60ddad 100644 (file)
@@ -1,5 +1,4 @@
-[[!template id=plugin name=video author="[[Yury Chumak|Sphynkx]]"]]
-[[!tag video]]
+[[!template id=plugin name=video author="[[Yury Chumak|sphynkx]]"]]
 
 ## Video
 
@@ -7,15 +6,15 @@ This plugin provides embedding video on wikipages. Plugin uses most simple embed
 
 ###Usage
 
->\[\[\!video width=100 height=100 type="application/x-shockwave-flash" src="/\_jwplayer/player.swf" allowscriptaccess="always" allowfullscreen="true" autostart="false" path="path\_to\_video"\]\]
+>\[\[\!video width=100 height=100 type="application/x-shockwave-flash" src="/\_jwplayer/player.swf" allowscriptaccess="always" allowfullscreen="true" autostart="false" file="path\_to\_video"\]\]
 
-All parameters are optional except path and will be replaced with the default settings as showed in the above example.
+All parameters are optional except *file* and will be replaced with the default settings as showed in the above example.
 
-*path* is relative path in webdir or web-address (to Youtube page).
+*file* 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}]