14,953
edits
mNo edit summary |
(add Recent comments in RSS 0.91) |
||
| Line 27: | Line 27: | ||
* [http://diveintomark.org/archives/2003/07/18/dive_into_accountability Dive into accountability] July 18, 2003 | * [http://diveintomark.org/archives/2003/07/18/dive_into_accountability Dive into accountability] July 18, 2003 | ||
== 迴響加上RSS Feed (Recent comments in RSS 0.91) == | |||
: 參考:phil ringnalda dot com: [http://philringnalda.com/blog/2002/06/comment_rss_feed.php Comment RSS feed] 2002-06-06 | |||
: 新增以下模版,並輸出檔案至comments.xml | |||
<?xml version="1.0"?> | |||
<rss version="0.91"> | |||
<channel> | |||
<title><$MTBlogName$> : Comments</title> | |||
<link><$MTBlogURL$></link> | |||
<description><$MTBlogDescription$></description> | |||
<language>en-us</language> | |||
<MTComments lastn="20"> | |||
<item> | |||
<title><$MTCommentAuthor encode_html="1"$> | |||
<$MTCommentEmail encode_html="1"$></title> | |||
<description><$MTCommentBody encode_html="1"$></description> | |||
<link><$MTCommentAuthorLink encode_html="1"$></link> | |||
</item> | |||
</MTComments> | |||
</channel> | |||
</rss> | |||
Also see [[BlogLinks]] | Also see [[BlogLinks]] | ||