mercurial/templates/rss/bookmarkentry.tmpl
author Siddharth Agarwal <sid0@fb.com>
Tue, 15 Jul 2014 15:01:52 -0700
changeset 21913 50aad4609224
parent 18526 9409aeaafdc1
permissions -rw-r--r--
util.re: move check for re2 into a separate method We're going to use the same check for another method in an upcoming patch.

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