> Dear Dimitri, > > the wiki seems read only. It is because of reasons explained under http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Sourceforge.net#Sessions
So I am pretty sure that our old wiki can be recovered by creating some new directory links and changing the LocalSettings.php > I'm trying to convert it to the new media wiki > offer by SF itself. (See > https://apps.sourceforge.net/mediawiki/freemind/index.php?title=Main_Page) > What, except your extension was special in our wiki? 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"; Adapted by me version of extension GeSHiHighlight for highlighting groovy scripts: include("extensions/GeSHiHighlight.php"); > How to install your extension? For installing extensions you need write access to the directory where wiki is installed. Copy the extension into directory wiki/extensions and make changes in LocalSettings.php: require("extensions/FreeMind.php"); $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'mm' ); Regards, Dimitry ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Freemind-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freemind-developer
