Changes between Version 14 and Version 15 of FlashEmbedMacro


Ignore:
Timestamp:
Nov 18, 2011, 3:25:44 PM (12 years ago)
Author:
ruben@…
Comment:

added installation hints and render_unsafe_content workaround

Legend:

Unmodified
Added
Removed
Modified
  • FlashEmbedMacro

    v14 v15  
    2222
    2323You can check out FlashEmbedMacro from [http://trac-hacks.org/svn/flashembedmacro here] using Subversion, or [source:flashembedmacro browse the source] with Trac.
     24
     25== Installation hints ==
     26From a bash command prompt:
     27{{{
     28# unzip flashembedmacro-r10922.zip
     29# cd flashembedmacro/0.11
     30# python setup.py bdist_egg
     31# cp dist/TracFlashEmbedMacro-0.95RC1-py2.4.egg /your-trac-project/plugins/
     32# apachectl graceful
     33}}}
    2434
    2535== Usage and Examples ==
     
    7282The 'attachment:' prefix is optional, so examples above are equivalent.
    7383
     84If it doesn't play, check this setting in the trac.ini file
     85
     86{{{
     87 [attachment]
     88 render_unsafe_content = true
     89}}}
     90
    7491=== Embed FLV video ===
    7592