summaryrefslogtreecommitdiff
path: root/tools/xml-notes-to-atom.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xml-notes-to-atom.xsl')
-rw-r--r--tools/xml-notes-to-atom.xsl8
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/xml-notes-to-atom.xsl b/tools/xml-notes-to-atom.xsl
index fd18072..3c1f07f 100644
--- a/tools/xml-notes-to-atom.xsl
+++ b/tools/xml-notes-to-atom.xsl
@@ -13,11 +13,9 @@
<xsl:template match="notes">
<feed>
<title>defanor's notes</title>
- <link rel="self" href="{$baseIRI}atom.xml" />
- <link rel="alternate" href="{$baseIRI}" />
- <id>
- <xsl:value-of select="$baseIRI" />
- </id>
+ <link rel="self" href="{$baseIRI}notes/atom.xml" />
+ <link rel="alternate" href="{$baseIRI}notes/" />
+ <id><xsl:value-of select="$baseIRI" />notes/</id>
<!--
Setting <updated> statically, since it applies to some
meaningful feed updates. Perhaps should be modified on