added page header atom feed link

This commit is contained in:
David Tenty 2007-09-25 01:21:12 -04:00
parent f5a2876dc1
commit 822587eba5
2 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,7 @@ events.ics:
include default.mk include default.mk
%.atom: %.xml %.atom: %.xml xsl/atom.xsl
java -classpath $(CLASSPATH) net.sf.saxon.Transform -o $@ $< $(ROOT)/xsl/atom.xsl $(XSLTARGS) java -classpath $(CLASSPATH) net.sf.saxon.Transform -o $@ $< $(ROOT)/xsl/atom.xsl $(XSLTARGS)
sed -i 's| xmlns=""||' $@ sed -i 's| xmlns=""||' $@

View File

@ -11,6 +11,8 @@
<html> <html>
<head> <head>
<link rel="shortcut icon" href="/favicon.ico" /> <link rel="shortcut icon" href="/favicon.ico" />
<link rel="alternate" title="CSC Events Feed" href="http://csclub.uwaterloo.ca/events.xml" type="application/rss+xml" />
<link rel="alternate" title="CSC News Feed" href="http://csclub.uwaterloo.ca/news.atom" type="application/rss+xml" />
<title><xsl:value-of select="@title" /></title> <title><xsl:value-of select="@title" /></title>
<link rel="stylesheet" href="{$pre}default.css" type="text/css" /> <link rel="stylesheet" href="{$pre}default.css" type="text/css" />
</head> </head>