streams/view/tpl/atom_feed.tpl
2020-08-13 19:23:08 -07:00

18 lines
566 B
Smarty
Executable file

<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:thr="http://purl.org/syndication/thread/1.0"
xmlns:at="http://purl.org/atompub/tombstones/1.0"
xmlns:media="http://purl.org/syndication/atommedia">
<id>{{$feed_id}}</id>
<title>{{$feed_title}}</title>
<generator uri="{{$generator_uri}}" version="{{$version}}">{{$generator}}</generator>
{{if $profile_page}}
<link rel="alternate" type="text/html" href="{{$profile_page}}" />
{{/if}}
{{if $author}}
{{$author}}
{{/if}}
<updated>{{$feed_updated}}</updated>