using "diff old new" is preferred
[tridge/comp8440.git] / index.php
1 <?php
2 include "8440head.php";
3 ?>
4
5
6
7 <center>
8 <h1>
9 <font color="#931515" size="+3">COMP8440: <br>
10 Free and Open Source Software Development
11 <br></font><font size="+2">Autumn 2011</font></h1>
12 Course staff:
13 <A href="http://samba.org/tridge">Dr Andrew Tridgell</A> and <A href="http://cs.anu.edu.au/people.php?StaffID=8909374">Bob Edwards</A><br>
14 </center>
15 <p>
16
17
18 <hr noshade>
19 <p>
20
21
22 <h2>General Information</h2>
23
24 <ul>
25
26 <li>This course is part of the Masters of Computing program, but is
27 also offered for other students via a range of flexible enrolment
28 options. For information on enrolling in this course, please see <a
29 href="enrol.php">enrolment information</a><p>
30
31 <li> Assumed knowledge is basic competence with using a Unix-like
32 operating system (such as Linux). Having some competence in at least
33 one programming language will be an advantage.
34
35 <p>
36 <li> Please see the <a
37 href="http://studyat.anu.edu.au/courses/COMP8440;details.html">StudyAt</a>
38 entry for Course Description and Learning Outcomes.
39
40 <p>
41
42 <li>
43
44 A total of 18 hours of lectures will be given, plus a similar amount
45 of tutorial/lab hours. The course will have a very practical focus.
46
47 <p>
48 <li>News will be posted on the course
49          <a href="https://cs.anu.edu.au/streams/forum.php?ForumID=400">
50          Announcement forum</a> (staff post only). 
51 <p>
52 <li>There is also a
53         <a href="https://cs.anu.edu.au/streams/forum.php?ForumID=401">
54         Discussion forum</a> which will be (semi-) regularly 
55         monitored by the course staff.
56 <p>
57 <li>The <a href="schedule.php">2011 timetable</a> is now available. 
58 <p>
59
60 <li>Refreshments will be provided during the course
61
62 <p>
63 <li>The course flyer is available <a href="COMP8440_flyer.pdf">here</a>
64
65 </ul>
66
67
68
69 <p><div align="center">
70   <?php
71     print " Last modified: ";
72     $last_modified = getlastmod();
73     print(date("j/m/Y, H:i", $last_modified));
74   ?>
75 </div><p>
76
77 <?php
78 include "8440tail.php";
79 ?>
80