{# Copyright (C) 2006-2017 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/. #} ## ## Revision log view - RSS flavor ## ## jinjacheck: "no DTD found" OK # with log_href = abs_href.log(reponame, path, rev=rev) Revisions of ${path} ${log_href} Trac Log - Revisions of ${path}{% if reponame %} in ${reponame}{% endif %} en-US Trac ${trac.version} # if chrome.logo.src_abs: ${project.name} ${chrome.logo.src_abs} ${log_href} # endif # for item in items: # set change = changes[item.rev] # set item_context = context.child('changeset', change.rev, parent=repos.resource) # with author = change.author # include 'author_or_creator.rss' # endwith ${http_date(change.date)} Revision ${display_rev(item.rev)}: ${shorten_line(change.message) } ${abs_href.changeset(item.rev, reponame, item.path)} ${abs_href.changeset(item.rev, reponame, item.path) } # set m = change.message ${ (wiki_to_html(item_context, m) if verbose else wiki_to_oneliner(item_context, m) if wiki_format_messages else m) |forceescape } Log # endfor # endwith