Updated stuff

This commit is contained in:
Webmaster 2007-01-14 22:25:49 +00:00
parent f715db0bc2
commit 18e9126fe4
8 changed files with 40 additions and 10 deletions

View File

@ -34,19 +34,19 @@
<exec position="Librarian"
type="appointed"
name=""
name="Nobody"
sex="male"
userid="librarian" />
<exec position="Imapd (Individual Making Arrangements for Pop Delivery)"
type="appointed"
name=""
name="Nobody"
sex="male"
userid="imapd" />
<exec position="Web Master"
type="appointed"
name=""
name="Juti Noppornpitak"
sex="male"
userid="www" />
</execlist>

View File

@ -90,7 +90,6 @@
</li>
<li>
via dijjer (a mostly seemless bittorrent alternative):
<xsl:param name="ext">Unset</xsl:param>
<xsl:apply-templates select="mediafile" >
<xsl:with-param name="pre">http://dijjer.org/get/http://www.csclub.uwaterloo.ca</xsl:with-param>
</xsl:apply-templates>
@ -107,7 +106,7 @@
</body>
</html>
</xsl:document>
<li><a href= "{@title}"><xsl:value-of select="@title" /></a> - <xsl:apply-templates select="mediafile" /></li>
<li><a href= "{@title}.html"><xsl:value-of select="@title" /></a> - <xsl:apply-templates select="mediafile" /></li>
</xsl:template>
<xsl:template match="menuitem">

View File

@ -10,7 +10,7 @@
<p>
Welcome to the University of Waterloo Computer Science Club
website. Use the menus at the top and bottom of our pages to
navigate around our website. If you're new to the Computer Science
navigate around our kickass website. If you're new to the Computer Science
Club, be sure to check out our <a href="about/">About section</a>.
</p>
</section>

View File

@ -2,14 +2,14 @@
open (IN , "ls -1|");
while (<IN>) {
chomp ($_);
#print $_;
print $_;
$a = $_;
$_ =~ s/\%20/\\ /g;
if ($_ =~ /\%3A/) {
$_ =~ s/\%3A/\:/;
}
`ln -s $a $_`;
print "ln -s $a $_\n";
}
#print "\n";
}
close (IN);

View File

@ -10,6 +10,34 @@
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="Spam Filters: Do they work and Can you prove it">
<abstract>
<p> Do spam filters work? Which is the best one? How might filters be
improved? Without standards, one must depend on unreliable evidence,
such as subjective impressions, testimonials, incomparable and
unrepeatable measurements, and vendor claims for the answers to these
questions.</p>
<p>
You might think that your spam filter works well and couldn't be
improved. Are you sure? You may think that the risk of losing
important mail outweighs the benefit of using a filter. Could you
convince someone who holds the other opinion? If I told you that my
filter was 99-percent accurate, would you believe me? Would you know
what I meant? Would you be able to translate that 99-percent into
the risk of losing an important message?</p>
<p>
Gord Cormack talk about the science, logistics, and politics of Spam Filter Evaluation.
</p>
</abstract>
<mediafile file="cormack-spam-xvid.avi" type="XviD" size="473M" />
<mediafile file="cormack-spam.avi" type="DiVX" size="473M" />
<mediafile file="cormack-spam.mpg" type="MPG" size="472M" />
<mediafile file="cormack-spam.ogg" type="OGG/Theora" size="481M" />
<mediafile file="cormack-spam.rm" type="Real Media" size="471M" />
<mediafile file="cormack-spam.wmv" type="Windows Media" size="476M" />
</mediaitem>
<mediaitem title="Software development gets on the Cluetrain">
<abstract>
<p> Simon Law leads the Quality teams for Ubuntu, a free-software operating system built on Debian GNU/Linux. As such, he leads

View File

@ -2,6 +2,9 @@
<!DOCTYPE newdefs SYSTEM "csc.dtd">
<newsdefs>
<newsitem author="daltenty" date="2007-01-12">
The <a href="/about/exec.html">executive</a> has been elected for the Winter 2007 term.
</newsitem>
<newsitem author="woconnor" date="2006-09-21">
The <a href="/about/exec.html">executive</a> has been elected for the Fall 2006 term.
</newsitem>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long