SUBDIRS = books
-INPUTS = index.xml staff.xml books.xml operating-systems.xml
+INPUTS = index.xml staff.xml books.xml operating-systems.xml webcam.xml webcam-streaming.xml
include ../default.mk
<!DOCTYPE directory SYSTEM "../csc.dtd">
<directory title="Office">
+ <diritem title="Webcam" href="webcam.html" />
<diritem title="Staff" href="staff.html" />
<diritem title="Books" href="books.html" />
<diritem title="Operating Systems" href="operating-systems.html" />
--- /dev/null
+<?xml version='1.0'?>
+<!DOCTYPE cscpage SYSTEM "../csc.dtd">
+
+<cscpage title="CSC Webcam (Streaming)">
+<header />
+
+<section title="CSC Office Webcam (Streaming)">
+
+<p>Spy on the office, see whether it's open or who is passing by the door!</p>
+
+<center>
+<img src="http://h2o.uwaterloo.ca:9192/singleframe" width="320"
+height="240" />
+</center>
+
+<p>Tired of streaming? Try the <a href="webcam.html">regular version</a>.</p>
+
+</section>
+
+<footer />
+</cscpage>
--- /dev/null
+<?xml version='1.0'?>
+<!DOCTYPE cscpage SYSTEM "../csc.dtd">
+
+<cscpage title="CSC Webcam">
+<header />
+
+<section title="CSC Office Webcam">
+
+<p>Spy on the office, see whether it's open or who is passing by the door!</p>
+
+<center>
+<img src="http://h2o.uwaterloo.ca:9192/singleframe" width="320"
+height="240" />
+</center>
+
+<p>Try the <a href="webcam-streaming.html">streaming version</a> for
+streamy goodness.</p>
+
+</section>
+
+<footer />
+</cscpage>