User:Dan Polansky

From FreeMind

(Difference between revisions)
Revision as of 14:30, 27 Oct 2009
Dan Polansky (Talk | contribs)
MediaWiki
← Go to previous diff
Current revision
Dan Polansky (Talk | contribs)
Hierarchy
Line 1: Line 1:
<table><tr><td width=600> <table><tr><td width=600>
-'''Daniel Polansky''' was FreeMind's director. Switching to I form. My favorite FreeMind related links follow. +'''Daniel Polansky''' was FreeMind's director. Switching to I form. My favorite FreeMind related links follow.
-==Links==+==Block==
* [http://freemind.sourceforge.net/wiki/index.php/Special:Blockip Block user] * [http://freemind.sourceforge.net/wiki/index.php/Special:Blockip Block user]
 +
 +==Links==
* [http://cvs.sourceforge.net/viewcvs.py/freemind/ CVS - browse] * [http://cvs.sourceforge.net/viewcvs.py/freemind/ CVS - browse]
* [http://sourceforge.net/project/stats/?group_id=7118 Download Statistics] * [http://sourceforge.net/project/stats/?group_id=7118 Download Statistics]
Line 11: 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 nodes — 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 "&amp;lt;b&amp;gt;boldfaced text&amp;lt;/b&amp;gt;" in the attribute "text" of the element "node"
 +* Hyperlinks — hyperlinks to local files whose names contain spaces are stored differently, using "%20"; also applies to the "%" character I guess
 +* Attributes — elements for attributes have been added: "attributes" and "attribute" within "node", and also some at the beginning of the mind map; see also [[Attribute#Storage_in_XML]]
 +* ... more?
 +Notes:
 +* Scripts are stored in the attributes of hte attribute function, so require no new XML elements beyond those of attributes.
 +
 +==Hierarchy==
 +Hierarchical or tree FreeMind versus network, general graph or DAG FreeMind:
 +* [http://sourceforge.net/projects/freemind/forums/forum/22101/topic/1974798 "Moving beyond pure hierarchy - pros & cons"], 2008-03-18, Open Discussion
 +* [http://sourceforge.net/projects/freemind/forums/forum/22101/topic/957873 "Tree versus DAG/Graph"], 2003-10-22, Open Discussion
==SimplyHTML== ==SimplyHTML==
Line 34: Line 50:
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>

Current revision

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

Table of contents

Block

  • Block user (http://freemind.sourceforge.net/wiki/index.php/Special:Blockip)

Links

File format in 0.9.0

File format - changes in 0.9.0 against 0.8.0:

  • HTML nodes — 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 — hyperlinks to local files whose names contain spaces are stored differently, using "%20"; also applies to the "%" character I guess
  • Attributes — elements for attributes have been added: "attributes" and "attribute" within "node", and also some at the beginning of the mind map; see also Attribute#Storage_in_XML
  • ... more?

Notes:

  • Scripts are stored in the attributes of hte attribute function, so require no new XML elements beyond those of attributes.

Hierarchy

Hierarchical or tree FreeMind versus network, general graph or DAG FreeMind:

SimplyHTML

  • Bug tracker (http://sourceforge.net/tracker/?group_id=174364&atid=868940)
  • CVS - browse (http://simplyhtml.cvs.sourceforge.net/simplyhtml/shtml/src/com/lightdev/app/shtm/)
  • CVS - stats (https://sourceforge.net/project/stats/detail.php?group_id=174364&ugn=simplyhtml&type=cvs)
  • Feature request tracker (http://sourceforge.net/tracker/?group_id=174364&atid=868943)
  • Home page (http://simplyhtml.sourceforge.net/mediawiki-1.6/index.php/Main_Page)

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] (http://www.mediawiki.org/wiki/Manual:Squid_caching#Configuring_MediaWiki)
    • $wgUseSquid = true;
    • $wgSquidServers = array('127.0.0.1');

How-tos:

  • Sessions [2] (http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Sourceforge.net#Sessions)