コメントをいちいち見に行くのが面倒だったので、コメント一覧のRSSを作りました。自分が楽だと思うようにカスタマイズするのがユーザビリティの向上に繋がる・・・と思いたいけどそうもいかないのが世の中なわけで。
いや、特にどうしたいわけでもありませんが。
ちなみに MovableType のテンプレートはこんな感じ。いいかげんです(ぁ
<?xml version="1.0" encoding="<$MTPublishCharset$>"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:cc="http://web.resource.org/cc/"
xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="<$MTBlogURL$>">
<title><$MTBlogName remove_html="1" encode_html="1"$> コメント</title>
<link><$MTBlogURL$></link>
<description><$MTBlogName remove_html="1" encode_html="1"$>の最新のコメント</description>
<dc:language>ja</dc:language>
<dc:date><MTComments lastn="1"><$MTCommentDate format="%Y-%m-%dT%H:%M:%S" language="en"$><$MTBlogTimezone$></MTComments></dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=<$MTVersion$>" />
<MTBlogIfCCLicense>
<cc:license rdf:resource="<$MTBlogCCLicenseURL$>" />
</MTBlogIfCCLicense>
<items>
<rdf:Seq><MTComments lastn="15" sort_order="descend">
<rdf:li rdf:resource="<MTCommentEntry><$MTEntryPermalink encode_xml="1"$>#<$MTCommentID"$></MTCommentEntry>" />
</MTComments></rdf:Seq>
</items>
</channel>
<MTComments lastn="15" sort_order="descend">
<item rdf:about="<MTCommentEntry><$MTEntryPermalink encode_xml="1"$>#<$MTCommentID"$></MTCommentEntry>">
<title><MTCommentEntry><$MTEntryTitle remove_html="1" encode_xml="1"$></MTCommentEntry> へのコメント:<$MTCommentAuthor default="" remove_html="1" encode_xml="1"$></title>
<link><MTCommentEntry><$MTEntryPermalink encode_xml="1"$>#<$MTCommentID"$></MTCommentEntry></link>
<description><$MTCommentBody remove_html="1" encode_xml="1"$></description>
<dc:date><$MTCommentDate format="%Y-%m-%dT%H:%M:%S" language="en"$><$MTBlogTimezone$></dc:date>
</item>
</MTComments>
</rdf:RDF>
Posted by 最低人間@管理人 at 2006年01月27日 17:10