MovableType: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
m (已保護"MovableType" ([edit=autoconfirmed] (無期) [move=autoconfirmed] (無期)))
 
(18 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Semi-protected}}
[http://www.movabletype.org/ Movable Type] (MT) 修改或其外掛程式(plugin)的參考網站
[http://www.movabletype.org/ Movable Type] (MT) 修改或其外掛程式(plugin)的參考網站
* 酋長的部落格 Chieftain's BLOG: [http://www.chieftain.idv.tw/archives/cat_mt.html MT調校]
* 酋長的部落格 Chieftain's BLOG: [http://www.chieftain.idv.tw/archives/cat_mt.html MT調校]
Line 4: Line 6:
* [http://mt-plugins.org/ MT Plugin Directory]
* [http://mt-plugins.org/ MT Plugin Directory]


== 分頁(MT-Paginate) ==
* 當我們blog在一起: [http://www.oui-design.com/blog/archives/000244.html 加裝MT-Paginate] 2004-02-29
* dowba: [http://blog.twblog.net/dowba/archives/2004/02/001845.php 分頁的方法] 2004-02-14
* 酋長的部落格: [http://www.chieftain.idv.tw/archives/000256.html 將總彙整索引作成分頁樣式]  January 11, 2004
* MT Extensions: [http://www.nonplus.net/software/mt/MTPaginate.htm MTPaginate] updated April 01, 2003 [http://orcafamily.idv.tw/archives/cat_aorca.php demo]




Line 28: Line 24:




== 迴響加上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>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>
</rss>


注意,若是繁體字請用<language>zh-tw</language>,如果是英語則用
=== other ===
* etc.: [http://www.fortysomething.ca/mt/etc/archives/002174.php Full Posts + Comments RSS Template for Movable Type] (RSS 2.0) 2003-04-08
* Shih-Hsien's BLOG » [http://sanwangx.brain-c.com/archives/2004_05/29_37/ 製作包含文章和迴響的 RSS] (RSS 1.0) 2004-05-29
 
Keywords: [http://www.google.com.tw/search?q=movabletype+comment+%28rss%7Catom%29+feed movabletype comment feed atom]
 
== 錯誤訊息 ==
MT 3.15重建網站時出現
 
Use of uninitialized value in substitution iterator at lib/MT/Util.pm line 146.
 
首頁的分月彙整也不正常
 
請將網誌組態(Core Setup)中的偏好(Preferences) > Language for Date Display: 改成English


<language>en-us</language>


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

Latest revision as of 16:27, 21 June 2009

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


防止重複迴響


MT的書目格式

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


版本管理(revision)



other

Keywords: movabletype comment feed atom

錯誤訊息

MT 3.15重建網站時出現

Use of uninitialized value in substitution iterator at lib/MT/Util.pm line 146.

首頁的分月彙整也不正常

請將網誌組態(Core Setup)中的偏好(Preferences) > Language for Date Display: 改成English


Also see BlogLinks