Jump to content

Wiki software: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
A '''wiki''' is a type of [[collaborative software]] program that typically allows [[web page]]s to be created and collaboratively edited using a common [[web browser]]. Websites running such programs are themselves referred to as [[wiki]]s.
A '''wiki''' is a type of [[collaborative software]] program that typically allows [[web page]]s to be created and collaboratively edited using a common [[web browser]]. Websites running such programs are themselves referred to as [[wiki]]s..


A wiki system is usually an [[application server]] that runs on one or more [[web server]]s. The content is stored in a [[file system]], and changes to the content are stored in a [[relational database management system]].
A wiki system is usually an [[application server]] that runs on one or more [[web server]]s. The content is stored in a [[file system]], and changes to the content are stored in a [[relational database management system]].

Revision as of 16:37, 10 August 2009

A wiki is a type of collaborative software program that typically allows web pages to be created and collaboratively edited using a common web browser. Websites running such programs are themselves referred to as wikis..

A wiki system is usually an application server that runs on one or more web servers. The content is stored in a file system, and changes to the content are stored in a relational database management system.

Web-based

The first such system was created by Ward Cunningham in 1995[1], 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 wikis tend to focus on the content, at the expense of the more powerful control over layout seen in content management systems (CMS) like Drupal, WebGUI, and Joomla! or at the expense of non-wiki features (news articles, blogs,..) like those in TikiWiki CMS/Groupware (which is a Wiki-CMS hybrid).

The software required to run a wiki might include a web server such as Apache, in addition to the wiki program itself. In some cases the web server and wiki program are bundled together as one self-contained system, which can often make them easier to install. MojoMojo, for example, requires no separate web server at all[2].

The majority of wikis are free and open source software, often available under the GNU General Public License (GPL); large engines such as PmWiki, TWiki, TikiWiki CMS/Groupware 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 applications are the most popular, although a list of lead candidates include TWiki, MoinMoin, PmWiki, XWiki, DokuWiki and MediaWiki (Google trend history comparison). TWiki, Traction TeamPage and Atlassian Confluence are popular on intranets. TikiWiki CMS/Groupware is a popular Wiki-CMS hybrid.

Personal

Some wiki applications are not intended for collaborative work, but for personal information organizing or content management. These applications are often referred to as desktop wikis or personal wikis.

Mobile

Mobile wiki software is an extension of web-based wikis optimized for mobile devices, especially mobile phones. This is done by providing a version of the web site with conservative HTML coding optimized for the limited function browsers on devices like the BlackBerry[3] or iPhone[4].

Offline

Various approaches to providing wiki function when the user is not on the net have been tried. One simple approach involves making a copy of the wiki database and then viewing it read only. More complex schemes for offline editing require synchronization of changes when the network is back online. One approach to doing this is using a distributed revison control system as a backend of the wiki, e.g. ikiwiki.

See also

References

  1. ^ The Wiki Way. Quick collaboration on the Web, Addison-Wesley (April 2001) ISBN 020171499X
  2. ^ MojoMojo - Deployment without a web server
  3. ^ Socialtext Optimizes Wiki for Mobile Users, CIO Magazine, April 5 2006, retrieved 2008-09-20
  4. ^ W2: a little iPhone wiki, tuaw, July 15 2007, retrieved 2008-09-20

External links