From: <var...@us...> - 2010-05-07 09:41:53
|
Revision: 7382 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7382&view=rev Author: vargenau Date: 2010-05-07 09:41:45 +0000 (Fri, 07 May 2010) Log Message: ----------- Spelling Modified Paths: -------------- trunk/pgsrc/Help%2FVideoPlugin Modified: trunk/pgsrc/Help%2FVideoPlugin =================================================================== --- trunk/pgsrc/Help%2FVideoPlugin 2010-05-07 09:40:31 UTC (rev 7381) +++ trunk/pgsrc/Help%2FVideoPlugin 2010-05-07 09:41:45 UTC (rev 7382) @@ -11,9 +11,9 @@ The **~Video** [[Help:WikiPlugin|plugin]] allows to include video in a wiki page. Video file must be encoded in FLV format. -The Video plugin can also be called withe the ~{~{video.flv~}~} syntax. +The Video plugin can also be called with the ~{~{video.flv~}~} syntax. -== Arguments +== Arguments == Use only one of ##url## or ##file## arguments at a time. @@ -44,7 +44,7 @@ | false |} -== Example +== Example == A video: {{{ @@ -61,7 +61,7 @@ {{another_video.flv}} }}} -== Authors +== Authors == * Roger Guignard, Alcatel-Lucent * Marc-Etienne Vargenau, Alcatel-Lucent This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2015-03-18 14:16:05
|
Revision: 9627 http://sourceforge.net/p/phpwiki/code/9627 Author: vargenau Date: 2015-03-18 14:15:57 +0000 (Wed, 18 Mar 2015) Log Message: ----------- Update Video help: add HTML 5 formats Modified Paths: -------------- trunk/pgsrc/Help%2FVideoPlugin Modified: trunk/pgsrc/Help%2FVideoPlugin =================================================================== --- trunk/pgsrc/Help%2FVideoPlugin 2015-03-11 15:02:44 UTC (rev 9626) +++ trunk/pgsrc/Help%2FVideoPlugin 2015-03-18 14:15:57 UTC (rev 9627) @@ -1,4 +1,4 @@ -Date: Wed, 4 Mar 2015 14:20:06 +0000 +Date: Wed, 18 Mar 2015 15:14:44 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.3) Content-Type: application/x-phpwiki; pagename=Help%2FVideoPlugin; @@ -7,7 +7,10 @@ Content-Transfer-Encoding: binary The **~Video** [[Help:WikiPlugin|plugin]] allows to include video in a wiki page. -Video file must be encoded in FLV format. +Video file must be encoded in FLV format ([[WikiPedia:Flash Video|Flash Video]]) or in an HTML 5 format: +* [[WikiPedia:Ogg|Ogg]], +* [[WikiPedia:MP4|MP4]], +* [[WikiPedia:WebM|WebM]]. The Video plugin can also be called with the ~{~{video.flv~}~} syntax. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2015-03-25 13:56:43
|
Revision: 9631 http://sourceforge.net/p/phpwiki/code/9631 Author: vargenau Date: 2015-03-25 13:56:37 +0000 (Wed, 25 Mar 2015) Log Message: ----------- WebM Video for Internet Explorer Modified Paths: -------------- trunk/pgsrc/Help%2FVideoPlugin Modified: trunk/pgsrc/Help%2FVideoPlugin =================================================================== --- trunk/pgsrc/Help%2FVideoPlugin 2015-03-25 12:52:58 UTC (rev 9630) +++ trunk/pgsrc/Help%2FVideoPlugin 2015-03-25 13:56:37 UTC (rev 9631) @@ -1,4 +1,4 @@ -Date: Wed, 25 Mar 2015 12:24:09 +0000 +Date: Wed, 25 Mar 2015 14:34:19 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.3) Content-Type: application/x-phpwiki; pagename=Help%2FVideoPlugin; @@ -78,6 +78,7 @@ * [[Help:Images]] * [[Help:Adobe Flash]] * [[Help:Wikicreole]] +* [[http://tools.google.com/dlpage/webmmf/|WebM Video for Internet Explorer 9+]] <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2021-06-16 17:21:19
|
Revision: 10288 http://sourceforge.net/p/phpwiki/code/10288 Author: vargenau Date: 2021-06-16 17:21:22 +0000 (Wed, 16 Jun 2021) Log Message: ----------- Internet Explorer is dead; new URL for big-buck-bunny_trailer.webm Modified Paths: -------------- trunk/pgsrc/Help%2FVideoPlugin Modified: trunk/pgsrc/Help%2FVideoPlugin =================================================================== --- trunk/pgsrc/Help%2FVideoPlugin 2021-06-16 17:03:02 UTC (rev 10287) +++ trunk/pgsrc/Help%2FVideoPlugin 2021-06-16 17:21:22 UTC (rev 10288) @@ -1,4 +1,4 @@ -Date: Sat, 20 Feb 2021 11:52:37 +0000 +Date: Wed, 16 Jun 2021 19:20:34 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FVideoPlugin; @@ -65,9 +65,9 @@ === Big Buck Bunny === {{{ -{{http://video.webmfiles.org/big-buck-bunny_trailer.webm}} +{{https://wiki.yoctoproject.org/wiki/images/a/a6/Big-buck-bunny_trailer.webm}} }}} -{{http://video.webmfiles.org/big-buck-bunny_trailer.webm}} +{{https://wiki.yoctoproject.org/wiki/images/a/a6/Big-buck-bunny_trailer.webm}} == Authors == @@ -77,7 +77,6 @@ == See Also == * [[Help:Images]] * [[Help:Wikicreole]] -* [[http://tools.google.com/dlpage/webmmf/|WebM Video for Internet Explorer 9+]] <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |