Differences between revisions 15 and 19 (spanning 4 versions)
Revision 15 as of 2020-06-14 11:07:26
Size: 1443
Comment:
Revision 19 as of 2023-09-01 07:10:53
Size: 1570
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
A typical url for a course website:
`http://www.cse.unsw.edu.au/~cs9999`
A typical url for a course website: ~+`http://www.cse.unsw.edu.au/~cs9999`+~
Line 8: Line 7:
In the class account, under the public_html directory, create a new session directory for your files (e.g. `12s2`) and edit the `index.html` file. In the class account, under the public_html directory, create/edit the ~+`index.html`+~ file and create a new term (e.g. 20T3) directory for your files.
Line 15: Line 14:
     . Add the following to ~+`~cs9999/public_html/index.html`+~
Line 16: Line 16:
<meta http-equiv=refresh content='0;URL=https://webcms3.cse.unsw.edu.au/ENGG1811/20T2/'> <meta http-equiv=refresh content='0;URL=https://webcms3.cse.unsw.edu.au/COMP9999/20T3/'>
Line 19: Line 19:
     . To create a wiki, fill in this [[https://cgi.cse.unsw.edu.au/~moin/install/index.php|form]] or email <<MailTo(meicheng AT SPAMFREE cse DOT unsw DOT edu DOT au)>>      . To create a wiki, fill in this [[https://cgi.cse.unsw.edu.au/~moin/install/index.php|form]] or email <<MailTo(meicheng AT SPAMFREE unsw DOT edu DOT au)>>
     . Add the following to ~+`~cs9999/public_html/index.html`+~
Line 21: Line 22:
<meta http-equiv=refresh content='0;URL=https://wiki.cse.unsw.edu.au/en1000/14s2/'> <meta http-equiv=refresh content='0;URL=https://wiki.cse.unsw.edu.au/cs9999/20T3/'>
Line 31: Line 32:
   * Course outline (including Important dates or Schedule)
Line 32: Line 34:
   * Calendar or Important dates or Schedule
   * Course outline

Course websites

A typical url for a course website: http://www.cse.unsw.edu.au/~cs9999

In the class account, under the public_html directory, create/edit the index.html file and create a new term (e.g. 20T3) directory for your files.

Tools for managing course websites

  • Hosted at CSE/UNSW
    • WebCMS3

    • For support, email John Shepherd
    • Add the following to ~cs9999/public_html/index.html

      <meta http-equiv=refresh content='0;URL=https://webcms3.cse.unsw.edu.au/COMP9999/20T3/'>
    • MoinMoin Wiki.

    • To create a wiki, fill in this form or email <meicheng AT SPAMFREE unsw DOT edu DOT au>

    • Add the following to ~cs9999/public_html/index.html

      <meta http-equiv=refresh content='0;URL=https://wiki.cse.unsw.edu.au/cs9999/20T3/'>
    • UNSW Moodle

  • Hosted outside CSE

Website contents, typically

  • Course outline (including Important dates or Schedule)
  • Notices or Announcements
  • Classes' times and locations
  • Students' allocations to classes
  • Lecture slides
  • Tutorial questions
  • Assignment specifications
  • Links to resources
  • Links to past sessions (optional)

CourseWebsites (last edited 2023-09-01 08:00:38 by MeiChengWhale)