Merge branch 'master' of caffeine:/users/www/www/

This commit is contained in:
David Bartley 2007-10-06 17:04:22 -04:00
commit bad5ace702
3 changed files with 5 additions and 0 deletions

BIN
buttons/valid-atom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -41,8 +41,11 @@
<xsl:for-each select="newsitem">
<entry>
<link href="http://csclub.uwaterloo.ca"/>
<title><xsl:value-of select="."/></title>
<summary><xsl:value-of select="."/></summary>
<author><name><xsl:value-of select="@author"/></name></author>
<id>http://csclub.uwaterloo.ca/news/<xsl:value-of select="generate-id(.)"/></id>
<updated><xsl:value-of select="translate($g_datetime,' ','T')"/></updated>
</entry>
</xsl:for-each>
<xsl:for-each select="eventitem">

View File

@ -110,6 +110,8 @@
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" />
</a>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//csclub.uwaterloo.ca/events.atom">
<img src="buttons/valid-atom.png" alt="[Valid Atom 1.0]" title="Validate my Atom 1.0 feed" /></a>
</p>
</div>
</xsl:template>