root/branches/boomer/default_templates/atom.mtml @ 1098

Revision 1098, 2.1 kB (checked in by hachi, 2 years ago)

Branching for boomer from release-19, rev 62318

  • Property svn:keywords set to Id Revision
Line 
1<$MTHTTPContentType type="application/atom+xml"$><?xml version="1.0" encoding="<$MTPublishCharset$>"?>
2<feed xmlns="http://www.w3.org/2005/Atom">
3    <title><$MTBlogName remove_html="1" encode_xml="1"$></title>
4    <link rel="alternate" type="text/html" href="<$MTBlogURL encode_xml="1"$>" />
5    <link rel="self" type="application/atom+xml" href="<$MTLink template="atom"$>" />
6    <id>tag:<$MTBlogHost exclude_port="1" encode_xml="1"$>,<$MTTemplateCreatedOn format="%Y-%m-%d"$>:<$MTBlogRelativeURL encode_xml="1"$>/<$MTBlogID$></id>
7    <updated><MTEntries lastn="1"><$MTEntryModifiedDate utc="1" format="%Y-%m-%dT%H:%M:%SZ"$></MTEntries></updated>
8    <MTIfNonEmpty tag="MTBlogDescription"><subtitle><$MTBlogDescription remove_html="1" encode_xml="1"$></subtitle></MTIfNonEmpty>
9    <generator uri="http://www.sixapart.com/movabletype/"><$MTProductName version="1"$></generator>
10<MTEntries lastn="15">
11<entry>
12    <title><$MTEntryTitle remove_html="1" encode_xml="1"$></title>
13    <link rel="alternate" type="text/html" href="<$MTEntryPermalink encode_xml="1"$>" />
14    <id><$MTEntryAtomID$></id>
15
16    <published><$MTEntryDate utc="1" format="%Y-%m-%dT%H:%M:%SZ"$></published>
17    <updated><$MTEntryModifiedDate utc="1" format="%Y-%m-%dT%H:%M:%SZ"$></updated>
18
19    <summary><$MTEntryExcerpt remove_html="1" encode_xml="1"$></summary>
20    <author>
21        <name><$MTEntryAuthorDisplayName encode_xml="1"$></name>
22        <MTIfNonEmpty tag="MTEntryAuthorURL"><uri><$MTEntryAuthorURL encode_xml="1"$></uri></MTIfNonEmpty>
23    </author>
24    <MTEntryCategories>
25        <category term="<$MTCategoryLabel encode_xml="1"$>" scheme="http://www.sixapart.com/ns/types#category" />
26    </MTEntryCategories>
27    <MTEntryIfTagged><MTEntryTags><category term="<$MTTagName normalize="1" encode_xml="1"$>" label="<$MTTagName encode_xml="1"$>" scheme="http://www.sixapart.com/ns/types#tag" />
28    </MTEntryTags></MTEntryIfTagged>
29    <content type="html" xml:lang="<$MTBlogLanguage ietf="1"$>" xml:base="<$MTBlogURL encode_xml="1"$>">
30        <$MTEntryBody encode_xml="1"$>
31        <$MTEntryMore encode_xml="1"$>
32    </content>
33</entry>
34</MTEntries>
35</feed>
Note: See TracBrowser for help on using the browser.