activityReport/default-templates/tpl/activityreport-atom.xml

33 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xml:lang="{{tpl:BlogLanguage}}">
<title type="html">{{tpl:BlogName encode_xml="1"}}{{tpl:SysFeedSubtitle encode_xml="1"}}</title>
<subtitle type="html">{{tpl:BlogDescription encode_xml="1"}}</subtitle>
<link href="{{tpl:SysSelfURI}}" rel="self" type="application/atom+xml"/>
<link href="{{tpl:BlogURL}}" rel="alternate" type="text/html"
title="{{tpl:BlogDescription encode_xml="1"}}"/>
<updated>{{tpl:BlogUpdateDate iso8601="1"}}</updated>
<author>
<name>{{tpl:BlogEditor encode_xml="1"}}</name>
</author>
<id>{{tpl:BlogFeedID}}</id>
<generator uri="http://www.dotclear.net/">Dotclear</generator>
<tpl:activityReports>
<entry>
<title>{{tpl:activityReportTitle encode_xml="1"}}</title>
<id>{{tpl:activityReportFeedID}}</id>
<updated>{{tpl:activityReportDate iso8601="1"}}</updated>
<author><name>activityReport module for Dotclear 2</name></author>
<content type="html">
{{tpl:activityReportContent absolute_urls="1" encode_xml="1"}}
</content>
</entry>
</tpl:activityReports>
</feed>