xsl/podcast: feed-level payment links to Flattr

This commit is contained in:
Astro 2012-02-06 13:17:37 +01:00
parent 30c39c0f0a
commit 944b3f2dbb
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,7 @@
<itunes:category text="Technology">
<itunes:category text="Tech News"/>
</itunes:category>
<atom:link rel="payment" href="https://flattr.com/thing/51034/Pentaradio-24" type="text/html"/>
</xsl:when>
<xsl:when test="$selection = 'pentacast'">
<title>Pentacast</title>
@ -57,6 +58,7 @@
<itunes:image href="{$baseurl}images/pentacast.png" />
<itunes:category text="Society &amp; Culture"/>
<itunes:category text="Technology"/>
<atom:link rel="payment" href="https://flattr.com/thing/51037/Pentacast" type="text/html"/>
</xsl:when>
<xsl:when test="$selection = 'pentamusic'">
<title>Pentamusic</title>
@ -73,6 +75,7 @@
<itunes:image href="{$baseurl}images/pentacast.png" />
<itunes:category text="Society &amp; Culture"/>
<itunes:category text="Music"/>
<atom:link rel="payment" href="https://flattr.com/thing/51039/Pentamusic" type="text/html"/>
</xsl:when>
<xsl:otherwise>
<title>C3D2 Podcast</title>
@ -87,6 +90,7 @@
<itunes:image href="{$baseurl}images/pentaradio.png" />
<itunes:category text="Society &amp; Culture"/>
<itunes:category text="Technology"/>
<atom:link rel="payment" href="https://flattr.com/thing/51034/Pentaradio-24" type="text/html"/>
</xsl:otherwise>
</xsl:choose>
<itunes:author>Chaos Computer Club Dresden</itunes:author>