Posted in
General,
Humor on 28-11-2008 |
no responses
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.
Posted in
Humor on 12-11-2008 |
no responses
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
Posted in
Howto,
Mediawiki on 9-11-2008 |
no responses
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.
- Lets us say we want to install a theme whose name is bluetheme.
- Down load your mediawiki skin. It is usually a zip/rar/tgz archive. bluetheme.zip/bluetheme.rar/bluetheme.tgz
- Unzip the archive to a local folder and examine it.
- Usually, the .php files for the theme are in provided along with the theme.
- 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.
- Upload bluetheme.php, bluetheme.deps.php and the blue themes subfolder to the /skins folder your mediawiki directory.
- To activate the theme that was just uploaded you will need to modify your LocalSettings.php file in the / folder of your mediawiki installation.
- Open LocalSetting.php in a text editor. Locate the text “$wgDefaultSkin = ‘monobook’;” and replace it with “$wgDefaultSkin = ‘bluetheme’;”
- 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.