Changes between Version 1 and Version 2 of MovieMacro/0.2


Ignore:
Timestamp:
Jul 24, 2015, 1:10:57 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • MovieMacro/0.2

    v1 v2  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Safely embed various movies into wiki pages =
    32
    4 This page is for version 2.0 documentation.
     3= Safely embed movies of various formats into Trac wiki pages
    54
    6  - https://pypi.python.org/pypi/TracMovieMacro/0.2
     5== Description
    76
    8 == Description ==
     7This page is for version 2.0 documentation pypi:TracMovieMacro/0.2.
    98
    10 Embed 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]. If you want support for more online sites just create a ticket.
     9This plugin allows you to embed 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]. If you want support for other online sites, just create a ticket.
    1110
    1211Adds support for preview rendering of movies in the browser and on attachment pages. For preview rendering to be available for all attachments, set the `max_preview_size` in the `[mimeviewer]` section of `trac.ini` to be greater than or equal to `max_size` in the `[attachment]` section.
    1312
    14 == Bugs/Feature Requests ==
     13== Bugs/Feature Requests
    1514
    1615Existing bugs and feature requests for MovieMacro are
     
    2019[/newticket?component=MovieMacro new ticket].
    2120
    22 == Download and Source ==
     21[[TicketQuery(component=MovieMacro&group=type,format=progress)]]
    2322
    24 Download the [download:moviemacro zipped source], check out [http://trac-hacks.org/svn/moviemacro using Subversion], or [source:moviemacro browse the source] with Trac.
     23== Download
    2524
    26 == Example ==
     25Download the zipped source from [download:moviemacro here].
    2726
    28 To understand [wiki:lcordier] better.
    29 {{{
    30 #!sh
     27== Source
     28
     29Check out [http://trac-hacks.org/svn/moviemacro using Subversion], or [source:moviemacro browse the source] with Trac.
     30
     31== Installation
     32
     33General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     34
     35== Example
     36
     37'''YouTube''': To understand [wiki:lcordier] better:
     38{{{#!sh
    3139[[Movie(http://www.youtube.com/watch?v=XUfH-BEBMoY,width=425px,height=344px)]]
    3240}}}
    3341
    34 To see an overview of the Scrum development methodology...
    35 {{{
    36 #!sh
     42'''GoogleVideo''': To see an overview of the Scrum development methodology:
     43{{{#!sh
    3744[[Movie(http://video.google.com/videoplay?docid=-7230144396191025011)]]
    3845}}}
    3946
    40 To see our scale in the universe...
    41 {{{
    42 #!sh
     47'''MetaCafe''': To see our scale in the universe:
     48{{{#!sh
    4349[[Movie(http://www.metacafe.com/watch/1768855/the_size_of_all_planets_are_relative/)]]
    4450}}}
    4551
    46 For countries where bandwidth comes at a premium, I would recommend you download the flash-video file (.flv) and save it in your project's htdocs
    47 directory. For !YouTube movies I would suggest you try [http://www.arrakis.es/~rggi3/youtube-dl/ youtube-dl].
     52For countries where bandwidth is at a premium, download the flash-video file (.flv) and save it in your project's htdocs
     53directory. For !YouTube movies try [http://www.arrakis.es/~rggi3/youtube-dl/ youtube-dl].
    4854
    4955Then reference your file like so:
    50 {{{
    51 #!sh
     56{{{#!sh
    5257[[Movie(htdocs://site/filename.flv)]]
    5358}}}
     
    6166 * from your SVN repository revision `[1024]`, you can also use `HEAD` as your revision: `source://1024/trunk/docs/filename.flv`
    6267
    63 == Recent Changes ==
     68== Recent Changes
    6469
    6570[[ChangeLog(moviemacro, 3)]]
    6671
    67 == Author/Contributors ==
     72== Author/Contributors
    6873
    6974'''Author:''' [wiki:lcordier] [[BR]]