templates/rss/tagentry.tmpl
author Kevin Bullock <kbullock@ringworld.org>
Wed, 07 Oct 2009 14:01:20 -0500
changeset 9551 3e698434b990
parent 8428 5ccca71775e1
permissions -rw-r--r--
color: allow multiple args to ui.write()
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1766
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
diff changeset
     1
<item>
8428
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 3423
diff changeset
     2
    <title>{tag|escape}</title>
3423
a2179e78d18b Fix RSS URLs (closes issue396)
Brendan Cully <brendan@kublai.com>
parents: 3235
diff changeset
     3
    <link>{urlbase}{url}rev/{node|short}</link>
8428
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 3423
diff changeset
     4
    <description><![CDATA[{tag|strip|escape|addbreaks}]]></description>
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 3423
diff changeset
     5
    <pubDate>{date|rfc822date}</pubDate>
1766
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
diff changeset
     6
</item>