summaryrefslogtreecommitdiff
path: root/tools/xml-notes-to-atom.xsl
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2019-05-17 01:07:22 +0300
committerdefanor <defanor@uberspace.net>2019-05-17 01:07:22 +0300
commit0c50e642d4afdebba7e01aa314bf98d41f50d8fb (patch)
tree2a90f917574a13a4fc6def8dee28d175d48b55ac /tools/xml-notes-to-atom.xsl
parent5c06b527215c20b76e64d9c666b251021ad5e5d8 (diff)
Move atom.xml into /notes/
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