|
Dec 17
2009
|
In the 1980s, Ward Cunningham invented a new method of collaboration called a wiki, which is a Web site where visitors can add, edit, supplement, and remove articles from an encyclopedic store. The most famous example is an online encyclopedia known as Wikipedia (www.wikipedia.org). Users of the Web site have created or contributed to more than 2 million articles currently featured there.
Within the last decade, there has been incredible growth in the wiki phenomenon, especially related to technology. The open source community, in particular, benefits from the wiki Web sites, since many of the programmers of open source applications often lack the time to document their work. A wiki created to feature a particular application (such as the FreeMind mind-mapping tool) allows passionate users to add useful information, tips, and document parts of the program that aren’t self-explanatory.
Joomla is capable of hosting a wiki system through a component known as OpenWiki. OpenWiki is an extension adapted from the open source DokuWiki project (created by Andreas Gohr), which is a PHP application that provides wiki capabilities. OpenWiki is made to be fast and light, so while other wiki applications may include more features (such as the open source MediaWiki that is used for Wikipedia), OpenWiki consumes much fewer resources and provides much more responsiveness.