MediaWiki
Thursday, 22 October 2009 13:07
How to put MediaWiki into Debug mode
By adding the following line to your LocalSettings.php file, you will be able to log everything that WikiMedia does:
$wgDebugLogFile = '/home/username/public_html/wikidir/logfile';
IMPORTANT NOTE: The path above should be the exact full path to the wiki directory under your account.
Last modified on Tuesday, 30 November 1999 00:00
Thursday, 08 October 2009 16:01
Mediawiki Extension for Camtasia Studio SWF videos
This took me a whole afternoon and involved a lot of hope as I browsed the Internet and no one seemed to have done this before. Fortunately, MediaWiki extensions are easier to write than Joomla CMS ones :c)
This article shows you how to get your MediaWiki system to display…
Last modified on Friday, 09 October 2009 10:45
