Difference: FreeMindPlugin (1 vs. 2)

Revision 22008-12-02 - JohnPoplett

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
Changed:
<
<
FreeMindPlugin

short description here

>
>

FreeMindPlugin

 
Added:
>
>
The FreeMindPlugin implements the %FREEMIND% tag to render FreeMind mindmaps from a Twiki topic. It requires Adobe's flash player plugin to run from the browser. FreeMind is open-source, "free" graphical mind-mapping software written in Java.
 
Added:
>
>

Syntax

 
Changed:
<
<
Syntax Rules
>
>
%FREEMIND{ mindMap="pathToMindMap.mm" <optional attributes>}
 
Changed:
<
<
* *
>
>
Attribute Description Required
mindMap specify the mindmap (.mm file) to display Yes
width specify the display area width in pixels or percentage No
height specify the display area height in pixels or percentage No
 
Changed:
<
<
Examples
>
>

Example

 
Changed:
<
<
* *
>
>
%FREEMIND{ mindMap="%ATTACHURL%/Wiki.mm" width="200" height="200"}}%
 
Changed:
<
<
Plugin Settings
>
>
IDEA! This example uses %ATTACHURL% to locate a mindmap file attached to the same page.
 
Changed:
<
<
Plugin settings are stored as preferences variables. To reference a plugin setting write %_%, i.e. %NEWPLUGIN_SHORTDESCRIPTION%
>
>
If this plugin is installed, you will see the sample mindmap displayed via flash player.
 
Changed:
<
<
* One line description, is shown in the TextFormattingRules topic: o Set SHORTDESCRIPTION = one line description here
>
>
Flash plugin or Javascript are turned off. Activate both and reload to view the mindmap
 
Changed:
<
<
* Debug plugin: (See output in data/debug.txt) o Set DEBUG = 0
>
>

Settings

 
Changed:
<
<
* My own setting: o Set HOWTO = got it!
>
>
FreeMindPlugin settings are stored as preferences variables. To reference a plugin setting, write %FreeMindPlugin_<setting>%, e.g. %FreeMindPlugin_SHORTDESCRIPTION%
 
Changed:
<
<
Plugin Installation Instructions
>
>

Installation

  Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the TWiki server.

* Download the ZIP file from the Plugin Home (see below) * Unzip FreeMindPlugin.zip in your twiki installation directory. Content:

Changed:
<
<
File: Description: data/TWiki/FreeMindPlugin.txt Plugin topic data/TWiki/FreeMindPlugin.txt,v Plugin topic repository lib/TWiki/Plugins/FreeMindPlugin.pm Plugin Perl module
>
>
File: Description:
data/TWiki/FreeMindPlugin.txt Plugin topic
data/TWiki/FreeMindPlugin.txt,v Plugin topic repository
lib/TWiki/Plugins/FreeMindPlugin.pm Plugin Perl module
pub/TWiki/FreeMindPlugin/swfobject.js SWFobject, a flash player loader
pub/TWiki/FreeMindPlugin/expressInstall.swf Adobe flash player installer
pub/TWiki/FreeMindPlugin/Wiki.mm sample FreeMind mindmap
pub/TWiki/FreeMindPlugin/visorFreemind.swf Flash application to render mindmaps
  * Configure the Plugin:
Changed:
<
<
o TWiki 4.0 and up: Run the configure script to enable the Plugin o Change the Plugin settings as needed * Test if the installation was successful: o enter samples here

Plugin Info

Plugin Author: TWiki:Main.JohnPoplett Copyright: © 2007, TWiki:Main.JohnPoplett License: GPL (GNU General Public License) Plugin Version: 01 Dec 2008 (V1.000) Change History:

<-- versions below in reverse order -->
01 Dec 2008: Initial version TWiki Dependency: $TWiki::Plugins::VERSION 1.1 CPAN Dependencies: none Other Dependencies: none Perl Version: 5.005 Benchmarks: GoodStyle nn%, FormattedSearch nn%, FreeMindPlugin nn% Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/FreeMindPlugin Feedback: http://TWiki.org/cgi-bin/view/Plugins/FreeMindPluginDev Appraisal: http://TWiki.org/cgi-bin/view/Plugins/FreeMindPluginAppraisal
>
>
    • TWiki 4.0 and up: run the configure script to enable the Plugin
    • Change the Plugin settings as needed
  • If successful, the example mindmap on your local copy of topic FreeMindPlugin, will render in your browser.

Plugin Info

Plugin Author: TWiki:Main.JohnPoplett
Copyright: © 2007, TWiki:Main.JohnPoplett
License: GPL (GNU General Public License)
Plugin Version: 01 Dec 2008 (V1.000)
Change History:
<-- versions below in reverse order -->
01 Dec 2008: Initial version
TWiki Dependency: $TWiki::Plugins::VERSION 1.1
CPAN Dependencies: none
Other Dependencies: JavaScript™ and Flash support in browser
Perl Version: 5.005
Benchmarks: GoodStyle nn%, FormattedSearch nn%, FreeMindPlugin nn%
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/FreeMindPlugin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/FreeMindPlugin
Dev Appraisal: http://TWiki.org/cgi-bin/view/Plugins/FreeMindPluginAppraisal
  Related Topics: TWikiPlugins, DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences
Line: 67 to 76
  Related Topics: TWikiPlugins, DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences
Deleted:
<
<
 %TOPICCREATE{ template="Plugins.PluginDevTemplate" topic="FreeMindPluginDev" disable="NewPluginTemplate" parameters="pluginName=FreeMindPlugin&RelatedTopics=FreeMindPlugin, FreeMindPluginAppraisal" }% %TOPICCREATE{ template="Plugins.PluginAppraisalTemplate" topic="FreeMindPluginAppraisal" disable="NewPluginTemplate" parameters="RelatedTopics=FreeMindPlugin, FreeMindPluginDev" }% -- TWiki:Main.JohnPoplett - 01 Dec 2008
Added:
>
>
META FILEATTACHMENT attachment="Wiki.mm" attr="" comment="" date="1228245190" name="Wiki.mm" path="Wiki.mm" size="2144" stream="Wiki.mm" tmpFilename="/var/tmp/CGItemp13681" user="JohnPoplett" version="1"

Revision 12008-12-01 - JohnPoplett

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="WebHome"
FreeMindPlugin

short description here

Syntax Rules

* *

Examples

* *

Plugin Settings

Plugin settings are stored as preferences variables. To reference a plugin setting write %_%, i.e. %NEWPLUGIN_SHORTDESCRIPTION%

* One line description, is shown in the TextFormattingRules topic: o Set SHORTDESCRIPTION = one line description here

* Debug plugin: (See output in data/debug.txt) o Set DEBUG = 0

* My own setting: o Set HOWTO = got it!

Plugin Installation Instructions

Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the TWiki server.

* Download the ZIP file from the Plugin Home (see below) * Unzip FreeMindPlugin.zip in your twiki installation directory. Content:

File: Description: data/TWiki/FreeMindPlugin.txt Plugin topic data/TWiki/FreeMindPlugin.txt,v Plugin topic repository lib/TWiki/Plugins/FreeMindPlugin.pm Plugin Perl module

* Configure the Plugin: o TWiki 4.0 and up: Run the configure script to enable the Plugin o Change the Plugin settings as needed * Test if the installation was successful: o enter samples here

Plugin Info

Plugin Author: TWiki:Main.JohnPoplett Copyright: © 2007, TWiki:Main.JohnPoplett License: GPL (GNU General Public License) Plugin Version: 01 Dec 2008 (V1.000) Change History:

<-- versions below in reverse order -->
01 Dec 2008: Initial version TWiki Dependency: $TWiki::Plugins::VERSION 1.1 CPAN Dependencies: none Other Dependencies: none Perl Version: 5.005 Benchmarks: GoodStyle nn%, FormattedSearch nn%, FreeMindPlugin nn% Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/FreeMindPlugin Feedback: http://TWiki.org/cgi-bin/view/Plugins/FreeMindPluginDev Appraisal: http://TWiki.org/cgi-bin/view/Plugins/FreeMindPluginAppraisal

Related Topics: TWikiPlugins, DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences

%TOPICCREATE{ template="Plugins.PluginDevTemplate" topic="FreeMindPluginDev" disable="NewPluginTemplate" parameters="pluginName=FreeMindPlugin&RelatedTopics=FreeMindPlugin, FreeMindPluginAppraisal" }% %TOPICCREATE{ template="Plugins.PluginAppraisalTemplate" topic="FreeMindPluginAppraisal" disable="NewPluginTemplate" parameters="RelatedTopics=FreeMindPlugin, FreeMindPluginDev" }% -- TWiki:Main.JohnPoplett - 01 Dec 2008

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.FreeMindPlugin.