Changes between Version 14 and Version 15 of MindMapMacro


Ignore:
Timestamp:
Mar 11, 2015, 10:48:13 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • MindMapMacro

    v14 v15  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Draw mind maps using wiki list syntax =
    32
    4 == Description ==
     3= Draw mind maps using wiki list syntax
     4
     5== Description
    56
    67This macro can be used to include [http://en.wikipedia.org/wiki/Mind_map mind maps] into wiki pages and other wiki-enabled Trac elements. The mind maps are displayed using a flash application.
    78
    8 Two input methods are supported:
    9  A. the normal macro form awaits a [TracLinks TracLink] (e.g. `attachment:file.mm`) to a [http://freemind.sourceforge.net/ Freemind] file.
    10  B. the long form reads and converts a wiki lists into a Freemind mindmap and displays it.
     9The following input methods are supported:
     10 1. the normal macro form awaits a [TracLinks TracLink] (e.g. `attachment:file.mm`) to a [http://freemind.sourceforge.net/ Freemind] file.
     11 1. the long form reads and converts a wiki lists into a Freemind mindmap and displays it.
    1112
    1213This version was written for Trac 0.11 and also works for 0.12.
     
    1415See also the similar FreemindMacro.
    1516
    16 == Usage ==
     17== Usage
    1718
    18 === A. Macro Form ===
     19=== 1. Macro Form
    1920
    2021{{{
     
    3637}}}
    3738
    38 === B. Long Form ===
     39=== 2. Long Form
    3940
    4041{{{
     
    6263}}}
    6364
    64 === Options ===
     65=== Options
    6566
    6667The following options are supported:
    6768
    68 ||'''Options''' ||'''Descrição''' ||''Default''' ||
     69||'''Options''' ||'''Description''' ||'''Default''' ||
    6970|| `width`|| Width of !FreeMind window. [%] || 100% ||
    7071|| `height`|| Height of !FreeMind window. [px] || 600px ||
     
    7677|| `someothervar`|| Some other variable !FreeMind allows || N.A. ||
    7778
    78 == Install ==
     79== Installation
    7980
    80 Generic installation guidelines are troubleshooting can be found at TracPlugins.
     81Generic installation guidelines and troubleshooting guidelines can be found at TracPlugins.
    8182
    8283Steps to install and configure this plugin are:
     
    8788{{{
    8889#!sh
    89 $ sudo easy_install https://trac-hacks.org/svn/extracturlplugin/0.11/
     90sudo easy_install https://trac-hacks.org/svn/extracturlplugin/0.11/
    9091}}}
    9192   * Plugin:
     
    9394{{{
    9495#!sh
    95 $ sudo easy_install https://trac-hacks.org/svn/mindmapmacro/0.11/
     96sudo easy_install https://trac-hacks.org/svn/mindmapmacro/0.11/
    9697}}}
    9798 1. '''Enable'''
     
    104105{{{
    105106#!sh
    106 $ sudo /etc/init.d/apache2 restart
     107sudo /etc/init.d/apache2 restart
    107108}}}
    108109
    109 == Requirements ==
     110== Requirements
    110111
    111  * ExtractUrlPlugin
    112  * [http://get.adobe.com/flashplayer/ Flash Plugin] v6 or higher
    113  * Javascript or [http://www.w3.org/ w3.org] compatible browser (i.e. Internet Explorer with Javascript disabled won't work)
     112 * ExtractUrlPlugin.
     113 * [http://get.adobe.com/flashplayer/ Flash Plugin] v6 or higher.
     114 * Javascript or [http://www.w3.org/ w3.org] compatible browser, ie Internet Explorer with Javascript disabled won't work.
    114115
    115 == Bugs/Feature Requests ==
     116== Bugs/Feature Requests
    116117
    117118Existing bugs and feature requests for MindMapMacro are
     
    121122[http://trac-hacks.org/newticket?component=MindMapMacro&owner=martin_s new ticket].
    122123
    123 == Source & Download ==
     124[[TicketQuery(component=MindMapMacro&group=type,format=progress)]]
     125
     126== Source & Download
    124127
    125128You can check out MindMapMacro from [http://trac-hacks.org/svn/mindmapmacro here] using Subversion, or [source:mindmapmacro browse the source] with Trac.
     
    127130You can also download the zipped source from [download:mindmapmacro here].
    128131
    129 == Recent Changes ==
     132== Recent Changes
    130133
    131134[[ChangeLog(mindmapmacro, 3)]]
    132135
    133 == Author/Contributors ==
     136== Author/Contributors
    134137
    135138'''Author:''' [wiki:martin_s] [[BR]]
    136 '''Maintainer:''' [wiki:martin_s] [[BR]]
     139'''Maintainer:''' [[Maintainer]] [[BR]]
    137140'''Contributors:'''