added lab1 and lab2 pages
[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 2009</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 <!-- removed at request of an un-named colleague
18 <font color="#FF0000" size=-1><i>
19 Software is like sex - it's better when it's free
20 </font>
21 -- Linus Torvalds
22 </i>
23 -->
24
25 <hr noshade>
26 <p>
27
28
29
30 <p>
31 <h2>General Information</h2>
32
33 <ul>
34
35 <li>This course is part of the Masters of Computing program, but is
36 also offered for other students via a range of flexible enrolment
37 options. For information on enrolling in this course, please see <a
38 href="enrol.php">enrolment information</a><p>
39
40 <li> Assumed knowledge is basic competence with using a Unix-like
41 operating system (such as Linux). Having some competence in at least
42 one programming language will be an advantage.
43
44 <p>
45 <li> Please see the <a
46 href="http://studyat.anu.edu.au/courses/COMP8440;details.html">StudyAt</a>
47 entry for Course Description and Learning Outcomes.
48
49 <p>
50
51 <li>
52
53 A total of 18 hours of lectures will be given, plus a similar amount
54 of tutorial/lab hours. The course will have a very practical focus.
55
56 <p>
57 <li>News will be posted on the course
58          <a href="https://cs.anu.edu.au/streams/forum.php?ForumID=232">
59          Announcement forum</a> (staff post only). 
60 <p>
61 <li>There is also a
62         <a href="https://cs.anu.edu.au/streams/forum.php?ForumID=235">
63         Discussion forum</a> which will be (semi-) regularly 
64         monitored by the course staff.
65 <p>
66 <li>A preliminary <a href="schedule.php">timetable</a> is available
67 <p>
68
69 <li>Refreshments will be provided during the course
70
71 <p>
72 <li>The course flyer is available <a href="COMP8440_flyer.pdf">here</a>
73
74 </ul>
75
76
77
78 <p><div align="center">
79   <?php
80     print " Last modified: ";
81     $last_modified = getlastmod();
82     print(date("j/m/Y, H:i", $last_modified));
83   ?>
84 <div><p>
85
86 <?php
87 include "8440tail.php";
88 ?>
89