<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Play with Weblog!</title>
      <link>http://luna.s60.xrea.com/</link>
      <description>XREAでMTを遊んでみよう！</description>
      <language>ja</language>
      <copyright>Copyright 2006</copyright>
      <lastBuildDate>Wed, 11 Oct 2006 09:09:21 +0900</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.33-ja</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>3.33にバージョンアップ</title>
         <description>セキュリティ対策の3.33がリリースされてしばらく経過しましたので、バージョンアップを行いました。
「mt-config.cgi」以外をアップして終了です。</description>
         <link>http://luna.s60.xrea.com/archives/2006/10/11-909.html</link>
         <guid>http://luna.s60.xrea.com/archives/2006/10/11-909.html</guid>
         <category>2MT</category>
         <pubDate>Wed, 11 Oct 2006 09:09:21 +0900</pubDate>
      </item>
            <item>
         <title>コメントとトラックバックのシンプル表示</title>
         <description><![CDATA[「<a href="http://kalsey.com/2006/07/simplecomments_and_mt_33_fixed/" target="_blank">SimmpleComment</a>」と「<a href="http://factage.com/yu-ji/archives/2004/06/08/cpentries-plugin-for-movabletype/" target="_blank">CPEntries</a>」を使って、コメントとトラックバックをシンプルに表示してみるTipsです。
※ここのサイトでは導入しておりません。]]></description>
         <link>http://luna.s60.xrea.com/archives/2006/07/19-1258.html</link>
         <guid>http://luna.s60.xrea.com/archives/2006/07/19-1258.html</guid>
         <category>6plugin</category>
         <pubDate>Wed, 19 Jul 2006 12:58:44 +0900</pubDate>
      </item>
            <item>
         <title><![CDATA[エントリの中の&lt;&gt;を&amp;lt;と&amp;gt;に変換する]]></title>
         <description><![CDATA[ついでに、エントリー画面の修正を行いました。
参考にしたのはこちらのサイト
>><a href="http://teatime.studio-dip.com/archives/2006/05/04entrycus.php" target="_blank">エントリー画面のカスタマイズ</a>
修正するのは「mt-static/mt.js」と「mt/tmpl/cms/edit_entry.tmpl」。]]></description>
         <link>http://luna.s60.xrea.com/archives/2006/07/15-1153.html</link>
         <guid>http://luna.s60.xrea.com/archives/2006/07/15-1153.html</guid>
         <category>5custmize</category>
         <pubDate>Sat, 15 Jul 2006 11:53:25 +0900</pubDate>
      </item>
            <item>
         <title>MT3.31にアップ</title>
         <description><![CDATA[MT3.31がリリースされたので、バージョンアップをしました。
タグ絡みの機能が追加された関係で、
「<a href="http://www.nonplus.net/software/mt/MTTagInvoke.htm" target="_blank">MTTagInvoke.pl</a>」
との干渉がありますね。
デフォルトのテンプレートでもこのプラグインがあると
「<strong>&lt;MTTagName&gt;タグが閉じられていません</strong>」
とかいうエラーが発生してしまいます。
プラグインのバージョンアップ待ちですかね。

暫定的な処置方法についてはこちらのエントリーを参考にしてみてください。
>>「<a href="http://www.ec-blog.com/20movable_type_33/000380.html" target="_blank">ＭＴ3.3でMTTagNameタグが閉じられていませんというエラー</a>」]]></description>
         <link>http://luna.s60.xrea.com/archives/2006/07/15-1042.html</link>
         <guid>http://luna.s60.xrea.com/archives/2006/07/15-1042.html</guid>
         <category>2MT</category>
         <pubDate>Sat, 15 Jul 2006 10:42:04 +0900</pubDate>
      </item>
            <item>
         <title>コメント欄のリンクターゲットを変更</title>
         <description><![CDATA[コメントに書かれたURLに自動的にリンクをはるようにしている場合、ターゲット属性が定義されてないので、こちらを改造しました。

mt/lib/MT/Util.pmの671行目あたり太字部分追加。
<blockquote>sub munge_comment {
&nbsp;&nbsp;my($text, $blog) = @_;
&nbsp;&nbsp;unless ($blog-&gt;allow_comment_html) {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$text = remove_html($text);
&nbsp;&nbsp;}
&nbsp;&nbsp;if ($blog-&gt;autolink_urls) {
&nbsp;&nbsp;&nbsp;&nbsp;$text =~ s!(^|¥s)(https?://¥S+)!$1&lt;a href=&quot;$2<strong>&quot; target=&quot;_blank&quot;</strong>&gt;$2&lt;/a&gt;!gs;
&nbsp;&nbsp;}
&nbsp;&nbsp;$text;
}</blockquote>]]></description>
         <link>http://luna.s60.xrea.com/archives/2006/02/10-1650.html</link>
         <guid>http://luna.s60.xrea.com/archives/2006/02/10-1650.html</guid>
         <category>5custmize</category>
         <pubDate>Fri, 10 Feb 2006 16:50:18 +0900</pubDate>
      </item>
            <item>
         <title>エントリー内にも絵文字を</title>
         <description><![CDATA[さて、前のエントリー「<a href="http://luna.s60.xrea.com/archives/2006/02/03-1442.html">コメント欄に絵文字</a>」の改造を行うと、「エントリーにも絵文字を入れたい！」と思うのが普通だと思います。<br />
というわけで、こちらに対応する改造を行いたいと思います。<br />
前のエントリーによる改造が元になっていますので、そちらをまずやって下さい。<br />
（そちらのとくに「smily macros」が動いていないと動きません）<br />
<br />
コメント欄に追加しなくても良い場合には前のエントリーの下記部分の改造は不要です。<br />
<blockquote>&lt;$MTCommentBody$&gt;タグ<br />
&lt;MTMacroApply&gt;&lt;$MTCommentBody$&gt;&lt;/MTMacroApply&gt;<br />
&lt;$MTCommentPreviewBody$&gt;タグ（必要に応じて）<br />
&lt;MTMacroApply&gt;&lt;$MTCommentPreviewBody$&gt;&lt;/MTMacroApply&gt;</blockquote>
※正直適当に動かしていますので、動かなかったらごめんなさい。(^^;;;]]></description>
         <link>http://luna.s60.xrea.com/archives/2006/02/03-1542.html</link>
         <guid>http://luna.s60.xrea.com/archives/2006/02/03-1542.html</guid>
         <category>5custmize</category>
         <pubDate>Fri, 03 Feb 2006 15:42:45 +0900</pubDate>
      </item>
            <item>
         <title>コメント欄に絵文字</title>
         <description><![CDATA[このページはやっていないのですが、他のサイトで導入したので、そのまとめ。<br />
参考にさせていただいたサイト<br />
>><a href="http://lunapapa.uh-oh.jp/" target="_blank">Luna's*PaPa</a>さまの<a href="http://lunapapa.uh-oh.jp/archives/2005/03/11_132459.php" target="_blank">コメント欄で絵文字を使う</a><br />
アイコン提供元>><a href="http://pepper.oops.jp/" target="_blank">PEPPER</a><br />
※結構労力がかかります。覚悟して始めて下さい。<br />]]></description>
         <link>http://luna.s60.xrea.com/archives/2006/02/03-1442.html</link>
         <guid>http://luna.s60.xrea.com/archives/2006/02/03-1442.html</guid>
         <category>5custmize</category>
         <pubDate>Fri, 03 Feb 2006 14:42:28 +0900</pubDate>
      </item>
            <item>
         <title>メールフォームCGI</title>
         <description><![CDATA[今日はこちらをご紹介しておきます。
>><a href="http://web-up.cside.biz/" target="_blank">Web-UP</a>

こちらで配布されている「Ezy-Mail」、設定項目が少なくて、設置も楽チンです。
			]]></description>
         <link>http://luna.s60.xrea.com/archives/2006/01/30-1730.html</link>
         <guid>http://luna.s60.xrea.com/archives/2006/01/30-1730.html</guid>
         <category>7cgi</category>
         <pubDate>Mon, 30 Jan 2006 17:30:02 +0900</pubDate>
      </item>
            <item>
         <title>掲示板の紹介</title>
         <description><![CDATA[<a href="http://anchoco.net/bg/">anchoco:#</a>さまのinobbsが文字コードUTF-8対応版も含む「<a href="http://anchoco.net/bg/archives/2005/08/24_0118.shtml">inobbs</a>」を公開されています。
そのうち入れてみようかな、とも思っていますが。。。]]></description>
         <link>http://luna.s60.xrea.com/archives/2006/01/23-1319.html</link>
         <guid>http://luna.s60.xrea.com/archives/2006/01/23-1319.html</guid>
         <category>7cgi</category>
         <pubDate>Mon, 23 Jan 2006 13:19:11 +0900</pubDate>
      </item>
            <item>
         <title>カテゴリ内の次・前リンク(3.2対応)</title>
         <description><![CDATA[以前ご紹介した「<a href="http://luna.s60.xrea.com/archives/2004/08/20-1114.html">カテゴリ内の次・前リンク</a>」の続きです。
MT3.2になったら、MT.pmへこの記述が無くなっていました。
探しましたところ「/lib/MT/WeblogPublisher.pm」に移ってました。]]></description>
         <link>http://luna.s60.xrea.com/archives/2005/11/11-1621.html</link>
         <guid>http://luna.s60.xrea.com/archives/2005/11/11-1621.html</guid>
         <category>5custmize</category>
         <pubDate>Fri, 11 Nov 2005 16:21:48 +0900</pubDate>
      </item>
            <item>
         <title>3.22</title>
         <description>3.22に上げてみました。
差分のみ</description>
         <link>http://luna.s60.xrea.com/archives/2005/10/25-1155.html</link>
         <guid>http://luna.s60.xrea.com/archives/2005/10/25-1155.html</guid>
         <category>2MT</category>
         <pubDate>Tue, 25 Oct 2005 11:55:33 +0900</pubDate>
      </item>
            <item>
         <title>3.22がリリース</title>
         <description><![CDATA[されましたが、もうやる気が無いので、このまま言ってしまいたいと思います。>><a href="http://www.sixapart.jp/movabletype/news/2005/10/12-1850.html">SixApart</a>
だってもう。。めんどくさいんだもん。
今回のデフォルトテンプレートのdivの嵐に、テンプレート見直したいという欲望も失せました。
誰だよ、あんなコーディングしたのは！]]></description>
         <link>http://luna.s60.xrea.com/archives/2005/10/14-1619.html</link>
         <guid>http://luna.s60.xrea.com/archives/2005/10/14-1619.html</guid>
         <category>2MT</category>
         <pubDate>Fri, 14 Oct 2005 16:19:46 +0900</pubDate>
      </item>
            <item>
         <title>3.2変更点</title>
         <description>メインインデックスに使っていた「MTEntryIfAllowPings」というタグが使えなくなっています。
代わりに使うのが「MTIfPingsActive」。
ちなみにコメントの方も「MTEntryIfAllowComments」が「MTIfCommentsActive」になっています。</description>
         <link>http://luna.s60.xrea.com/archives/2005/10/04-1111.html</link>
         <guid>http://luna.s60.xrea.com/archives/2005/10/04-1111.html</guid>
         <category>5custmize</category>
         <pubDate>Tue, 04 Oct 2005 11:11:04 +0900</pubDate>
      </item>
            <item>
         <title>Movable Type 3.2</title>
         <description><![CDATA[29日に正式版がリリースされましたので、このサイトもさっそく導入。
<a href="http://rebecca.ac/milano/mt3/" target="_blank">milanoさん</a>のサイトを参考にさせていただきました。
アップグレードするのって、ちょっとめんどくさいので（苦笑）、全部入れ替えて新しくインストール。
（前のテンプレート等はバックアップしてから）

めんどくさかったのが、ファイル名の設定。
環境設定→設定→公開

<blockquote>「アーカイブの設定」アーカイブを、サイト・パスとは別のパスで公開する場合は、チェックしてください。</blockquote>


というところをチェックして設定する。
やらないと、そのままの階層でアーカイブ作られちゃいますからね。要注意！
最初、これ忘れちゃって大変なことになりました。（おそらくわたしだけ）

ファイル名を設定したい場合にはもうちょっと下の「アーカイブマッピング」。
日時を元に作れるようになったのはいいんだが、なかなか分かりづらいよ。。
こんな感じにしてみました。（前と同じようにはできたんだと思う）
前と変わっているのは「分」が%Mから%nになっているところ。
<a href="http://luna.s60.xrea.com/archives/images/settei.html" onclick="window.open('http://luna.s60.xrea.com/archives/images/settei.html','popup','width=500,height=291,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://luna.s60.xrea.com/archives/images/settei-thumb.gif" width="300" height="174" alt="" /></a>]]></description>
         <link>http://luna.s60.xrea.com/archives/2005/10/03-916.html</link>
         <guid>http://luna.s60.xrea.com/archives/2005/10/03-916.html</guid>
         <category>2MT</category>
         <pubDate>Mon, 03 Oct 2005 09:16:04 +0900</pubDate>
      </item>
            <item>
         <title>3.2β</title>
         <description><![CDATA[発表されたそうです。
>><a href="http://www.sixapart.com/movabletype/beta/">SixPart</a>
まだまだ時間はかかりそうですけどね。
テンプレートが外に出せる様になったのかな？？
（適当に読んでるから間違えてたらごめんなさい）]]></description>
         <link>http://luna.s60.xrea.com/archives/2005/07/14-1744.html</link>
         <guid>http://luna.s60.xrea.com/archives/2005/07/14-1744.html</guid>
         <category>2MT</category>
         <pubDate>Thu, 14 Jul 2005 17:44:48 +0900</pubDate>
      </item>
      
   </channel>
</rss>
