Talk:Embedding mind maps: Difference between revisions

From FreeMind
Jump to navigationJump to search
(This file contains HTML or script code that may be erroneously be interpreted by a web browser.)
Line 24: Line 24:


Where in the actual File system is it looking? [[User:Onefish|Onefish]] 20:47, 25 Mar 2007 (PDT)
Where in the actual File system is it looking? [[User:Onefish|Onefish]] 20:47, 25 Mar 2007 (PDT)
== This file contains HTML or script code that may be erroneously be interpreted by a web browser. ==
I have been trying to upload my mindmap file to my mediawiki.
I always get this error
This file contains HTML or script code that may be erroneously be interpreted by a web browser.
I have tried all the usual stuff, taking html out of the black list etc.
Mediawiki seems to be checking the content of the file and not allowing an upload.
Any help would be appreciated.
Wilbur

Revision as of 00:08, 23 June 2007

Can we download the Freemind Extension for MediaWiki

How can I embed Freemind Maps on an internal company wiki page? Can I get the extension to be able to do this?

  • I also would like to get the extension .php file to embed the flash MindMap. Would I be able to get it? (daleatzoi, 11.8.06)
  • Same request, like very much this functonnality (franxk, 11.15.06)
  • You can find the FreeMind.php file in the CVS here [1]

How to download CVS?

Can you give more specific instructions on downloading with a cvs client? Anonymous download possible? --GunterS 10:39, 10 Mar 2007 (PST)

Installation

  1. Download the contents of the CVS /extensions/freemind contents and place into ..extensions/freemind/ (lower case!) folder on your site.
  2. Download the FreeMind.php file from the CVS /extensions/ contents and place into ..extensions/ folder on your site.
  3. Add the line include('extensions/FreeMind.php'); to the end of your LocalSettings.php file (The name of your file is case sensitive!)
  4. Add 'mm' to the list of allowed file extensions, e.g. $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'wmz', 'mm' );

Now you can use the extension with different forms of <mm>[[Hello.mm]]</mm> in the wiki as per the article tab --Markr121 12:15, 2 Dec 2006 (PST)

Where does it look for .mm files

I always get a Error: Mind Map file WFPE.mm not found error and I've put the file everywhere I can think of.

Answer: [[Image:MyMindmap.mm]] --GunterS 06:00, 13 Feb 2007 (PST)

Where in the actual File system is it looking? Onefish 20:47, 25 Mar 2007 (PDT)

This file contains HTML or script code that may be erroneously be interpreted by a web browser.

I have been trying to upload my mindmap file to my mediawiki.

I always get this error

This file contains HTML or script code that may be erroneously be interpreted by a web browser.

I have tried all the usual stuff, taking html out of the black list etc.

Mediawiki seems to be checking the content of the file and not allowing an upload.

Any help would be appreciated.

Wilbur