Navigation
Start (“Home”)
Courses
Activities and Organizations
Nobles Help
Blogs and Discussions
Faculty section
Help Using the TCL
Syntax Page
Playground
Long Range Planning
ISS Team area
Site map
Once logged in, a user can change pages for which they have editing privileges just by clicking on the 'Edit' button at the top or bottom of the page, typing the text they want into the Edit box, and then pressing 'Save Page'.
Special combinations of characters can be used to add further features to pages. For detailed instructions, see the Syntax page.
One good way to learn how to use a feature is to click on 'Edit' on any page where you see that feature in use. You can then see what the other person typed to get that effect. Then you can cancel that edit, and try that technique out on your own page.
Many users find it convenient to open the Syntax page in a separate window (or tab) in their web browser. That way, they can easily refer to the Syntax page without having to save and close the page they're editing.
To create paragraphs, simply include a blank line in your input.
When you write here, it is a convention to use the second or third person unless you are describing your own experience.
When you do write in the first person, it is conventional to sign your work. To sign a section of a page, add either~~~ or [[~your name]]
It is conventional not to change a paragraph that someone else has signed, except to correct obvious mistakes. So if you'd prefer that something you write not be changed, sign it.
Unsigned work is considered open for change. So if you want to, go ahead and change it.
Probably the most important feature is linking to other pages on the TCL server. The easiest way to create a link to another TCL page (known as an 'internal link') is from the toolbar when you are in 'edit mode' (after you've clicked on the 'Edit this page' button). Just click on the 'Internal Link' button – looks like a link from a chain, found just to the right of the 'H5' button. Then just type the name of the page to which you want to link in between the [[ and ]].
You can create 'external links' – links to web sites outside of the TCL – by clicking on the 'External Link' button – looks like a link of chain with a green globe behind it, right next to the 'Internal Link' button – then type in the URL for the page to which you want to link.
Once you've become familiar with the syntax of links, you may find yourself just typing the code for the link directly on your page.
You can do this by enclosing the name of the page you wish to link to (see the right hand side of the title bar of that page) inside double square brackets.
To link to an external site just enter the full url surrounded by spaces. For example http://www.google.com/ becomes http://www.google.com/ automatically.
Users whose privileges allow them to upload files can upload images, audio or video files. For details on uploading and displaying images, see the Images and other files section of the Syntax page; for details on uploading and using non-image files (i.e. audio or video clips) see the Non-image files section.
There is a very useful web page (http://diberri.dyndns.org/html2wiki.html) which allows you either to enter the URL of an existing web page or to paste in large sections of html and then returns text formatted for DokuWiki (the wiki engine which powers this site). You can then copy that 'wiki-ready' text and paste it into a wiki page editing window here.
(Just be sure that 'DokuWiki' is chosen in the 'Wiki Dialect' pull-down. It is not the default.)
There is a tool for converting Word documents to MediaWiki markup. It's a template, and it is in French.
[this section needs to be finished]
(from David Strasburger)
|
This crazy table
layout was created quckly with MS word’s “draw table” function |
|||||
|
|
|
||||
|
|
|
||||
|
|
This cell is greyed
out, the way you might for a calendar day when a class does not meet |
||||
|
|
|
|
|
|
|
|
Monday |
class |
Hw |
|
Tuesday |
|
|
|
Weds |
|
|
|
Thurs |
|
|
|
Fri |
|
|
|
Monday |
|
|
These tables were made in Word, then saved as HTML. Then I copied out the portion of the generated code between the table tags:
<table....blah blah> lots of unintelligible stuff and more.... ... </table>
this gets pasted into the wiki between html tags like this:
<html> pasted junk here </html>
</html>
See the Syntax page or read the DokuWiki Manual to unleash the full power of DokuWiki.
'It's all about permissions!'
Despite the fact that they have different names, have different appearances and that many users think of them as being completely separate types of applications, wikis, blogs and forums are actually more alike than they are different.
In fact, the only real differences among them are the result of the permissions given to users — what various groups of users are allowed to do.
Users with privileges which allow them to create pages can choose from three types (or 'styles') for their new page:
[topic title]
* the outline node tag must start on new line and can be preceeded by any amount of space.
* you can append ^ (shift-6) at the end of opening tag, to specify that such node will be initially expanded:
*
--> Outline level 1 ^
This text is part of level 1
--> Level 2 ^
This text is part of level 2
--> Level 4 ^
This text is part of level 4
<-- closing level 4
This text is part of level 2
<-- closing level 2
This text is an additional part of level 1
--> Level 3 ^
This text is part of level 3
<-- closing level 3
This text is the final part of level 1
<--close level 1
--> Outline level 1 ^
This text is part of level 1
--> Level 2 ^
This text is part of level 2
--> Level 4 ^
This text is part of level 4
<-- closing level 4
This text is part of level 2
<-- closing level 2
This text is an additional part of level 1
--> Level 3 ^
This text is part of level 3
<-- closing level 3
This text is the final part of level 1
<--close level 1
-->
If you are creating a topic or section which is likely to have more than one or two pages in it, it is probably a good idea to think about creating a new 'namespace' (think 'folders' or 'directories') to hold those pages. (If you have any questions about this, consult your ATA.)
In this TCL Tool, as in most wikis, you create the link first, then the page.
If you have 'create' or 'edit' priviliges, go to the page from which you want the new page to be linked. Then simply add a link to the page you want to create by putting the link between [[ and ]], then save the page. When the page re-opens, click the new orange link and then click on the Create Page button.
This engine is good about letting you create new directories - even several levels deep - at one time if you separate each level with a colon (e.g. [[courses:science:thermodynamics:thermodynamics]]). The last item in the square brackets becomes the name of the new page.
Another technique from the creator of the engine behind this TCL tool: enter the name of new page directly in the search window, and click the “Search” button and the wiki will ask if you want to create that page. For example, to create a new course page, enter “courses:page-name” in the search page. His technique even lets you create new directories if you separate each level with a colon (e.g. by typing 'courses:science:thermodynamics:thermodynamics' into the Search window).
(Alternatively, administrators can copy .txt files directly to the destination directory (namespace) on the server.)