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

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computer_basics:what_is_a_wiki_slides [2012/10/23 18:24] mithatcomputer_basics:what_is_a_wiki_slides [2013/03/11 22:18] mithat
Line 1: Line 1:
 ~~SLIDESHOW~~ ~~SLIDESHOW~~
 +~~NOTOC~~
  
 ====== 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. 
- 
-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>.)) +  * Each wiki engine tends to have its own markup language. 
- +    [[http://www.wikicreole.org/|Creole]] is an attempt to create a standard markup language for wikis. 
-**wiki markup language**: a simple text-based system for writing pages. +  * Central features of a wiki markup language: 
- +    * simple text syntax for creating new pages 
-**wiki engine**: the program that runs a wiki +    * simple text syntax for creating crosslinks between internal pages 
- +    * support for hyperlinks 
-Each wiki engine tends to have its own markup language--but with similar features+ 
- +
-[[http://www.wikicreole.org/|Creole]]an attempt to create a standard markup language for wikis. +
 ===== Easy writing ===== ===== Easy writing =====
  
-Sometimes, a **toolbar** will be provided on the editing screen with icons to insert the most commonly used markup.+  * 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
  
-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.
  
-===== Page history ===== +===== Editing protection ===== 
-Many wikis also maintain a history of your page editing. +  * Wikis can be 
- +    * **open**--meaning //anyone// can edit pages 
-Every change you make to a page is kept track of so you can compare the current version to an older one. +    * **closed**--meaning you must have an account to //edit// the wiki 
- +    * **private**--meaning you must have an account to //view// the wiki
-Especially important in an open wiki in case someone makes some really bad changes--on purpose or by accident.+
  
 ===== 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). 
 +  * //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 ===== ===== Hosted service =====
-Some popular hosted wiki services include:+  * Popular hosted wiki services: 
 +    * [[http://www.wikia.com|Wikia]] 
 +    * [[http://www.wikihost.org|wikihost.org]] 
 +    * [[http://www.wikispot.org/|wiki spot]] 
 +    * [[http://www.wikispaces.com/|Wikispaces]]
  
-  * [[http://www.wikia.com|Wikia]] +===== Self-installed service ===== 
-  * [[http://www.wikihost.org|wikihost.org]] +  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
-  * [[http://www.wikispot.org/|wiki spot]] +  * //Pro// 
-  [[http://www.wikispaces.com/|Wikispaces]]+    * 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 ==== +===== 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 panelThe benefits of self-hosting are that your wiki will be free from advertising and won't have space and other limitationsA possible disadvantage is that you may have to fix any problems that come up and make backups yourself.+  * Popular and/or easy to install wiki engines include: 
 +    * [[http://dokuwiki.org/|Dokuwiki]] 
 +    * [[http://lionwiki.0o.cz/|LionWiki]] 
 +    * [[http://www.pmwiki.org/|PmWiki]] 
 +    * [[http://www.mediawiki.org|MediaWiki]]
  
-===== Hosted service ===== +===== References/sources ===== 
-Some popular and/or easy to install wiki engines include: +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>. 
-  * [[http://dokuwiki.org/|Dokuwiki]] + 
-  * [[http://lionwiki.0o.cz/|LionWiki]] +"Wiki: What Is Wiki." Wiki: Welcome Visitors. N.p., n.d. Web. 29 Mar. 2011. <http://www.wiki.org/wiki.cgi?WhatIsWiki>. 
-  * [[http://www.pmwiki.org/|PmWiki]]+ 
 +"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