templates/rss/changelogentry.tmpl
changeset 9999 f91e5630ce7e
parent 9998 4a3c388f8c69
child 10000 16f49d671c7f
equal deleted inserted replaced
9998:4a3c388f8c69 9999:f91e5630ce7e
     1 <item>
       
     2     <title>{desc|strip|firstline|strip|escape}</title>
       
     3     <guid isPermaLink="true">{urlbase}{url}rev/{node|short}</guid>
       
     4     <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
       
     5     <author>{author|obfuscate}</author>
       
     6     <pubDate>{date|rfc822date}</pubDate>
       
     7 </item>