More stuff

This commit is contained in:
Holden Karau 2006-05-20 02:51:49 +00:00
parent d99e34687c
commit 8930c6fedb
3 changed files with 35 additions and 0 deletions

4
media/Makefile Executable file
View File

@ -0,0 +1,4 @@
INPUTS = index.xml
SUBDIRS =
include ../default.mk

7
media/directory.xml Executable file
View File

@ -0,0 +1,7 @@
<?xml version='1.0'?>
<!DOCTYPE directory SYSTEM "../csc.dtd">
<directory >
</directory>

24
media/index.xml Executable file
View File

@ -0,0 +1,24 @@
<?xml version='1.0'?>
<!DOCTYPE cscpage SYSTEM "../csc.dtd">
<cscpage title="Media">
<header />
<section title="CSC Media">
<p>
Here you will find a wide variety of audio and video recordings of past CSC Talks. Some of these files are very large, and we do not recommend attempting to stream them.
Most of these should be available upon request at the Computer Science Club office to be burnt to CD or DVD should you so choose.
</p>
<ul>
<mediaitem title="Larry Smith: Creating Killer Applications">
<mediafile file="larry-smith-divx-low.avi" size="920M" type="divx" />
<mediafile file="larry-smith-wmv.wmv" size="312M" type="wmv" />
<mediafile file="larry-smith-mov.mov" size="1.4G" type="mov" />
</mediaitem>
<li>Larry Smith: Computing's Next Great Empires <a href="/audio/Larry%20Smith%20Talk.ogg">ogg</a><a href="/audio/Larry%20Smith%20Talk.mp3">mp3</a></li>
<!-- <li>Eric LaForest <a href="ericlaforest.mpg">mpg</a></li> -->
</ul>
</section>
<footer />
</cscpage>