Dotclear

source: inc/public/default-templates/atom.xml @ 0:54703be25dd6

Revision 0:54703be25dd6, 2.0 KB checked in by Dsls <dsls@…>, 14 years ago (diff)

2.3 branch (trunk) first checkin

  • Property exe set to *
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<feed xmlns="http://www.w3.org/2005/Atom"
3  xmlns:dc="http://purl.org/dc/elements/1.1/"
4  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
5  xml:lang="{{tpl:BlogLanguage}}">
6 
7  <title type="html">{{tpl:BlogName encode_xml="1"}}{{tpl:SysFeedSubtitle encode_xml="1"}}</title>
8  <subtitle type="html">{{tpl:BlogDescription encode_xml="1"}}</subtitle>
9  <link href="{{tpl:SysSelfURI}}" rel="self" type="application/atom+xml"/>
10  <link href="{{tpl:BlogURL}}" rel="alternate" type="text/html"
11  title="{{tpl:BlogDescription encode_xml="1"}}"/>
12  <updated>{{tpl:BlogUpdateDate iso8601="1"}}</updated>
13  <author>
14    <name>{{tpl:BlogEditor encode_xml="1"}}</name>
15  </author>
16  <id>{{tpl:BlogFeedID}}</id>
17  <generator uri="http://www.dotclear.org/">Dotclear</generator>
18 
19  <tpl:Entries>
20 
21  <entry>
22    <title>{{tpl:EntryTitle encode_xml="1"}}</title>
23    <link href="{{tpl:EntryURL}}" rel="alternate" type="text/html"
24    title="{{tpl:EntryTitle encode_xml="1"}}" />
25    <id>{{tpl:EntryFeedID}}</id>
26    <published>{{tpl:EntryDate iso8601="1"}}</published>
27    <updated>{{tpl:EntryDate iso8601="1" upddt="1"}}</updated>
28    <author><name>{{tpl:EntryAuthorCommonName encode_xml="1"}}</name></author>
29    <tpl:EntryIf has_category="1">
30    <dc:subject>{{tpl:EntryCategory encode_html="1"}}</dc:subject>
31    </tpl:EntryIf>
32    <tpl:EntryTags><dc:subject>{{tpl:TagID}}</dc:subject></tpl:EntryTags>
33   
34    <content type="html">{{tpl:EntryExcerpt absolute_urls="1" encode_xml="1"}}
35    {{tpl:EntryContent absolute_urls="1" encode_xml="1"}}</content>
36   
37    <tpl:Attachments>
38      <link rel="enclosure" href="{{tpl:AttachmentURL}}"
39      length="{{tpl:AttachmentSize full="1"}}" type="{{tpl:AttachmentMimeType}}" />
40    </tpl:Attachments>
41
42   
43    <tpl:EntryIf comments_active="1">
44      <wfw:comment>{{tpl:EntryURL}}#comment-form</wfw:comment>
45      <wfw:commentRss>{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}</wfw:commentRss>
46    </tpl:EntryIf>
47  </entry>
48  </tpl:Entries>
49
50</feed>
Note: See TracBrowser for help on using the repository browser.

Sites map