Difference between revisions of "wiki"
Jump to navigation
Jump to search
(→Reference: wikibooks links) |
(→Software: LynxWiki) |
||
(20 intermediate revisions by 3 users not shown) | |||
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]]. | ||
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.) | 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.) | ||
− | == | + | |
− | * [[ | + | Wikis are also very powerful tools for mapping out knowledge, as they make it much easier to show the [[wikipedia:intertwingularity|intertwingularity]] of accumulated pieces of information. |
+ | |||
+ | ==Related Articles== | ||
+ | * [[subwikis]]: discussion of an idea for making wikis more flexible | ||
==Software== | ==Software== | ||
* '''Traditional Wiki''' | * '''Traditional Wiki''' | ||
** [http://www.atlassian.com/software/confluence Confluence] (proprietary) | ** [http://www.atlassian.com/software/confluence Confluence] (proprietary) | ||
+ | ** [http://www.cowiki.org/ CoWiki] | ||
+ | ** [[Deki Wiki]]: uses [[PHP]], [[Mono (language)|Mono]], and a few other things; seems to require [[root access]] to install, so won't work with shared servers | ||
+ | ** [http://wiki.splitbrain.org/ Dokuwiki]: plain-text data storage; uses [[PHP]] | ||
+ | ** [https://www.sapientier.com/LynxWiki/WikiTopic/Page/WikiRoot/WikiDir/HomePage LynxWiki]: has built-in [[Python]] scripting | ||
** [[MediaWiki]]: uses [[PHP]] and [[MySQL]] | ** [[MediaWiki]]: uses [[PHP]] and [[MySQL]] | ||
** Moin-Moin | ** Moin-Moin | ||
** phpWiki | ** phpWiki | ||
+ | ** [http://www.pmwiki.org/ PM Wiki]: uses [[PHP]] and [[MySQL]], but has more flexible security features | ||
** [[TWiki]] | ** [[TWiki]] | ||
+ | ** [http://www.wagn.org/wagn/Installation Wagn]: Ruby and [[MySQL]] or [[Postgres]] | ||
+ | ** [http://www.wikyblog.com/Main/Home WikyBlog]: [[PHP]] and [[MySQL]]; some access control | ||
** [http://www.xwiki.org/ XWiki] | ** [http://www.xwiki.org/ XWiki] | ||
* '''Variants''' on the wiki concept: | * '''Variants''' on the wiki concept: | ||
Line 19: | Line 30: | ||
** [http://www.softwaregarden.com/products/wikicalc/ wikicalc]: wiki spreadsheet (written in [[Perl]]) | ** [http://www.softwaregarden.com/products/wikicalc/ wikicalc]: wiki spreadsheet (written in [[Perl]]) | ||
− | ==Reference== | + | ==Links== |
− | * {{Wikipedia | + | ===Philosophy=== |
+ | * [[Meatball:WhyWikiWorks|Why Wiki Works]] discussion at MeatballWiki | ||
+ | * [http://wikimania2006.wikimedia.org/wiki/Proceedings:LP1/Full_text 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...)'' | ||
+ | ===Reference=== | ||
+ | * {{Wikipedia}} | ||
* [http://www.wikimatrix.org/ WikiMatrix]: wiki software comparison | * [http://www.wikimatrix.org/ WikiMatrix]: wiki software comparison | ||
* [[wikibooks:Wiki Science|Wiki Science]] at WikiBooks: | * [[wikibooks:Wiki Science|Wiki Science]] at WikiBooks: | ||
** [[wikibooks:Wiki Science/How to start a Wiki|How to start a Wiki]] | ** [[wikibooks:Wiki Science/How to start a Wiki|How to start a Wiki]] | ||
− | + | ===News=== | |
− | == | + | * '''2007-03-26''' [http://www.businessweek.com/print/innovate/content/mar2007/id20070326_237620.htm The Wiki Workplace]: "The information and communication technologies that are transforming media, culture, and the economy are also reshaping how companies and employees function. New social computing tools such as [[wiki]]s and [[blog]]s put unprecedented communication power in the hands of employees. .. Some companies worry about the risks of uncontrolled communications leaking out. But a growing number believe the new collaboration tools are good for innovation and growth—they help employees connect with more people, in more regions of the world, with less hassle and more enjoyment, than earlier generations of workplace technology." |
− | * [[ | ||
==Notes== | ==Notes== | ||
* The [[wiki]] format is well-suited for documenting [[wikipedia:pattern language|pattern language]]s | * The [[wiki]] format is well-suited for documenting [[wikipedia:pattern language|pattern language]]s |
Latest revision as of 13:13, 2 March 2015
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.)
Wikis are also very powerful tools for mapping out knowledge, as they make it much easier to show the intertwingularity of accumulated pieces of information.
Related Articles
- subwikis: discussion of an idea for making wikis more flexible
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
- LynxWiki: has built-in Python scripting
- MediaWiki: uses PHP and MySQL
- Moin-Moin
- phpWiki
- PM Wiki: uses PHP and MySQL, but has more flexible security features
- TWiki
- Wagn: Ruby and MySQL or Postgres
- 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)
Links
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...)
Reference
- Wikipedia
- WikiMatrix: wiki software comparison
- Wiki Science at WikiBooks:
News
- 2007-03-26 The Wiki Workplace: "The information and communication technologies that are transforming media, culture, and the economy are also reshaping how companies and employees function. New social computing tools such as wikis and blogs put unprecedented communication power in the hands of employees. .. Some companies worry about the risks of uncontrolled communications leaking out. But a growing number believe the new collaboration tools are good for innovation and growth—they help employees connect with more people, in more regions of the world, with less hassle and more enjoyment, than earlier generations of workplace technology."
Notes
- The wiki format is well-suited for documenting pattern languages