added page header atom feed link
This commit is contained in:
parent
f5a2876dc1
commit
822587eba5
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ events.ics:
|
|||
|
||||
include default.mk
|
||||
|
||||
%.atom: %.xml
|
||||
%.atom: %.xml xsl/atom.xsl
|
||||
java -classpath $(CLASSPATH) net.sf.saxon.Transform -o $@ $< $(ROOT)/xsl/atom.xsl $(XSLTARGS)
|
||||
sed -i 's| xmlns=""||' $@
|
||||
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<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>
|
||||
<link rel="stylesheet" href="{$pre}default.css" type="text/css" />
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue