MovableType: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(add Recent comments in RSS 0.91)
Line 38: Line 38:
     <link><$MTBlogURL$></link>
     <link><$MTBlogURL$></link>
     <description><$MTBlogDescription$></description>
     <description><$MTBlogDescription$></description>
     <language>en-us</language>
     <language>zh-tw</language>
     <MTComments lastn="20">
     <MTComments lastn="20">
       <item>
       <item>
Line 49: Line 49:
   </channel>
   </channel>
  </rss>
  </rss>
注意,若是繁體字請用<language>zh-tw</language>,如果是英語則用
<language>en-us</language>


Also see [[BlogLinks]]
Also see [[BlogLinks]]

Revision as of 00:51, 23 November 2004

Movable Type (MT) 修改或其外掛程式(plugin)的參考網站


分頁(MT-Paginate)


防止重複迴響


MT的書目格式

Bibliography for MT (MT的書目格式,提供他人引用自己Blog上的文章)


版本管理(revision)


迴響加上RSS Feed (Recent comments in RSS 0.91)

參考:phil ringnalda dot com: Comment RSS feed 2002-06-06
新增以下模版,並輸出檔案至comments.xml
<?xml version="1.0"?>
Extension:RSS -- Error:

Not a valid URL:

  <channel>
    <title><$MTBlogName$> : Comments</title>
    <link><$MTBlogURL$></link>
    <description><$MTBlogDescription$></description>
    <language>zh-tw</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>

注意,若是繁體字請用<language>zh-tw</language>,如果是英語則用

<language>en-us</language>

Also see BlogLinks