Difference between revisions of "Wiki"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(First)
 
(MediaWiki)
Line 14: Line 14:
  
 
"Wiki" (pronounced [ˈwiki][note 1]) is a Hawaiian word meaning "quick".
 
"Wiki" (pronounced [ˈwiki][note 1]) is a Hawaiian word meaning "quick".
 +
 +
== MediaWiki ==
 +
 +
[[MediaWiki]] is a free and open-source wiki application.
 +
 +
It was developed by the Wikimedia Foundation and runs on many websites, including Wikipedia, Wiktionary and Wikimedia Commons.
 +
 +
It is written in the [[PHP]] programming language and uses a [[MySql database]].
  
 
== External links ==
 
== External links ==
  
@ [https://en.wikipedia.org/wiki/Wiki Wiki] @ Wikipedia
+
* [https://en.wikipedia.org/wiki/Wiki Wiki] @ Wikipedia

Revision as of 07:08, 31 May 2015

A wiki (wɪki/ wik-ee) is an application, typically a web application, which allows collaborative modification, extension, or deletion of its content and structure.

In a typical wiki, text is written using a simplified markup language (known as "wiki markup") or a rich-text editor.

While a wiki is a type of content management system, it differs from a blog or most other such systems in that the content is created without any defined owner or leader, and wikis have little implicit structure, allowing structure to emerge according to the needs of the users.

The encyclopedia project Wikipedia is the most popular wiki on the public web in terms of page views, but there are many sites running many different kinds of wiki software.

Wikis can serve many different purposes both public and private, including knowledge management, notetaking, community websites and intranets. Some permit control over different functions (levels of access).

For example, editing rights may permit changing, adding or removing material. Others may permit access without enforcing access control. Other rules may also be imposed to organize content.

Ward Cunningham, the developer of the first wiki software, WikiWikiWeb, originally described it as "the simplest online database that could possibly work".

"Wiki" (pronounced [ˈwiki][note 1]) is a Hawaiian word meaning "quick".

MediaWiki

MediaWiki is a free and open-source wiki application.

It was developed by the Wikimedia Foundation and runs on many websites, including Wikipedia, Wiktionary and Wikimedia Commons.

It is written in the PHP programming language and uses a MySql database.

External links