39 lines
1.5 KiB
XML
Executable File
39 lines
1.5 KiB
XML
Executable File
<?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.org/">Dotclear</generator>
|
|
|
|
<tpl:EventsEntries>
|
|
|
|
<entry>
|
|
<title>{{tpl:EntryTitle encode_xml="1"}}</title>
|
|
<link href="{{tpl:EntryURL}}" rel="alternate" type="text/html"
|
|
title="{{tpl:EntryTitle encode_xml="1"}}" />
|
|
<id>{{tpl:EntryFeedID}}</id>
|
|
<published>{{tpl:EntryDate iso8601="1"}}</published>
|
|
<updated>{{tpl:EntryDate iso8601="1" upddt="1"}}</updated>
|
|
<author><name>{{tpl:EntryAuthorCommonName encode_xml="1"}}</name></author>
|
|
<tpl:EventsEntryIf has_category="1">
|
|
<dc:subject>{{tpl:EventsEntryCategory encode_html="1"}}</dc:subject>
|
|
</tpl:EventsEntryIf>
|
|
|
|
<content type="html">{{tpl:EntryExcerpt absolute_urls="1" encode_xml="1"}}
|
|
{{tpl:EntryContent absolute_urls="1" encode_xml="1"}}</content>
|
|
|
|
</entry>
|
|
</tpl:EventsEntries>
|
|
|
|
</feed> |