{# Copyright (C) 2006-2014 Edgewall Software This software is licensed as described in the file COPYING, which you should have received as part of this distribution. The terms are also available at http://trac.edgewall.com/license.html. This software consists of voluntary contributions made by many individuals. For the exact contribution history, see the revision history and logs, available at http://trac.edgewall.org/. #} ## ## Timeline view - RSS flavor ## ${project.name} ${abs_href.timeline()} Trac Timeline ${to_unicode(locale).replace('_', '-') if locale else 'en-US'} Trac ${trac.version} # if chrome.logo.src_abs: ${project.name} ${chrome.logo.src_abs} ${abs_href.timeline()} # endif # for event in events: # set abs_url = event.render('url', context) # set title = event.render('summary', context) or event.render('title', context) ${ title if title is string else plaintext(title, keeplinebreaks=False) } # with author = event.author # include 'author_or_creator.rss' # endwith ${http_date(event.datetime)} ${abs_url} ${abs_url}/${event.datetime_uid} ${ event.render('description', context)|forceescape } ${event.kind} # endfor