| 1 | <$MTHTTPContentType type="application/atom+xml"$><?xml version="1.0" encoding="<$MTPublishCharset$>"?> |
|---|
| 2 | <feed |
|---|
| 3 | xmlns="http://www.w3.org/2005/Atom" |
|---|
| 4 | xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"> |
|---|
| 5 | <title><MT_TRANS phrase="Search Results for [_1]" params="<$MTSearchString remove_html="1" encode_html="1" encode_xml="1"$>"></title> |
|---|
| 6 | <id>tag:<$MTCGIHost exclude_port="1" encode_xml="1"$>,<$MTDate format="%Y"$>:<$MTCGIRelativeURL encode_xml="1"$>/feed/<$MTSearchString remove_html="1" encode_xml="1"$></id> |
|---|
| 7 | <link rel="self" type="application/atom+xml" href="<$MTCGIPath$><$MTSearchScript$>?search=<$MTSearchString$>&Template=<$MTSearchTemplateID$>&IncludeBlogs=<$MTSearchIncludeBlogs$>" /> |
|---|
| 8 | <link rel="alternate" type="text/html" href="<$MTCGIPath$><$MTSearchScript$>?IncludeBlogs=<$MTSearchIncludeBlogs$>&search=<$MTSearchString remove_html="1" encode_xml="1"$>" /> |
|---|
| 9 | <updated><$MTDate utc="1" format="%Y-%m-%dT%H:%M:%SZ"$></updated> |
|---|
| 10 | <generator uri="http://www.sixapart.com/movabletype/">Movable Type <$MTVersion$></generator> |
|---|
| 11 | <opensearch:Query role="request" searchTerms="<$MTSearchString remove_html="1" encode_xml="1"$>" /> |
|---|
| 12 | <opensearch:totalResults><$MTSearchResultCount$></opensearch:totalResults> |
|---|
| 13 | <opensearch:startIndex>1</opensearch:startIndex> |
|---|
| 14 | <opensearch:itemsPerPage><$MTSearchResultCount$></opensearch:itemsPerPage> |
|---|
| 15 | <MTSearchResults> |
|---|
| 16 | <entry> |
|---|
| 17 | <title><$MTEntryTitle remove_html="1" encode_xml="1"$></title> |
|---|
| 18 | <link rel="alternate" type="text/html" href="<$MTEntryPermalink encode_xml="1"$>" /> |
|---|
| 19 | <id><$MTEntryAtomID$></id> |
|---|
| 20 | <published><$MTEntryDate utc="1" format="%Y-%m-%dT%H:%M:%SZ"$></published> |
|---|
| 21 | <updated><$MTEntryModifiedDate utc="1" format="%Y-%m-%dT%H:%M:%SZ"$></updated> |
|---|
| 22 | <author> |
|---|
| 23 | <name><$MTEntryAuthorDisplayName encode_xml="1"$></name> |
|---|
| 24 | <MTIfNonEmpty tag="MTEntryAuthorURL"><uri><$MTEntryAuthorURL encode_xml="1"$></uri></MTIfNonEmpty> |
|---|
| 25 | </author> |
|---|
| 26 | <MTEntryCategories><category term="<$MTCategoryID encode_xml="1"$>" label="<$MTCategoryLabel encode_xml="1"$>" scheme="http://www.sixapart.com/ns/types#category" /></MTEntryCategories> |
|---|
| 27 | <MTEntryIfTagged><MTEntryTags><category term="<$MTTagID encode_xml="1"$>" label="<$MTTagName encode_xml="1"$>" scheme="http://www.sixapart.com/ns/types#tag" /></MTEntryTags></MTEntryIfTagged> |
|---|
| 28 | <content type="html" xml:lang="<$MTBlogLanguage ietf="1"$>" xml:base="<$MTBlogURL encode_xml="1"$>"> |
|---|
| 29 | <$MTEntryExcerpt remove_html="1" encode_html="1"$> |
|---|
| 30 | </content> |
|---|
| 31 | </entry> |
|---|
| 32 | </MTSearchResults> |
|---|
| 33 | </feed> |
|---|