<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SOOHEI.NET_BLOG &#187; MovableType</title>
	<atom:link href="http://soohei.net/blog/archives/category/movabletype/feed" rel="self" type="application/rss+xml" />
	<link>http://soohei.net/blog</link>
	<description>SOHEI KITADA DIARY</description>
	<lastBuildDate>Fri, 13 Aug 2010 02:44:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MT ページ分割</title>
		<link>http://soohei.net/blog/archives/2008/01/03151122.html</link>
		<comments>http://soohei.net/blog/archives/2008/01/03151122.html#comments</comments>
		<pubDate>Thu, 03 Jan 2008 06:11:22 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[MovableType]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/archives/20080103151122</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>MT ページ分割</p>
<p>MTで、そのページに表示する件数を越えるエントリーが存在する<br />
場合に、index.html, index_2.html, index_3.html という風に順番に<br />
ページを書き出し、ページ下部に「1 2 3 4 5 6 7 8 9 10 次の10件」<br />
のようなナビゲーションを追加する。</p>
<p>1. PageButeというプラグインを導入<br />
2. &lt;MTPageContents&gt;〜&lt;/MTPageContents&gt; タグの追加</p>
<p>&lt;MTEntries&gt; で指定した件数を<br />
&lt;MTPageContents&gt; で指定した件数ごとに分割する。</p>
<p>インデックステンプレートは &lt;MTEntries&gt; タグではなく、<br />
ブログの設定から定義しているので、設定を変更する。<br />
（ブログ管理画面→全般→表示に関する初期設定→表示数）<br />
5000とか巨大な数にしておけば、過去のエントリーを全て<br />
index.htmlからつなぐことができる。</p>
<p>- 参考ページ<br />
<a href="http://www.skyarc.co.jp/engineerblog/entry/2642.html" target="Blank">静的ページ用ページ分割プラグイン：PageBute | MTプラグイン配布 | MT エンジニアブログ | スカイアークシステム</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2008/01/03151122.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MTタグ メモ</title>
		<link>http://soohei.net/blog/archives/2007/12/24031716.html</link>
		<comments>http://soohei.net/blog/archives/2007/12/24031716.html#comments</comments>
		<pubDate>Sun, 23 Dec 2007 18:17:16 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[MovableType]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/archives/20071224031716</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>MT作業中のメモ</p>
<p>&lt;$MTBlogURL$&gt;<br />
ブログのURL</p>
<p>&lt;$MTBlogName encode_html=&quot;1&quot;$&gt;<br />
ブログのタイトル</p>
<p>&lt;$MTBlogDescription$&gt;<br />
ブログの説明</p>
<p>&lt;$MTCategoryLabel$&gt;<br />
カテゴリー名</p>
<p>&lt;$MTCategoryDescription$&gt;<br />
カテゴリーの説明</p>
<p>&lt;$MTArchiveList$&gt;<br />
　　&lt;$MTArchiveTitle$&gt;<br />
&lt;$/MTArchiveList$&gt;<br />
アーカイブのタイトル<br />
※ アーカイブテンプレート以外ではMTArchiveList コンテナタグの中に記述する。<br />
※ アーカイブテンプレートでは単独で使用可能。</p>
<p>- 参考サイト<br />
<a href="http://all-angle.com/mttag/03archive/110.html" target="_blank">$MTArchiveTitle$ &#8211; アーカイブタグ &#8211; MTテンプレートタグ辞典</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2007/12/24031716.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>複数ブログのFeedをまとめて配信</title>
		<link>http://soohei.net/blog/archives/2007/12/21030032.html</link>
		<comments>http://soohei.net/blog/archives/2007/12/21030032.html#comments</comments>
		<pubDate>Thu, 20 Dec 2007 18:00:32 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[MovableType]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/archives/20071221030032</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>同じMTで立てた複数のブログのフィードをまとめて配信。</p>
<p>まとめ用ブログを作り、MTMultiBlog を使って全ての<br />
エントリーを読み込む。 → そこからフィードを書き出す。</p>
<p>1.<br />
MTMultiBlog をインストール。</p>
<p>2.<br />
まとめ用ブログを作り、設定から MTMultiBlog の設定を開く。<br />
Save an Entry → Rebuild Indexes and Send Pings<br />
もしくは Plublishes an Entry → Rebuild Indexes and Send Pings<br />
などでトリガーを設定。</p>
<p>3.<br />
まとめ用ブログの index.xml, atom.xml のテンプレートの<br />
&lt;MTEntries lastn=&quot;15&quot;&gt;　&lt;/MTEntries&gt;<br />
を<br />
&lt;MTMultiBlogEntries lastn=&quot;15&quot;&gt;　&lt;/MTMultiBlogEntries&gt;<br />
に変更。</p>
<p>4.<br />
メインページ (index.html) も同様に変更。</p>
<p>5.<br />
&lt;link rel=&quot;alternate&quot; type=&quot;application/atom+xml&quot; title=&quot;Atom&quot; href=&quot;./atom.xml&quot; /&gt;<br />
&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;RSS 2.0&quot; href=&quot;./index.xml&quot; /&gt;<br />
の記述を変えてページから指定する。</p>
<p>- 参考サイト<br />
<a href="http://bizcaz.com/archives/2006/07/27-224733.php" target="_blank">MovableType備忘録: 複数のブログのエントリを1つのブログでまとめて表示する</a><br />
<a href="http://apperceptive.com/plugins/multiblog/" target="_blank">Apperceptive: Plugins: Multiblog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2007/12/21030032.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MT 日付のフォーマット</title>
		<link>http://soohei.net/blog/archives/2007/12/21013041.html</link>
		<comments>http://soohei.net/blog/archives/2007/12/21013041.html#comments</comments>
		<pubDate>Thu, 20 Dec 2007 16:30:41 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[MovableType]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/archives/20071221013041</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><$MTEntryDate format="%Y/%b/%e %k:%M"$><br />
→ 2007/12/19 1:35</p>
<p>その他、簡単な指定方法</p>
<blockquote><p><$MTEntryDate language="jp"$>→2006年06月21日 19:40<br />
<$MTEntryDate language="en"$>→July 21,2006 7:40 PM</p></blockquote>
<p>- 参考サイト<br />
<a href="http://win.kororo.jp/weblog/2006/06/21/post_2032.php" target="_blank">第3回：Movable Type の日付フォーマットを理解する：：自宅サーバー構築ブログ</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2007/12/21013041.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>%y/%m/%d%h%n%s%x</title>
		<link>http://soohei.net/blog/archives/2007/12/18014917.html</link>
		<comments>http://soohei.net/blog/archives/2007/12/18014917.html#comments</comments>
		<pubDate>Mon, 17 Dec 2007 16:49:17 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[MovableType]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/archives/20071218014917</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>毎回調べる手間を減らすためにメモ。</p>
<p>MTの設定で、エントリーアーカイブの出力フォーマット</p>
<p>%y/%m/%d%h%n%s%x</p>
<blockquote><p>%y：年　　%m：月　　%d：日　　%h：時　　%n：分　　%s：秒<br/><br />
%x：拡張子（「設定」→「公開」→「アーカイブの拡張子」で設定したもの）</p></blockquote>
<p>デフォルトの entry_basename より整理されている感じがして良い。</p>
<p>- 参考サイト<br />
<a href="http://www.koikikukan.com/archives/2007/01/22-003030.php" target="_blank">小粋空間: Movable Type を始める前に設定しておきたい 10 の項目</a><br />
<a href="http://www.koikikukan.com/archives/2006/05/13-023223.php" target="_blank">小粋空間: エントリー・アーカイブファイル名の不具合を解消する</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2007/12/18014917.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hatena Star</title>
		<link>http://soohei.net/blog/archives/2007/12/05012824.html</link>
		<comments>http://soohei.net/blog/archives/2007/12/05012824.html#comments</comments>
		<pubDate>Tue, 04 Dec 2007 16:28:24 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[MovableType]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/archives/20071205012824</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ixiell.net/2007/08/mt4-star2.html" target="_blank">Movable Type4にはてなスターを設置2 &#8211; TREND SPOTTING</a><br />
を参考にMT4ではてなスターを設置。</p>
<p>テンプレートモジュール / ヘッダー</p>
<pre><code>&lt;script type="text/javascript" src="http://s.hatena.ne.jp/js/HatenaStar.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
Hatena.Star.EntryLoader.headerTagAndClassName = ['span','star'];
Hatena.Star.Token = 'トークン';
&lt;/script&gt;<code></pre>
<p>テンプレートモジュールを / ブログ記事の詳細</p>
<pre><code>&lt;h1 class="asset-name"&gt;&lt;$MTEntryTitle$&gt;&lt;span class="star"&gt;&lt;a href="&lt;$MTEntryPermalink$&gt;" class="hidden"&gt;&lt;$MTEntryTitle$&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;<code></pre>
<p>テンプレートモジュール / ブログ記事の概要</p>
<pre><code>&lt;h2 class="asset-name"&gt;&lt;a href="&lt;$MTEntryPermalink$&gt;"&gt;&lt;$MTEntryTitle$&gt;&lt;/a&gt;&lt;span class="star"&gt;&lt;a href="&lt;$MTEntryPermalink$&gt;" class="hidden"&gt;&lt;$MTEntryTitle$&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;<code></pre>
<p>インデックステンプレート / スタイルシート（ベーステーマ）</p>
<blockquote><pre><code>.star .hidden {
display: none;
}<code></pre>
</blockquote>
<p>- 参考サイト<br />
<a href="http://www.ixiell.net/2007/08/mt4-star2.html" target="_blank">Movable Type4にはてなスターを設置2 - TREND SPOTTING</a><br />
<a href="http://s.hatena.ne.jp/guide" target="_blank">はてなスターはじめてガイド - Hatena Star</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2007/12/05012824.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
