ATOM: /feed/link/@rel="alternate"

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1434 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2008-11-12 00:53:01 +00:00
parent 077b6127f0
commit 57f81e6a0b
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@
<!-- Allgemeines -->
<title>www.c3d2.de Newsfeed</title>
<link rel="self" href="https://www.c3d2.de/news-atom.xml" />
<link rel="alternate" type="application/xml+xhtml" href="https://www.c3d2.de/" />
<id>http://www.c3d2.de/</id>
<subtitle>Neues aus dem Chaos Computer Club Dresden</subtitle>
@ -58,7 +59,7 @@
</xsl:variable>
<id><xsl:value-of select="$href"/></id>
<title><xsl:value-of select="@title"/></title>
<link href="{$href}"/>
<link rel="alternate" type="application/xml+xhtml" href="{$href}"/>
<updated><xsl:value-of select="@date"/>Z</updated>
<author>
<name><xsl:value-of select="@author"/></name>