root/trunk/search_templates/results_feed_rss2.tmpl

Revision 4196, 1.7 kB (checked in by takayama, 3 months ago)

* Set svn keywords

  • Property svn:keywords set to Author Date Id Revision
Line 
1<$MTHTTPContentType type="application/rss+xml"$><?xml version="1.0" encoding="<$MTPublishCharset$>"?>
2<rss version="2.0" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">
3<channel>
4<title><MT_TRANS phrase="Search Results for [_1]" params="<$MTSearchString remove_html="1" encode_html="1" encode_xml="1"$>"></title>
5<link><$MTCGIPath$><$MTSearchScript$>?search=<$MTSearchString$>&amp;Template=<$MTSearchTemplateID$>&amp;IncludeBlogs=<$MTSearchIncludeBlogs$></link>
6<language>en-us</language>
7<pubDate><$MTDate format="%a, %d %b %Y %H:%M:%S "$><$MTBlogTimezone no_colon="1"$></pubDate>
8<docs>http://blogs.law.harvard.edu/tech/rss</docs>
9<generator>Movable Type <$MTVersion$></generator>
10<ttl>1440</ttl>
11<openSearch:totalResults><$MTSearchResultCount$></openSearch:totalResults>
12<openSearch:startIndex>1</openSearch:startIndex>
13<openSearch:itemsPerPage><$MTSearchResultCount$></openSearch:itemsPerPage>
14<MTSearchResults>
15<item>
16<title><$MTEntryTitle remove_html="1" encode_xml="1"$></title>
17<link><$MTEntryLink encode_xml="1"$></link>
18<description><$MTEntryExcerpt encode_xml="1"$></description>
19<pubDate><$MTEntryDate format="%a, %d %b %Y %H:%M:%S "$><$MTBlogTimezone no_colon="1"$></pubDate>
20<guid isPermaLink="true"><$MTEntryLink encode_xml="1"$></guid>
21<author><$MTEntryAuthorDisplayName encode_xml="1"$></author>
22<MTEntryIfAllowComments><comments><$MTCGIPath$><$MTCommentScript$>?entry_id=<$MTEntryID$></comments></MTEntryIfAllowComments>
23<MTIfNonEmpty tag="MTEntryCategory"><category domain="<$MTBlogArchiveURL$>"><MTParentCategories glue="/"><$MTCategoryLabel dirify="1" encode_xml="1"$></MTParentCategories></category></MTIfNonEmpty>
24</item>
25</MTSearchResults></channel>
26</rss>
Note: See TracBrowser for help on using the browser.