Changes between Version 28 and Version 29 of FreemindMacro


Ignore:
Timestamp:
Nov 10, 2015, 8:44:04 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • FreemindMacro

    v28 v29  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Embed Freemind mindmaps into wiki pages =
    32
    4 == Description ==
     3= Embed Freemind mindmaps into wiki pages
    54
    6 Embeds Freemind mindmaps, see Freemind[[FootNote(http://freemind.sourceforge.net/wiki/index.php/Main_Page)]] for more details on mindmaps.
    7 This plugin makes use of the `visorFreeMind.swf`[[FootNote(http://freemind.sourceforge.net/wiki/index.php/Flash_browser)]] flash mindmap viewer.
     5== Description
     6
     7Embeds [http://freemind.sourceforge.net/wiki/index.php/Main_Page Freemind mindmaps] into your Trac wiki pages.
     8This plugin makes use of the `visorFreeMind.swf` flash mindmap viewer, the GPL licensed [http://freemind.sourceforge.net/wiki/index.php/Flash_browser Flash browser for FreeMind].
    89
    910See also the similar MindMapMacro.
    1011
    11 == Bugs/Feature Requests ==
     12== Bugs/Feature Requests
    1213
    1314Existing bugs and feature requests for FreemindMacro are
     
    1516
    1617If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=FreemindMacro&owner=lcordier new ticket].
     18[/newticket?component=FreemindMacro new ticket].
    1819
    19 == Download ==
     20[[TicketQuery(component=FreemindMacro&group=type,format=progress)]]
    2021
    21 Download the zipped source from [download:freemindmacro here].
     22== Download
    2223
    23 == Source ==
     24Download the zipped source from [export:freemindmacro here].
    2425
    25 You can check out FreemindMacro from [http://trac-hacks.org/svn/freemindmacro here] using Subversion, or [source:freemindmacro browse the source] with Trac.
     26== Source
    2627
    27 == Setup & Installation ==
     28You can check out FreemindMacro from [/svn/freemindmacro here] using Subversion, or [source:freemindmacro browse the source] with Trac.
     29
     30== Installation
    2831
    2932Add {{{application/x-freemind:mm}}} to the {{{mime_map}}} list in your project's {{{trac.ini}}}. This enables Trac to render mindmaps
    30 when previewing attachments. [[br]]
    31 Also add an entry to the components section
     33when previewing attachments.
    3234
    33 {{{
     35Also add an entry to the components section of the `trac.ini` file:
     36
     37{{{#!ini
    3438[mimeviewer]
    3539mime_map = application/x-freemind:mm
     
    3943}}}
    4044
    41 
    4245To render mindmaps when previewing them while browsing your SVN repository, you'll need an {{{svn:mime-type}}} on the file.
    4346
    44 {{{
    45 #!sh
     47{{{#!sh
    4648$ svn propset svn:mime-type application/x-freemind filename.mm
    4749$ svn ci
    4850}}}
    4951
    50 == Example ==
     52== Example
    5153
    52 It appears you cannot view mindmaps from different domains, might be a flash issue. For an example, download the file http://evamoraga.net/efectokiwano/mm/index.mm and save it into your projects' htdocs directory.
     54It appears you cannot view mindmaps from different domains, might be a Flash issue. For an example, download the file http://evamoraga.net/efectokiwano/mm/index.mm and save it into your projects' htdocs directory.
    5355
    5456{{{
     
    5658}}}
    5759
    58 Ideally you want to access mindmaps from your SVN repository,
     60Ideally you want to access mindmaps from your SVN repository:
    5961
    6062{{{
     
    6264}}}
    6365
    64 You can access your mindmaps as follows.
     66You can access your mindmaps as follows:
    6567
    6668{{{
     
    8486}}}
    8587
    86 == Possible Enhancements ==
    87  1. Give users access to the flash variables through the keyword arguments.
     88== Possible Enhancements
    8889
    89 == Recent Changes ==
     90 1. Give users access to the Flash variables through the keyword arguments.
     91
     92== Recent Changes
    9093
    9194[[ChangeLog(freemindmacro, 3)]]
    9295
    93 == Author/Contributors ==
     96== Author/Contributors
    9497
    9598'''Author:''' [wiki:lcordier] [[BR]]
    96 '''Maintainer:''' [wiki:lcordier] [[BR]]
     99'''Maintainer:''' [[Maintainer]] [[BR]]
    97100'''Contributors:''' [wiki:martin_s] (!FreemindRenderer reference implementation)
    98 
    99 [[FootNote]]