commented out broken flattr stuff

This commit is contained in:
Friedemann Wulff-Woesten 2016-11-25 22:01:34 +01:00
parent 9499c6bcf4
commit 7f65c96d31
1 changed files with 7 additions and 7 deletions

View File

@ -49,7 +49,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"/>
<!-- <atom:link rel="payment" href="https://flattr.com/thing/51034/Pentaradio-24" type="text/html"/> -->
</xsl:when>
<xsl:when test="$selection = 'pentaradio'">
<title>Pentaradio</title>
@ -71,7 +71,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"/>
<!-- <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>
@ -92,7 +92,7 @@
<itunes:image href="{$baseurl}images/pentacast-quadratic.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"/>
<!-- <atom:link rel="payment" href="https://flattr.com/thing/51037/Pentacast" type="text/html"/> -->
</xsl:when>
<xsl:when test="$selection = 'pentamusic'">
<title>Pentamusic</title>
@ -114,7 +114,7 @@
<itunes:image href="{$baseurl}images/pentamusic-quadratic.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"/>
<!-- <atom:link rel="payment" href="https://flattr.com/thing/51039/Pentamusic" type="text/html"/> -->
</xsl:when>
<xsl:otherwise>
<title>C3D2 Podcast</title>
@ -134,7 +134,7 @@
<itunes:image href="{$baseurl}images/ck.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"/>
<!-- <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>
@ -298,14 +298,14 @@
<itunes:subtitle><xsl:value-of select="$resource_title"/></itunes:subtitle>
<itunes:author>CCC Dresden</itunes:author>
<xsl:variable name="flattr_link">
<!-- <xsl:variable name="flattr_link">
<xsl:call-template name="make-flattr-link">
<xsl:with-param name="newsfile" select="$newsfile"/>
</xsl:call-template>
</xsl:variable>
<xsl:if test="string-length($flattr_link) &gt; 0">
<atom:link rel="payment" href="{$flattr_link}" type="text/html"/>
</xsl:if>
</xsl:if> -->
<xsl:copy-of select="$chapters"/>
</item>