【ココログプロ】最近のコメントをRSS配信するためのテンプレート
サンプルRSS:風柳亭別館の最近のコメント
ブログオーナにとっては便利かも知れないけれど、ココログプロ使用者でかつ上級テンプレート使っていないとだめなので、汎用性は低いです。
出力ファイル: recent-comment-index.rdf
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:cc="http://web.resource.org/cc/"
xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="<$MTBlogURL$>">
<title><$MTBlogName remove_html="1" encode_xml="1"$>(最近のコメント一覧)</title>
<link><$MTBlogURL$></link>
<description><$MTBlogDescription remove_html="1" encode_xml="1"$></description>
<dc:language><$MTBlogLanguage$></dc:language>
<dc:creator></dc:creator>
<dc:date><MTEntries lastn="1"><$MTEntryDate format_name="W3CDTF"$></MTEntries></dc:date>
<admin:generatorAgent rdf:resource="http://www.typepad.com/?v=<$MTVersion$>" />
<MTBlogIfCCLicense>
<cc:license rdf:resource="<$MTBlogCCLicenseURL$>" />
</MTBlogIfCCLicense>
<items>
<rdf:Seq>
<MTComments lastn="20" sort_order="descend">
<MTCommentEntry>
<rdf:li rdf:resource="<$MTEntryPermalink encode_xml="1"$>#c<$MTCommentID$>" />
</MTCommentEntry>
</MTComments>
</rdf:Seq>
</items>
</channel>
<MTComments lastn="20" sort_order="descend">
<MTCommentEntry>
<item rdf:about="<$MTEntryPermalink encode_xml="1"$>#c<$MTCommentID$>">
<title><$MTCommentAuthor encode_xml="1"$> on <$MTEntryTitle encode_xml="1"$></title>
<link><$MTEntryPermalink encode_xml="1"$>#c<$MTCommentID$></link>
<description><$MTCommentBody encode_xml="1"$></description>
<MTEntryCategories>
<dc:subject><$MTCategoryLabel encode_xml="1"$></dc:subject>
</MTEntryCategories>
<dc:creator><$MTCommentAuthor encode_xml="1"$></dc:creator>
</MTCommentEntry>
<dc:date><$MTCommentDate format_name="W3CDTF"$></dc:date>
</item>
</MTComments>
</rdf:RDF>
2006/08/19(土) 12:48 | 固定リンク
| 記事の編集(管理者用)
「おもいつき」カテゴリの記事
- 這い寄る混沌(2012.05.26)
- ブックカバーかけの自動化ってできるのかな?(2012.05.25)
- ISBNとかキーワードをメールで送ると、リリース日を含む書籍情報が返るサービスを試作(2012.03.17)
- 明日できるなら、今日でもできるかも。うん。(2012.03.10)
- 気をつけよう、通信料の無駄遣い(2012.03.07)
「ウェブログ・ココログ関連」カテゴリの記事
- ココログのツイッターへのクロスポスト、デフォルトにはできない…?(2012.03.15)
- 最近ツイートしていないけど(2012.03.07)
- 意味も無くツイートボタンを付けてみる(2012.03.05)
- 「どうした、顔色がよくないようだが…」(その壱)(2012.02.27)
- ココでも:ココログ広場ユーザーのブログをキーワードで検索するサービスを試作(2010.10.29)

