Book Image

MediaWiki 1.1 Beginner's Guide

By : Jeff Orlof, Mizanur Rahman
Book Image

MediaWiki 1.1 Beginner's Guide

By: Jeff Orlof, Mizanur Rahman

Overview of this book

<p>MediaWiki is the free, open-source wiki engine software that powers Wikipedia and many of the other popular wikis across the Web. Written in PHP, it possesses many features that make it the engine of choice for large collaborative wikis: flexible markup, comprehensive user management, multimedia handling, and more. Whether you are creating a public wiki for open contributions, a private wiki for collaborating within your work team or group of friends, or even a wiki for personal use, this book will provide you with all the essential steps you require to achieve this.<br /><br />This book covers how to administer users, back up and restore content safely, migrate your installation to another server or database, and even make hacks to the code. From the installation process to customizing the pages, you will learn what it takes to run a well designed, secure MediaWiki site.<br /><br />Throughout the course of this book, you will see the many different ways that MediaWiki can be used on the Web. This book covers the open source MediaWiki wiki engine from installation and getting started through structuring your collaborative web site, advanced formatting, images, and multimedia to migrating your installation and creating new MediWiki templates. While you will be introduced to the many uses of a wiki, you will also be taken through step-by-step exercises that will help you master the many administrative tasks associated with running and securing your wiki. You will learn how to prevent unauthorized edits being made to content, how to prevent spam, how to back up and restore your wiki, how to configure its look and functionality to suit your needs, and much more.</p>
Table of Contents (21 chapters)
MediaWiki 1.1
Credits
About the Authors
About the Reviewers
Preface

Cool


These extensions were just too cool to leave out of the list.

AnyWikiDraw

While there are some security considerations related to the enabling of cookies and JavaScript in order to get this extension to work, it is really a cool addition to your site.

AnyWikiDraw runs a Java applet in your wiki that allows the editing of SVG, PNG, and JPEG images directly in the wiki. For sites where kids are a primary audience, this extension can be a great addition.

http://www.mediawiki.org/wiki/Extension:AnyWikiDraw

Balloons

Tooltips are a great way to teach people how to do something. For educational wikis, or wikis that attract a great deal of new users, the addition of tooltips can really give your wiki some pop.

The Balloons extension provides the magic tag<balloon> that allows you to add pop up tooltips to images and text in your wiki.

http://mckay.cshl.edu/wiki/index.php/MediaWiki_Balloon_Extension

CSS MenuSidebar

Wikis don't have to be boring. With the CSS MenuSidebar extension you can jazz up your site a bit with some CSS. You can create additional sidebar elements as a menu with dropdown items.

Along with the extension, you will need to copy a CSS file to your server as well so you can style your menus.

http://www.mediawiki.org/wiki/Extension:CSS_MenuSidebar

CategoryCloud

Category clouds are extremely popular on blogs thanks to a simple plugin made available from WordPress. With MediaWiki, an extension called CategoryCloud creates a tag cloud for every subcategory in the category.

Each word can be resized based on the number of children, both category and articles, in each subcategory.

http://www.mediawiki.org/wiki/Extension:CategoryCloud

Flickr

Wikis are all about collaboration and sharing, so why not share your Flickr images with your wiki's audience.

Using the Flickr extension has some advantages over uploading and embedding files. First, you don't have to store them on your server so resources such as storage and bandwidth aren't being used.

Second, you can keep the comments from Flickr so that they can be shared as well.

http://www.mediawiki.org/wiki/Extension:Flickr

MediaWikiPlayer

We saw earlier in the book how to playback Flash and Ogg files with separate players. The MediaWikiPlayer encompasses many different file types and allows you to play them back over your wiki.

By adding the URL of the file between two tags,<mediaplayer arg=value > and</mediaplayer>, you can play the following file types:

  • FLV

  • MP4 (H264/AAC)

  • MP3

  • Youtube

  • Various streaming servers

  • Various XML playlists

http://www.mediawiki.org/wiki/Extension:MediawikiPlayer

SendToTwitter

Want to send a tweet when you wiki is updated? SendToTwitter is an extension that will do just that. You can customize your message and the extension will automatically shorten the URL for you.

http://www.mediawiki.org/wiki/Extension:SendToTwitter