{* * rss.tpl * gitphp: A PHP git repository browser * Component: RSS template * * Copyright (C) 2009 Christopher Han *} {$project->GetProject()} {geturl fullurl=true project=$project} {$project->GetProject()} log en {foreach from=$log item=logitem} {$logitem->GetCommitterEpoch()|date_format:"%d %b %R"} - {$logitem->GetTitle()|escape:'html'} {$logitem->GetAuthorEmail()|escape:'html'} ({$logitem->GetAuthorName()|escape:'html'}) {$logitem->GetCommitterEpoch()|date_format:"%a, %d %b %Y %H:%M:%S %z"} {geturl fullurl=true project=$project action=commit hash=$logitem} {geturl fullurl=true project=$project action=commit hash=$logitem} {$logitem->GetTitle()|escape:'html'} GetComment() item=line} {$line}
{/foreach} {foreach from=$logitem->DiffToParent($gitexe) item=diffline} {$diffline->GetToFile()}
{/foreach} ]]>
{/foreach}