Wiki Workshop Flow: Difference between revisions
Jump to navigation
Jump to search
Tag: Reverted |
Jaeyongpark (talk | contribs) No edit summary |
||
(22 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Workshop Schedule == | == Workshop Schedule (🤓) == | ||
=== Goals for the Workshop === | === Goals for the Workshop === | ||
Line 13: | Line 13: | ||
=== Part A: Wiki Basics === | === Part A: Wiki Basics === | ||
[[File:HNL Wiki Wiki Bus.jpg|Wiki Wiki Bus]] | [[File:HNL Wiki Wiki Bus.jpg|400px|Wiki Wiki Bus]] | ||
<blockquote> | <blockquote> | ||
Wiki wiki is the first Hawai'ian term I learned on my first visit to the islands. The airport counter agent directed me to take the wiki wiki bus between terminals. I said what? He explained that wiki wiki meant quick. I was to find the quick bus. I did pick up a book about the language before my return home. I learned many things from this but wiki wiki is the word that sticks the most. | Wiki wiki is the first Hawai'ian term I learned on my first visit to the islands. The airport counter agent directed me to take the wiki wiki bus between terminals. I said what? He explained that wiki wiki meant quick. I was to find the quick bus. I did pick up a book about the language before my return home. I learned many things from this but wiki wiki is the word that sticks the most. | ||
</blockquote> | </blockquote> | ||
[https | [https://c2.com/doc/etymology.html Etymology of Wiki, Ward Cunningham] | ||
==== 0// Overview: Examples of Wiki's ==== | ==== 0// Overview: Examples of Wiki's ==== | ||
Line 27: | Line 27: | ||
* [https://cc.vvvvvvaria.org/wiki/Main_Page Creative Crowds] | * [https://cc.vvvvvvaria.org/wiki/Main_Page Creative Crowds] | ||
* [https://ko.wikipedia.org/wiki/ ko.wikipedia.org] | * [https://ko.wikipedia.org/wiki/ ko.wikipedia.org] | ||
* [https://www.wiki.evaweinmayr.com/index.php/Main_Page Eva Weinmayr ph.D wiki page(wiki as a collective space for research, wiki-to-print)] | |||
* [https://volumetricregimes.xyz/index.php?title=Volumetric_Regimes Volumetric Regimes(wiki-to-print/Publication)] | |||
==== 1// Create Your Account ==== | ==== 1// Create Your Account ==== | ||
Line 33: | Line 35: | ||
* '''Why is an account necessary?''' | * '''Why is an account necessary?''' | ||
🌪️‼️ Issue #1: Bots and spam prevention. | 🌪️‼️ Issue #1: Bots and spam prevention. | ||
* In this wiki we currently have the following permissions: | |||
* $wgGroupPermissions['*']['read'] = true; | |||
* $wgGroupPermissions['*']['edit'] = false; | |||
* $wgGroupPermissions['user']['edit'] = true; | |||
* $wgGroupPermissions['*']['createaccount'] = false; | |||
* '''How to create an account?''' | * '''How to create an account?''' | ||
* To create an account as an admin: | * To create an account as an admin: | ||
Line 41: | Line 50: | ||
==== 2// Adding and Editing Content ==== | ==== 2// Adding and Editing Content ==== | ||
* '''Create your first page''' | * '''Create your first page''' | ||
Let's get started with adding content: paragraph, image | Let's get started with adding content: paragraph, image | ||
* '''Editing and Deleting''' | * '''Editing and Deleting''' | ||
Learn wiki syntax and grammar. Choose between Visual Editor or Wikitext Editor. | Learn wiki syntax and grammar. Choose between Visual Editor or Wikitext Editor. | ||
Line 59: | Line 68: | ||
Think through how these features can be used for collaborative work. | Think through how these features can be used for collaborative work. | ||
* '''How-To Guide''' | * '''How-To Guide''' | ||
Follow the wiki tutorial to reinforce learning. | Follow the wiki tutorial to reinforce learning. ~~> [[Wiki_Tutorial|Link]] | ||
=== Part B: Wiki in Your Own Way === | === Part B: Wiki in Your Own Way === |
Latest revision as of 08:37, 30 April 2025
Workshop Schedule (🤓)
Goals for the Workshop
- Gain an overview of what you can do with a wiki.
- Build confidence to start using the wiki with your accounts.
Workshop Timeline
- 17:00: Part A: Wiki Basics
- 18:30: Break
- 18:45: Part B: Wiki in Your Own Way
- 20:00: The End!
Part A: Wiki Basics
Wiki wiki is the first Hawai'ian term I learned on my first visit to the islands. The airport counter agent directed me to take the wiki wiki bus between terminals. I said what? He explained that wiki wiki meant quick. I was to find the quick bus. I did pick up a book about the language before my return home. I learned many things from this but wiki wiki is the word that sticks the most.
Etymology of Wiki, Ward Cunningham
0// Overview: Examples of Wiki's
Let's get inspired by different wikis (MediaWiki Software). Here are some to explore:
- Xpub Wiki
- Systers Wiki
- Namuwiki (Korean community)
- Creative Crowds
- ko.wikipedia.org
- Eva Weinmayr ph.D wiki page(wiki as a collective space for research, wiki-to-print)
- Volumetric Regimes(wiki-to-print/Publication)
1// Create Your Account
- What can you do when you have an account?
Different roles in wikis: readers, admins, editors, etc.
- Why is an account necessary?
🌪️‼️ Issue #1: Bots and spam prevention.
- In this wiki we currently have the following permissions:
* $wgGroupPermissions['*']['read'] = true; * $wgGroupPermissions['*']['edit'] = false; * $wgGroupPermissions['user']['edit'] = true; * $wgGroupPermissions['*']['createaccount'] = false;
- How to create an account?
* To create an account as an admin: 1. Go to the Special:CreateAccount page. 2. Fill in the required information (username, password, email). 3. Click "Create account."
2// Adding and Editing Content
- Create your first page
Let's get started with adding content: paragraph, image
- Editing and Deleting
Learn wiki syntax and grammar. Choose between Visual Editor or Wikitext Editor. 🌪️‼️ Issue #2: The risk of edit clashes when working together on the same page.
- Categories and Linking
What does a category do? Learn how to add categories and link internal pages.
3// Working Collaboratively with Wiki Features
- History
Track and manage page edits.
- Recent Changes
See what's new or modified.
- Talk Pages
Discuss edits and collaborate with others.
- Imaginary Scenarios
Think through how these features can be used for collaborative work.
- How-To Guide
Follow the wiki tutorial to reinforce learning. ~~> Link
Part B: Wiki in Your Own Way
4// Birdcall Wiki
- Designing Your Wiki
How would an article page look? What structure would work best for your content?
- Homepage Ideas
What would you feature on your homepage?
- Language Options
Consider multi-language support and structure.
5// Customization & Decoration
- CSS Customization
Dive into MediaWiki:Common.css for styling.