view mercurial/templates/rss/bookmarkentry.tmpl @ 22034:5f57bc77657c

push: move the list of obsmarker to push into the push operation The list is now carried in the push operation, this will let extensions override it.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Sat, 05 Jul 2014 19:17:09 +0200
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>