logo

Types of knowledge

logo

Some one quoted this for fun, but I can’t help wondering about the truth in it.

All knowledge falls within three kinds:
1. To know directly
2. To know how to acquire it from where, when and who
3. To know the right key words for the search box.

Made me think

logo
The human brain is divided into two halves. The right half has nothing left in it and the left half has nothing right in it.

- The Times of India, SMS joke of the day, 12th November 2008

How to change the skin of a mediawiki based site?

logo

Unlike wordpress users who are spoilt for choices, there aren’t really many good skin options for mediawiki users.

There are not many sites that distribute mediawiki skins.

Wikimedia has a few skins and Mediawiki2u.com has another few. If you google hard enough, you can find a few more sites out there.

  1. Lets us say we want to install a theme whose name is bluetheme.
  2. Down load your mediawiki skin. It is usually a zip/rar/tgz archive. bluetheme.zip/bluetheme.rar/bluetheme.tgz
  3. Unzip the archive to a local folder and examine it.
  4. Usually, the .php files for the theme are in provided along with the theme.
  5. In this case you should have two files called bluetheme.php and bluetheme.deps.php and all other files should be in a subfolder bluetheme.
  6. Upload bluetheme.php, bluetheme.deps.php and the blue themes subfolder to the /skins folder your mediawiki directory.
  7. To activate the theme that was just uploaded you will need to modify your LocalSettings.php file in the / folder of your mediawiki installation.
  8. Open LocalSetting.php in a text editor. Locate the text “$wgDefaultSkin = ‘monobook’;” and replace it with “$wgDefaultSkin = ‘bluetheme’;”
  9. Clear your browser cache and refresh the site to see the new theme.

In case bluetheme.php is not a part of the theme you downloaded, you can manually create it by editing the existing files. For more detailed instructions, read this.

Configuring .htaccess

logo

I’ve been going nuts with configuring .htacess files for my website.

I’ve tried reading through the tutotial here. Still figuring it out. :(

Quote : Unforgiveness

logo
Unforgiveness is the poison you drink every day hoping that the other person will die.

- Debbie Ford

logo
Powered by Wordpress | Designed by Elegant Themes