Blame Extras/Trac/templates/log_rss.cs

4c79b5
4c79b5
4c79b5
<rss version="2.0">
4c79b5
 <channel>
4c79b5
  if:project.name_encoded ?>
4c79b5
   <title>: Revisions of </title>
4c79b5
  else ?>
4c79b5
   <title>Revisions of </title>
4c79b5
  /if ?>
4c79b5
  <link></link>
4c79b5
  <description>Trac Log - Revisions of </description>
4c79b5
  <language>en-us</language>
4c79b5
  <generator>Trac v</generator>
4c79b5
  if:chrome.logo.src ?>
4c79b5
   <image>
4c79b5
    <title></title>
4c79b5
    <url>
4c79b5
     var:chrome.logo.src ?></url>
4c79b5
    <link></link>
4c79b5
   </image>
4c79b5
  /if ?>
4c79b5
  each:item = log.items ?>
4c79b5
   with:change = log.changes[item.rev] ?>
4c79b5
    <item>
4c79b5
     if:change.author ?><author></author>
4c79b5
     /if ?>
4c79b5
     <pubDate></pubDate>
4c79b5
     <title>Revision : </title>
4c79b5
     <link></link>
4c79b5
     <guid isPermaLink="false">
4c79b5
	   var:item.restricted_href ?></guid>
4c79b5
     <description></description>
4c79b5
     <category>Log</category>
4c79b5
    </item>
4c79b5
   /with ?>
4c79b5
  /each ?>
4c79b5
 </channel>
4c79b5
</rss>