User:Dan Polansky: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
(+file format in 0.9.0; -TODO)
Line 13: Line 13:
* [http://freemind.sourceforge.net/wiki/index.php/Special:Recentchanges Recent Changes]
* [http://freemind.sourceforge.net/wiki/index.php/Special:Recentchanges Recent Changes]
* [[/monobook.css]]
* [[/monobook.css]]
==File format in 0.9.0==
File format - changes in 0.9.0 against 0.8.0:
* HTML text of nodes is stored directly in the XML in the element "richcontent" of the element "node", instead of being stored with escaped special character such as "<b>boldfaced text</b>" in the attribute "text" of the element "node"
* hyperlinks to files whose names contain spaces are stored differently, using "%20"
* elements for attributes have been added: "attributes" and "attribute" within "node", and also some at the beginning of the mind map
* ... more?


==SimplyHTML==
==SimplyHTML==
Line 36: Line 43:
How-tos:
How-tos:
* Sessions [http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Sourceforge.net#Sessions]
* Sessions [http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Sourceforge.net#Sessions]
==Todo==
* <s>+Info on mnemonics to [[Translation]] page.</s>
* +Info on the new mailing list to [[Translation]] page.


</table>
</table>

Revision as of 09:31, 5 December 2009

Daniel Polansky was FreeMind's director. Switching to I form. My favorite FreeMind related links follow.

Block

Links

File format in 0.9.0

File format - changes in 0.9.0 against 0.8.0:

  • HTML text of nodes is stored directly in the XML in the element "richcontent" of the element "node", instead of being stored with escaped special character such as "&lt;b&gt;boldfaced text&lt;/b&gt;" in the attribute "text" of the element "node"
  • hyperlinks to files whose names contain spaces are stored differently, using "%20"
  • elements for attributes have been added: "attributes" and "attribute" within "node", and also some at the beginning of the mind map
  • ... more?

SimplyHTML

MediaWiki

Customization of MediaWiki in FreeMind wiki, mostly in the file "LocalSettings.php":

  • Spam
    • Spam configuration filter in LocalSettings.php:
    • $wgSpamRegex = "/[^\x{0020}-\x{3dff}\s]|display:none|freeiconsweb|overflow:\s*auto;\s*height:\s*[0-4]px;/iu";
  • Lexical color highlighting
    • The "GeSHiHighlight" extension for highlighting Groovy scripts:
    • include("extensions/GeSHiHighlight.php");
  • require("extensions/FreeMind.php");
  • $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'mm' );
  • Squid caching[1]
    • $wgUseSquid = true;
    • $wgSquidServers = array('127.0.0.1');

How-tos: