User Tools

Site Tools


computer_basics:what_is_a_wiki_slides

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
computer_basics:what_is_a_wiki_slides [2012/10/23 18:17] – created mithatcomputer_basics:what_is_a_wiki_slides [2013/03/11 22:10] mithat
Line 2: Line 2:
  
 ====== What is a Wiki? ====== ====== What is a Wiki? ======
-"A wiki is a Web application whose content is collaboratively added, updated, and organized by its users."((Mitchell, Scott. "Easy Wiki Hosting, Scott Hanselman's blog, and Snagging Screens." MSDN | Microsoft Development, Subscriptions, Resources, and More. Microsoft, Inc., 1 July 2008. Web. 29 Mar. 2011. <http://msdn.microsoft.com/en-us/magazine/cc700339.aspx>.))+Mithat Konar
  
-The emphasis in a wiki is on: +2013-03-11
-  * Letting all users create pages quickly. +
-  * Making it easy to link pages to each other.+
  
-===== Open vs. closed =====+===== Definitions ===== 
 +  * **wiki**: //"a Web application whose content is collaboratively added, updated, and organized by its users."// (Mitchell) 
 +    * Emphasis in a wiki is on: 
 +      * Letting all users create pages quickly. 
 +      * Making it easy to link pages to each other. 
 +  * **wiki engine**: the program that runs a wiki 
 +  * **wiki markup language**: simple text-based system for writing pages.
  
-Wikis can be completely **open**--meaning //anyone// can edit pages. But since there are a lot of people who abuse this kind of thing, most wikis are **closed** (meaning you must have an account to //edit// the wiki) or **private** (meaning you must have an account to //view// the wiki). 
  
 ===== History ===== ===== History =====
-"Wikis can be dated to 1995, when American computer programmer Ward Cunningham created a new collaborative technology for organizing information on Web sites. Using a Hawaiian term meaning 'quick,' he called this new software WikiWikiWeb."(("wiki (Web site) -- Britannica Online Encyclopedia." Encyclopedia - Britannica Online Encyclopedia. N.p., n.d. Web. 29 Mar. 2011. <http://www.britannica.com/EBchecked/topic/1192819/wiki>.)) +//"Wikis can be dated to 1995, when American computer programmer Ward Cunningham created a new collaborative technology for organizing information on Web sites. Using a Hawaiian term meaning 'quick,' he called this new software WikiWikiWeb."// (Britannica)
  
 ===== Typical wiki features ===== ===== Typical wiki features =====
 +  * Easy writing
 +  * Editing history
 +  * Editing protection
  
-==== Easy writing ==== +===== Easy writing ===== 
-The central feature of a wiki is that it "supports hyperlinks and has a simple text syntax for creating new pages and crosslinks between internal pages on the fly."(("Wiki: What Is Wiki." Wiki: Welcome Visitors. N.p., n.d. Web. 29 Mar. 2011. <http://www.wiki.org/wiki.cgi?WhatIsWiki>.)) Most of the time, a wiki will use a simple system for writing pages called a **wiki markup language**. Each **wiki engine** (the program that runs a wiki) tends to have its own markup language, but they all offer similar featuresThere is an attempt to create a standard markup language for wikis (and other documents) called [[http://www.wikicreole.org/|Creole]].+  * Each wiki engine tends to have its own markup language. 
 +    * [[http://www.wikicreole.org/|Creole]]: an attempt to create a standard markup language for wikis. 
 +  * Central features of a wiki writing system: (from Wiki: What Is Wiki) 
 +    * supports hyperlinks 
 +    * has simple text syntax  
 +      * for creating new pages 
 +      * for creating crosslinks between internal pages
  
-Sometimes, a toolbar will be provided on the editing screen with icons to insert the most commonly used markup. Sometimes a wiki will supply a WYSIWYG interface for writing pages, similar to what you would find in a word processor. +===== Easy writing =====
  
-==== Page history ==== +Sometimes, a **toolbar** will be provided on the editing screen with icons to insert the most commonly used markup. 
-Many wikis also maintain a history of your page editing. Every change you make to a page is kept track of so you can compare the current version to an older one. This feature is especially important in an open wiki in case someone makes some really bad changes--on purpose or by accident.+ 
 +Sometimes a wiki will supply a **WYSIWYG** interface for writing pages, similar to what you would find in a word processor.  
 + 
 +===== Editing history ===== 
 +Many wikis also maintain a **history** of your page editing. 
 +  * Every change you make to a page is kept track of so you can compare the current version to an older one. 
 +  * Especially important in an open wiki in case someone makes some really bad changes--on purpose or by accident. 
 + 
 +===== Editing protection ===== 
 +Wikis can be 
 +  * **open**--meaning //anyone// can edit pages 
 +  * **closed**--meaning you must have an account to //edit// the wiki 
 +  * **private**--meaning you must have an account to //view// the wiki
  
 ===== Ways to get a wiki of your own ===== ===== Ways to get a wiki of your own =====
 +It is easy to create your own wiki.
  
-It is easy to create your own wiki. You generally have two choices: use a hosted service or install a service yourself.+You generally have two choices:  
 +  * use a hosted service 
 +  * install a service yourself
  
-==== Hosted service ==== +===== Hosted service ===== 
-There are a number of services that let you create a wiki on their servers--many for no cost. The advantage of a hosted service is that they have done all the hard work of setting up the service for you. However, these services typically will insert advertising into your pages to make money, so they may not be suitable for all purposes. Many also limit the number and/or size of pages in their free offerings. Another drawback is that the service may go out of business--and take your wiki with them!+There are a number of service providers that let you create a wiki on their servers (often at no cost).
  
-Some popular hosted wiki services include:+  * Pro: 
 +    * They've done the hard work of setting up the service for you. 
 +  * Cons: 
 +    * Typically will insert advertising into your pages to make money 
 +    * Many limit the number and/or size of pages in their free offerings. 
 +    * May go out of business--and take your wiki with them! 
 + 
 +===== Hosted service ===== 
 +Popular hosted wiki services include:
  
   * [[http://www.wikia.com|Wikia]]   * [[http://www.wikia.com|Wikia]]
Line 39: Line 74:
   * [[http://www.wikispaces.com/|Wikispaces]]   * [[http://www.wikispaces.com/|Wikispaces]]
  
-==== Self-installed service ==== +===== Self-installed service ===== 
-To install your own wiki service, you will need to have an account with a [[wp>Web hosting service]]. After that, Then you can usually install a wiki engine by uploading the needed files or sometimes just enabling an engine in the Web host's control panel. The benefits of self-hosting are that your wiki will be free from advertising and won't have space and other limitations. A possible disadvantage is that you may have to fix any problems that come up and make backups yourself.+To install your own wiki service, you will need to have an account with a [[wp>Web hosting service]].Then you can usually install a wiki engine by uploading the needed files or sometimes just enabling an engine in the Web host's control panel.
  
 +  * Pro: your wiki will be free from advertising and won't have space and other limitations.
 +  * Con: you may have to fix any problems that come up and make backups yourself.
 +
 +===== Self-installed service =====
 Some popular and/or easy to install wiki engines include: Some popular and/or easy to install wiki engines include:
   * [[http://dokuwiki.org/|Dokuwiki]]   * [[http://dokuwiki.org/|Dokuwiki]]
   * [[http://lionwiki.0o.cz/|LionWiki]]   * [[http://lionwiki.0o.cz/|LionWiki]]
   * [[http://www.pmwiki.org/|PmWiki]]   * [[http://www.pmwiki.org/|PmWiki]]
 +  * [[http://www.mediawiki.org|MediaWiki]]
 +
 +[[computer_basics:what_is_a_wiki|Ξ]]
 +===== References =====
 +Mitchell, Scott. "Easy Wiki Hosting, Scott Hanselman's blog, and Snagging Screens." MSDN | Microsoft Development, Subscriptions, Resources, and More. Microsoft, Inc., 1 July 2008. Web. 29 Mar. 2011. <http://msdn.microsoft.com/en-us/magazine/cc700339.aspx>.
 +
 +"Wiki: What Is Wiki." Wiki: Welcome Visitors. N.p., n.d. Web. 29 Mar. 2011. <http://www.wiki.org/wiki.cgi?WhatIsWiki>.
 +
 +"wiki (Web site) -- Britannica Online Encyclopedia." Encyclopedia - Britannica Online Encyclopedia. N.p., n.d. Web. 29 Mar. 2011. <http://www.britannica.com/EBchecked/topic/1192819/wiki>.
  
computer_basics/what_is_a_wiki_slides.txt · Last modified: 2013/03/11 22:25 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki