| 1 | <$mt:HTTPContentType type="application/atom+xml"$><?xml version="1.0" encoding="<$mt:PublishCharset$>"?> |
|---|
| 2 | <feed xmlns="http://www.w3.org/2005/Atom"> |
|---|
| 3 | <title><$mt:BlogName remove_html="1" encode_xml="1"$></title> |
|---|
| 4 | <link rel="alternate" type="text/html" href="<$mt:BlogURL encode_xml="1"$>" /> |
|---|
| 5 | <link rel="self" type="application/atom+xml" href="<$mt:Link template="feed_recent"$>" /> |
|---|
| 6 | <id>tag:<$mt:BlogHost exclude_port="1" encode_xml="1"$>,<$mt:TemplateCreatedOn format="%Y-%m-%d"$>:<$mt:BlogRelativeURL encode_xml="1"$>/<$mt:BlogID$></id> |
|---|
| 7 | <updated><mt:Entries lastn="1"><$mt:EntryModifiedDate utc="1" format="%Y-%m-%dT%H:%M:%SZ"$></mt:Entries></updated> |
|---|
| 8 | <mt:IfNonEmpty tag="MTBlogDescription"><subtitle><$mt:BlogDescription remove_html="1" encode_xml="1"$></subtitle></mt:IfNonEmpty> |
|---|
| 9 | <generator uri="http://www.sixapart.com/movabletype/"><$mt:ProductName version="1"$></generator> |
|---|
| 10 | <mt:Entries lastn="15"> |
|---|
| 11 | <entry> |
|---|
| 12 | <title><$mt:EntryTitle remove_html="1" encode_xml="1"$></title> |
|---|
| 13 | <link rel="alternate" type="text/html" href="<$mt:EntryPermalink encode_xml="1"$>" /> |
|---|
| 14 | <id><$mt:EntryAtomID$></id> |
|---|
| 15 | |
|---|
| 16 | <published><$mt:EntryDate utc="1" format="%Y-%m-%dT%H:%M:%SZ"$></published> |
|---|
| 17 | <updated><$mt:EntryModifiedDate utc="1" format="%Y-%m-%dT%H:%M:%SZ"$></updated> |
|---|
| 18 | |
|---|
| 19 | <summary><$mt:EntryExcerpt remove_html="1" encode_xml="1"$></summary> |
|---|
| 20 | <author> |
|---|
| 21 | <name><$mt:EntryAuthorDisplayName encode_xml="1"$></name> |
|---|
| 22 | <mt:IfNonEmpty tag="MTEntryAuthorURL"><uri><$mt:EntryAuthorURL encode_xml="1"$></uri></mt:IfNonEmpty> |
|---|
| 23 | </author> |
|---|
| 24 | <mt:EntryCategories> |
|---|
| 25 | <category term="<$mt:CategoryLabel encode_xml="1"$>" scheme="http://www.sixapart.com/ns/types#category" /> |
|---|
| 26 | </mt:EntryCategories> |
|---|
| 27 | <mt:EntryIfTagged><mt:EntryTags><category term="<$mt:TagName normalize="1" encode_xml="1"$>" label="<$mt:TagName encode_xml="1"$>" scheme="http://www.sixapart.com/ns/types#tag" /> |
|---|
| 28 | </mt:EntryTags></mt:EntryIfTagged> |
|---|
| 29 | <content type="html" xml:lang="<$mt:BlogLanguage ietf="1"$>" xml:base="<$mt:BlogURL encode_xml="1"$>"> |
|---|
| 30 | <$mt:EntryBody encode_xml="1"$> |
|---|
| 31 | <$mt:EntryMore encode_xml="1"$> |
|---|
| 32 | </content> |
|---|
| 33 | </entry> |
|---|
| 34 | </mt:Entries> |
|---|
| 35 | </feed> |
|---|