templates/rss/changelogentry.tmpl
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Fri, 14 Aug 2009 08:19:49 -0400
changeset 9933 2e7902158af9
parent 8428 5ccca71775e1
permissions -rw-r--r--
inotify: create a common, OS-independent server entry point * rename server.py to linuxserver.py * create server.py: it will contain OS-independent logic for servers, and will import the right server depending on the OS * old server.server class is renamed to linuxserver.socketlistener

<item>
    <title>{desc|strip|firstline|strip|escape}</title>
    <guid isPermaLink="true">{urlbase}{url}rev/{node|short}</guid>
    <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
    <author>{author|obfuscate}</author>
    <pubDate>{date|rfc822date}</pubDate>
</item>