Need a Wiki? Think Instiki!

Every project needs an efficient way to record and share information. My favourite is a project wiki. Wikipedia defines Wiki as:

A wiki is a collection of Web pages designed to enable anyone with access to contribute or modify content, using a simplified markup language. Wikis are often used to create collaborative websites and to power community websites.

Instiki is a simple wiki engine developed by the people behind Ruby on Rails. Not suprisingly, it runs on ruby on rails. Instiki's strengths are that it is easy to install and easy to use. It is not a enterprise class wiki, however I find that simplicity is often better. One thing that does bug me about instiki is the installation instructions:

Windows

  1. Download

  2. run “instiki.cmd” with Ruby 1.8.4 or greater installed (get One-Click Ruby Installer for Windows)

  3. Chuckle… There Is No Step Three™! :) (See note)

Apparently installing ruby is not a step in the installation process. Using the same technique it turns out that screwturn wiki has only one installation step:

  1. Deploy the Wiki's files into your production ASP.NET server, being sure that the ASP.NET runtime has write permissions for the public\ directory (Setup your Wiki configuration by editing the Web.config file (Download the ScrewTurn Wiki site-only package and extract it on your hard disk ))

Appart from that instiki is a wonderful tool. It supports revisions, RSS, authors, search, multiple webs, password protected webs and a number of other features. On windows it will run as a console application by default, which is clearly not desirable. The instructions to convert it to a windows service are scary but easy to follow.

If you looking for a simple wiki tool consider Instiki.


Comments are closed