User:Dan Polansky

From FreeMind

(Redirected from User:Danielpolansky)

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

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)

Todo