How To Enable Math Support In MediaWiki

April 7th, 2009

In case you are interested in applying math support in Mediawiki there are several steps you can take:

1. Log in to the control Panel and select the File Manager menu

2. Find the localsettings.php configuration file within your wiki directory

3. Modify this file be changing $wgUseTeX = false; to $wgUseTeX = true;. After you have implemented these changes add the following to the end of your file:

$wgUploadPath = “images”;
$wgUploadDirectory = “images”;
$wgMathPath = “{$wgUploadPath}/math”;
$wgMathDirectory = “{$wgUploadDirectory}/math”;
$wgTmpDirectory = “{$wgUploadDirectory}/tmp”;

Be sure that your Mediawiki includes such directories as /images/math and /images/tmp. In case you don’t find them there you need to create them setting 755 permissions. To accomplish this task you need to make use of File Manager menu within your Control Panel, select the very file or directory you want to work with and choose Change Permissions option.

4. The last thing you need to do implies downloading the textvc binary from http://sourceforge.net/project/showfiles.php?group_id=34373 and inserting the file into the /math folder.

MediaWiki version 1.14.0 release

February 23rd, 2009

Finally MediaWiki releases version 1.14.0, its 2009 Q1 branch. This release has increased the number of interface text fragments to 311,000 which include 298 languages which quintuples version 1.13.0. All this is achieved due to the translatewiki.net community.
MediaWiki implements integrative model of its development promising to gladden web masters with its releases every quarter. Each latest release is expected to run smoothly provided with all necessary security updates and fixed bugs which you could experience in previous versions of MediaWiki.
You will enjoy the improvements and innovations with every next quarterly release watching MediaWiki becoming better and stronger granting you with more powerful features.

If you want to dwell on a technical details read full release information.

For those who don’t want to use branch release there is a code available from source control.

Download MediaWiki version 1.14.0

MediaWiki Skins Design

November 9th, 2008

Today I am offering to your attention a book titled “MediaWiki Skins Design” (Richard Carter). The book teaches how to design attractive skins and templates for a MediaWiki website:

  • A practical, clear guide to building custom MediaWiki skins
  • Extensive guidance on adjusting the layout and design of your MediaWiki’s appearance
  • Attractive examples and design tips for using JavaScript and dynamic CSS to enhance your wiki’s design
  • Change every aspect of MediaWiki’s appearance to produce a wiki that’s fully tailored to your requirements

Here you can look through Chapter No. 8 “Social Networking and MediaWiki” provided for free

Clean mediawiki template

May 22nd, 2008

Clean is a mediawiki template, as the name itself suggests it is aimed at user-friendliness. Facilitated shotcuts for new pages, easily changed layout and drop down menus are its essential features.

View Mediawiki Template »

Free mediawiki skin: Fratman

May 5th, 2008

Free mediawiki skin offered today is Fratman - a minimalistic template for MediaWiki-based websites. It was originally created by Jason Pearce, but now there are a lot of developers who are making enhancements and fixing bugs, e.g. this Fratman pligg skin v.1.7 was supplied by Anand. Enjoy your work with it!

View Mediawiki Template »

Mediawiki theme: Cavendish

April 11th, 2008

Cavendish is a nice mediawiki theme with clean design, header navigation, 2 columns, rounded corners, left sidebar in delicate blue color. Mediawiki 1.6-1.7 compatible. If you are looking for stylish and elegant design for your mediawiki-driven website, there is no need to search something else, just stop at Cavendish.

View Mediawiki Template »

Mediawiki theme: Clean and Blue

April 8th, 2008

Clean and Blue is today’s free mediawiki template. Its name says for itself. It is a clean and blue layout with 2 columns and left sidebar. Clean&Blue mediawiki theme is suitable for those who prefer simple and minimalistic design.

View Mediawiki Template »

SnapHouston mediawiki skin

April 4th, 2008

Free mediawiki skin presented today called SnapHouston was designed in yellow and white colors. It includes 2 columns, left sidebar, what else?…Well there is no need to go on describing, just look at it. It seems to me that it symbolizes sun, warm and summer :)

View Mediawiki Template »

Mediawiki Template: Cosmo Chips

April 2nd, 2008

Cosmo Chips is another free mediawiki template with a strange name :) It was adapted from the browser-side source of The Mono Project. Cosmo Chips mediawiki theme carries clean design, black, white & green colors, two columns and right sidebar. It can be an ideal design for your personal, single-user website. Download it and you won’t feel sorry.

View Mediawiki Template »

Creating Templates in Mediawiki

March 28th, 2008

Have just found a fresh tutorial on how to create mediawiki templates. I believe it will be useful to you as its author reveals how to create mediawiki themes with two, five and no parameters,  how to edit categories, templates and much more.