Changes between Initial Version and Version 1 of MovieMacro


Ignore:
Timestamp:
Oct 16, 2008, 4:53:17 PM (16 years ago)
Author:
Louis Cordier
Comment:

New hack MovieMacro, created by lcordier

Legend:

Unmodified
Added
Removed
Modified
  • MovieMacro

    v1 v1  
     1= Safely embed various movies into wik pages =
     2
     3== Description ==
     4
     5Embed online movies from [http://www.youtube.com/ YouTube], [http://video.google.com/ GoogleVideo] and [http://www.metacafe.com/ MetaCafe], and local movies via [http://flowplayer.org/ FlowPlayer].
     6
     7
     8== Bugs/Feature Requests ==
     9
     10Existing bugs and feature requests for MovieMacro are
     11[report:9?COMPONENT=MovieMacro here].
     12
     13If you have any issues, create a
     14[http://trac-hacks.org/newticket?component=MovieMacro&owner=lcordier new ticket].
     15
     16== Download ==
     17
     18Download the zipped source from [download:moviemacro here].
     19
     20== Source ==
     21
     22You can check out MovieMacro from [http://trac-hacks.org/svn/moviemacro here] using Subversion, or [source:moviemacro browse the source] with Trac.
     23
     24== Example ==
     25
     26To understand [wiki:lcordier] better.
     27{{{
     28[[Movie(http://www.youtube.com/watch?v=XUfH-BEBMoY,width=425px,height=344px)]]
     29}}}
     30
     31To see an overview of the Scrum development methodology...
     32{{{
     33[[Movie(http://video.google.com/videoplay?docid=-7230144396191025011)]]
     34}}}
     35
     36To our scale in the universe...
     37{{{
     38[[Movie(http://www.metacafe.com/watch/1768855/the_size_of_all_planets_are_relative/)]]
     39}}}
     40
     41For countries where bandwidth comes at a premium, I would recommend you download the flash-video file (.flv) and save it in your projects site htdocs
     42directory. For YouTube movies I would suggest you try [http://www.arrakis.es/~rggi3/youtube-dl/ youtube-dl].
     43
     44Then reference your file like so:
     45{{{
     46[[Movie(htdocs://site/filename.flv)]]
     47}}}
     48
     49
     50You can also attach the file to a ticket, wiki page or keep it in you SVN repository. Reference the file like so:
     51{{{
     52htdocs://site/filename.flv
     53    from your project's htdocs.
     54
     55htdocs://plugin/dir/filename.flv
     56    from a plugin's htdocs.
     57
     58ticket://123/filename.flv
     59    from an attachment on ticket #123.
     60
     61wiki://WikiWord/filename.flv
     62    from an attachment on a wiki page.
     63
     64source://1024/trunk/docs/filename.flv
     65    from your SVN repository revision [1024], you can also use HEAD as your revision.
     66}}}
     67
     68
     69== Recent Changes ==
     70
     71[[ChangeLog(moviemacro, 3)]]
     72
     73== Author/Contributors ==
     74
     75'''Author:''' [wiki:lcordier] [[BR]]
     76'''Contributors:'''