|
Revision 1098, 1.5 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/rss+xml"$><?xml version="1.0" encoding="<$MTPublishCharset$>"?> |
|---|
| 2 | <rss version="2.0"> |
|---|
| 3 | <channel> |
|---|
| 4 | <title><$MTBlogName remove_html="1" encode_xml="1"$></title> |
|---|
| 5 | <link><$MTBlogURL$></link> |
|---|
| 6 | <description><$MTBlogDescription remove_html="1" encode_xml="1"$></description> |
|---|
| 7 | <language><$MTBlogLanguage ietf="1"$></language> |
|---|
| 8 | <copyright><__trans phrase="Copyright [_1]" params="<$MTDate format="%Y"$>"></copyright> |
|---|
| 9 | <lastBuildDate><MTEntries lastn="1"><$MTEntryDate format_name="rfc822"$></MTEntries></lastBuildDate> |
|---|
| 10 | <generator>http://www.sixapart.com/movabletype/</generator> |
|---|
| 11 | <docs>http://www.rssboard.org/rss-specification</docs> |
|---|
| 12 | <MTEntries lastn="15"> |
|---|
| 13 | <item> |
|---|
| 14 | <title><$MTEntryTitle remove_html="1" encode_xml="1"$></title> |
|---|
| 15 | <description><$MTEntryBody encode_xml="1"$></description> |
|---|
| 16 | <link><$MTEntryPermalink encode_xml="1"$></link> |
|---|
| 17 | <guid><$MTEntryPermalink encode_xml="1"$></guid> |
|---|
| 18 | <MTEntryCategories> |
|---|
| 19 | <category domain="http://www.sixapart.com/ns/types#category"><$MTCategoryLabel remove_html="1" encode_xml="1"$></category> |
|---|
| 20 | </MTEntryCategories> |
|---|
| 21 | <MTEntryIfTagged><MTEntryTags> |
|---|
| 22 | <category domain="http://www.sixapart.com/ns/types#tag"><$MTTagName remove_html="1" encode_xml="1"$></category> |
|---|
| 23 | </MTEntryTags></MTEntryIfTagged> |
|---|
| 24 | <pubDate><$MTEntryDate format_name="rfc822"$></pubDate> |
|---|
| 25 | </item> |
|---|
| 26 | </MTEntries> |
|---|
| 27 | </channel> |
|---|
| 28 | </rss> |
|---|