view mercurial/templates/rss/bookmarkentry.tmpl @ 26365:33af0c53aeff

help: add config.troubleshooting section at the top
author timeless@mozdev.org
date Thu, 24 Sep 2015 14:45:17 -0400
parents 9409aeaafdc1
children
line wrap: on
line source

<item>
    <title>{bookmark|escape}</title>
    <link>{urlbase}{url|urlescape}rev/{node|short}</link>
    <description><![CDATA[{bookmark|strip|escape|addbreaks}]]></description>
    <pubDate>{date|rfc822date}</pubDate>
</item>