Initial commit
This commit is contained in:
9
indefero/src/IDF/templates/idf/index.atom
Normal file
9
indefero/src/IDF/templates/idf/index.atom
Normal file
@@ -0,0 +1,9 @@
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>{$title}, {$project} - {$project.shortdesc}</title>
|
||||
{if !$user.isAnonymous()} <subtitle>{blocktrans}Personal project feed for {$user}.{/blocktrans}</subtitle>{/if}
|
||||
<link href="{$feedurl}" rel="self"/>
|
||||
<link href="{$viewurl}"/>
|
||||
<id>{$feedurl}</id>
|
||||
<updated>{$date}</updated>
|
||||
{$body}
|
||||
</feed>
|
Reference in New Issue
Block a user