What is wiki software?

Wiki software is a type of collaborative software that runs a Wiki system. It is usually implemented as a server-side script that runs on one or more web servers, with the content generally stored in a relational database management system, although some implementations use the server's file system instead.

The first such software was created by Ward Cunningham in 1995, but given the relative simplicity of the wiki concept, a large number of implementations now exist, ranging from very simple "hacks" implementing only core functionality to highly sophisticated content management systems. The primary difference between wikis and more complex types of content management systems is that wiki software tends to focus on the content, at the expense of the more powerful control over layout seen in CMS's like Drupal and WebGUI.

"Wiki software" could be interpreted as comprising all of the software required to run a wiki, which might include a web server such as Apache, in addition to the "Wiki engine" itself, which implements the wiki technology. In some cases, such as ProjectForum, or some WikiServers, the web server and wiki engine are bundled together as one self-contained system, which can often make them easier to install.

The majority of wiki engines are open source, often available under the GNU General Public License (GPL); large projects such as TWiki and the Wikipedia engine, MediaWiki, are developed collaboratively. Many wikis are highly modular, providing APIs which allow programmers to develop new features without requiring them to be familiar with the entire codebase.

It is hard to determine which wiki engines are the most popular, although a list of leading candidates might include UseMod, TWiki, MoinMoin, PmWiki and MediaWiki. Click here for a comprehensive list of wiki softwares.

Some wiki software is not intended for collaborative work, but for either content management or for personal information organising.

This info was taken from Wikipedia and is freely distributable according to the terms of the GNU Free Documentation License (GNU FDL).