Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Wiki software


 Contents
Wiki software is a type of collaborative software that runs a Wiki system. It is usually implemented as a CGI script that runs on one or more web servers, with the content generally stored in an Relational Database Management System, although some implementations use the server's filesystem instead.

The first such software was created by Ward Cunningham in 1994, 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 term "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 EddiesWiki , the web server and wiki engine are bundled together as one system.

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, MoinMoinMoinMoin is a Wiki engine implemented in Python. External links "Moin, Moin" is also a popular greeting in northern Germany, meaning "have a good day". Wiki software., PmWikiPmWiki is free wiki software written by Patrick Michaud in the PHP programming language. Design Focus PmWiki is designed to be extremely easy to install and to customize as an engine for creating professional web sites. The software is focused on ease of and MediaWiki. A list of some of those available is included below, and another can be found at Wiki:WikiEngines .

1 How to choose a wiki engine

When choosing a wiki engine, criteria to consider might include:



Read more »

Non User