Computer Science 110 |
Lab 1: Setting Up Your Wiki
Due: 11:00 AM, Monday, February 11, 2008
Our objective this week is to get acquainted with the lab computers and to set up space on the class wiki.
When you arrive in lab, we will work on getting you logged in and getting your accounts set up. Your username and password are specific to the computers in Clapp 202. They are independent of your campus-wide computer accounts.
Using the Firefox web browser, follow these steps to set up your wiki page.
This section is a quick reference for our wiki and the wiki markup language you will use to develop your wiki pages. You might want to keep this sheet handy until you get used to the wiki markup language.
Our wiki uses the same software (called MediaWiki) that is used by Wikipedia, so your experience with this will help prepare you to be a Wikipedia contributor.
General | |
To visit our wiki | Go to http://mhcwiki.teresco.org/ |
To create a new page | Enter the page name in the search box |
Section | Paragraphs |
==Section Title== | Blank line starts a paragraph |
===Subsection Title=== | Space at beginning of a line boxes code |
====Subsubsection Title==== | : Colon indents paragraph |
--- (four dashes insert line) | :: More colons increase indenting |
(four tildes add username and date) | ; phrase : definition |
Formatting | |
' 'Two single quotes make text italic ' ' | ' ' 'Three single quotes make text bold ' ' ' |
Lists | |
* bulleted list item | # numbered list item |
** bulleted sublist item | ## numbered sublist item |
*** bulleted subsublist item | ### numbered subsublist item |
Links (Help:Editing on the wiki) | |
Internal: [[Page Title]] | e.g., See [[Jim Teresco]] for details. |
Internal: [[Page Title|alt text]] | e.g., See [[Jim Teresco|me]] for details. |
External: [URL] | e.g., Visit space at [http://www.nasa.gov/]. |
External: [URL alt text] | e.g., Visit space at [http://www.nasa.gov NASA]. |
Images (Help:Images_and_media on the wiki) | |
Two steps: upload image to server, link into document. | |
Use PNG format when you can. Prefix images with your name. | |
Inline image: [[Image:file]] | e.g., [[Image:Taos.png]] |
Frame/Caption: [[Image:file|frame|caption]] | e.g., [[Image:Taos.png|frame|Great skiing!]] |
Thumbnail: [[Image:file|thumb|caption]] | e.g., [[Image:Taos.png|thumb|The Back Side.]] |
Add "left", "center", "right" as hints | e.g., [[Image:Taos.png|right|thumb]] |
Categories (Help:Category on the wiki) | |
A category page lists all simpar pages on the wiki. | |
Add page to category X: [[Category:X]] | e.g., [[Category:Artist]] |
Link to category X page: [[:Category:X]] | e.g., Find artists at [[:Category:Artist]] |