mercurial/templates/rss/bookmarkentry.tmpl
author Yuya Nishihara <yuya@tcha.org>
Fri, 22 Dec 2017 21:19:29 +0900
changeset 35487 817a3d20dd01
parent 18526 9409aeaafdc1
permissions -rw-r--r--
templater: register keywords to defaults table Since the keywords are permanent, there should be no need to pass them by a temporary mapping.

<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>