User:Dan Polansky: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
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.
 
==Block==
* [http://freemind.sourceforge.net/wiki/index.php/Special:Blockip Block user]


==Links==
==Links==
* [http://freemind.sourceforge.net/wiki/index.php/Special:Blockip Block user]
* [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]

Revision as of 18:03, 6 November 2009

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

Block

Links

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:

Todo