templates/rss/filelog.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

{header}
    <title>{repo|escape}: {file|escape} history</title>
    <description>{file|escape} revision history</description>
    {entries%filelogentry}
  </channel>
</rss>