view templates/rss/filelogentry.tmpl @ 8793:9d0c521bce0e

inotify: put the "while True: poll()" loop in pollable class
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Thu, 21 May 2009 23:51:54 +0900
parents 5ccca71775e1
children
line wrap: on
line source

<item>
    <title>{desc|strip|firstline|strip|escape}</title>
    <link>{urlbase}{url}log{{node|short}}/{file|urlescape}</link>
    <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
    <author>{author|obfuscate}</author>
    <pubDate>{date|rfc822date}</pubDate>
</item>