Changes between Version 13 and Version 14 of FreemindMacro


Ignore:
Timestamp:
Oct 17, 2008, 9:00:48 AM (15 years ago)
Author:
Louis Cordier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreemindMacro

    v13 v14  
    2727
    2828You can check out FreemindMacro from [http://trac-hacks.org/svn/freemindmacro here] using Subversion, or [source:freemindmacro browse the source] with Trac.
     29
     30== Setup & Installation ==
     31
     32In {{{project/conf/trac.ini}}} you must add {{{application/x-freemind:mm}}} to the {{{mime_map}}} list. This enables Trac to render mindmaps
     33when previewing attachments.
     34
     35{{{
     36[mimeviewer]
     37mime_map = application/x-freemind:mm
     38}}}
     39
     40To render mindmaps when previewing them while browsing your SVN repository, you'll need an {{{svn:mime-type}}} on the file.
     41
     42{{{
     43#!sh
     44$ svn propset svn:mime-type application/x-freemind filename.mm
     45$ svn ci
     46}}}
    2947
    3048== Example ==
     
    6785 1. Give users access to the flash variables through the keyword arguments.
    6886
     87== Contributers ==
     88 * Martin Scharrer, FreemindRenderer reference implementation.
     89
    6990== Recent Changes ==
    7091