Difference between revisions of "wiki"
Jump to navigation
Jump to search
m (→Software: made new page for Deki Wiki) |
m (navbar, with includable section) |
||
Line 1: | Line 1: | ||
− | [[computing]]: [[software]]: [[wiki]] | + | ==Navigation== |
+ | <section begin=navbar />[[computing]]: [[software]]: [[wiki]]<section end=navbar /> | ||
==Overview== | ==Overview== | ||
A [[wiki]] is a web application that allows users to add content, as on an Internet forum, but also allows anyone to ''edit'' the content. "Wiki" also refers to the software used in such websites. For a more complete definition, see [[Wikipedia:wiki]]. | A [[wiki]] is a web application that allows users to add content, as on an Internet forum, but also allows anyone to ''edit'' the content. "Wiki" also refers to the software used in such websites. For a more complete definition, see [[Wikipedia:wiki]]. |
Revision as of 20:44, 26 December 2007
Overview
A wiki is a web application that allows users to add content, as on an Internet forum, but also allows anyone to edit the content. "Wiki" also refers to the software used in such websites. For a more complete definition, see Wikipedia:wiki.
The wiki format is particularly useful in a community setting, where it can be used as a repository of collective wisdom and knowledge, refined and developed by an iterative collaboration process, as well as serving as a central reference point for various community activities (IRC channels, real-life get-togethers, etc.)
Philosophy
- Why Wiki Works discussion at MeatballWiki
- A Tale of Two Wikis: Techniques for building, managing and promoting collaborative communities: the founder of WikiFur and Creatures Wiki speaks on the topic of building a community around a wiki. (Perhaps this actually belongs in a "how-to"-ish section, rather than "philosophy"? Both of these links are "non-technical", however...)
Software
- Traditional Wiki
- Confluence (proprietary)
- CoWiki
- Deki Wiki: uses PHP, Mono, and a few other things; seems to require root access to install, so won't work with shared servers
- Dokuwiki: plain-text data storage; uses PHP
- MediaWiki: uses PHP and MySQL
- Moin-Moin
- phpWiki
- PM Wiki: uses PHP and MySQL, but has more flexible security features
- TWiki
- WikyBlog: PHP and MySQL; some access control
- XWiki
- Variants on the wiki concept:
- TiddlyWiki: "a reusable non-linear personal web notebook"
- ShopWiki: a comparison-shopping engine with wiki pages
- wikicalc: wiki spreadsheet (written in Perl)
Reference
- Wikipedia
- WikiMatrix: wiki software comparison
- Wiki Science at WikiBooks:
Related Articles
- subwikis: discussion of an idea for making wikis more flexible
Notes
- The wiki format is well-suited for documenting pattern languages