<?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>Kentuck Blog &#187; Wordpress</title>
	<atom:link href="http://kentuck.net/wp_kentuck_blog_01/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://kentuck.net/wp_kentuck_blog_01</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 09 Sep 2009 23:42:26 +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>Wordpressアップデート</title>
		<link>http://kentuck.net/wp_kentuck_blog_01/2009/09/10/wordpress_update/</link>
		<comments>http://kentuck.net/wp_kentuck_blog_01/2009/09/10/wordpress_update/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 23:42:26 +0000</pubDate>
		<dc:creator>kentuck</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://kentuck.net/wp_kentuck_blog_01/?p=282</guid>
		<description><![CDATA[このサイトは、自サバで動かしていますが、他のサイトをレンタルサーバチカッパで動かしていて、チカッパから「2．8.3以下のバージョンに脆弱性の報告あり」との連絡がありました。インストールして以来アップデートしてなかったので、2.8.4にアップデートしてみました。手順は、このページを参考に次のようにしました。

サイト（ディレクトリ以下のファイル）のバックアップ（tar）
DBのバックアップ（sqldump）
pluginの停止（したほうがよいらしい）
2.8.4のzipファイルを解凍し上書きコピー（cp）
ログインし、「アップデートする」をクリック
pluginを再開

意外と簡単にできました。
]]></description>
			<content:encoded><![CDATA[<p>このサイトは、自サバで動かしていますが、他のサイトをレンタルサーバチカッパで動かしていて、チカッパから「2．8.3以下のバージョンに脆弱性の報告あり」との連絡がありました。インストールして以来アップデートしてなかったので、2.8.4にアップデートしてみました。手順は、<a title="WordpressのUpdate方法" href="http://labs.yusukenakanishi.com/2008/10/27/wordpress/">このページ</a>を参考に次のようにしました。</p>
<ul>
<li>サイト（ディレクトリ以下のファイル）のバックアップ（tar）</li>
<li>DBのバックアップ（sqldump）</li>
<li>pluginの停止（したほうがよいらしい）</li>
<li>2.8.4のzipファイルを解凍し上書きコピー（cp）</li>
<li>ログインし、「アップデートする」をクリック</li>
<li>pluginを再開</li>
</ul>
<p>意外と簡単にできました。</p>
]]></content:encoded>
			<wfw:commentRss>http://kentuck.net/wp_kentuck_blog_01/2009/09/10/wordpress_update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>一部、日本語化しました</title>
		<link>http://kentuck.net/wp_kentuck_blog_01/2009/05/10/japanese_partially/</link>
		<comments>http://kentuck.net/wp_kentuck_blog_01/2009/05/10/japanese_partially/#comments</comments>
		<pubDate>Sat, 09 May 2009 22:40:54 +0000</pubDate>
		<dc:creator>kentuck</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://kentuck.net/wp_kentuck_blog_01/?p=260</guid>
		<description><![CDATA[現在のテーマdfblogは、英語（デフォルト）とスペイン語にしか対応していません（Ver 1.1.0ではイタリア語にも対応しています）。カテゴリー別や月別などのアーカイブのリストで、画像等が表示されていないのに気づいて、どうしてかと調べると、アーカイブのリストでは画像などを除いた記事の一部が表示され、「Read the rest of this entry」をクリックすると記事全体が表示されるようになってました。「Read the rest of this entry」に気付かなかったので、これを「続きを読む」と日本語化すれば、わかりやすくなると思い、日本語対応にチャレンジしてみました。
Webページや書籍などによると、言語に対応したmoファイルがあれば、その言語の言葉が表示されるとのことで、dfblogテーマのファイルを調べると、テーマのフォルダの下のlanguagesに、次の4つのファイルがありました。

default.mo
default.po
es_ES.mo
es_ES.po

default.moをエディタでみると、どうやらバイナリのファイルのようで、moファイルを直接エディタで作成するのは難しいことがわかりました。default.poは、テキストファイルで、おそらくこちらを作成・編集し、なんらかのツールを使ってmoファイルを作成するのだろうと思いました。Webで調べたところ、WordPress Go Goというサイトの「翻訳ファイルを利用してプラグインを日本語化する」のページに、poEditというpoファイルを編集し、moファイルを作成してくれるツールが紹介されていたので、これを使うことにしました。default.poをコピーし、ja.poファイルを作り、ja.poファイルを編集し、一部の日本語訳を記入し、ja.moファイルを作成しました。このja.moファイルをdfblogの下のlanguagesフォルダにコピーすると、翻訳したところは日本語が表示されるようになりました。
]]></description>
			<content:encoded><![CDATA[<p>現在のテーマdfblogは、英語（デフォルト）とスペイン語にしか対応していません（Ver 1.1.0ではイタリア語にも対応しています）。カテゴリー別や月別などのアーカイブのリストで、画像等が表示されていないのに気づいて、どうしてかと調べると、アーカイブのリストでは画像などを除いた記事の一部が表示され、「Read the rest of this entry」をクリックすると記事全体が表示されるようになってました。「Read the rest of this entry」に気付かなかったので、これを「続きを読む」と日本語化すれば、わかりやすくなると思い、日本語対応にチャレンジしてみました。</p>
<p>Webページや書籍などによると、言語に対応したmoファイルがあれば、その言語の言葉が表示されるとのことで、dfblogテーマのファイルを調べると、テーマのフォルダの下のlanguagesに、次の4つのファイルがありました。</p>
<ul>
<li>default.mo</li>
<li>default.po</li>
<li>es_ES.mo</li>
<li>es_ES.po</li>
</ul>
<p>default.moをエディタでみると、どうやらバイナリのファイルのようで、moファイルを直接エディタで作成するのは難しいことがわかりました。default.poは、テキストファイルで、おそらくこちらを作成・編集し、なんらかのツールを使ってmoファイルを作成するのだろうと思いました。Webで調べたところ、<a title="Wordpress Go Go" href="http://wordpressgogo.com/">WordPress Go Go</a>というサイトの「<a title="Wordpress日本語化のページ" href="http://wordpressgogo.com/development/how_to_translate.html">翻訳ファイルを利用してプラグインを日本語化する</a>」のページに、<a title="poEdit" href="http://www.poedit.net/">poEdit</a>というpoファイルを編集し、moファイルを作成してくれるツールが紹介されていたので、これを使うことにしました。default.poをコピーし、ja.poファイルを作り、ja.poファイルを編集し、一部の日本語訳を記入し、ja.moファイルを作成しました。このja.moファイルをdfblogの下のlanguagesフォルダにコピーすると、翻訳したところは日本語が表示されるようになりました。</p>
]]></content:encoded>
			<wfw:commentRss>http://kentuck.net/wp_kentuck_blog_01/2009/05/10/japanese_partially/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>テーマを変えてみました</title>
		<link>http://kentuck.net/wp_kentuck_blog_01/2009/04/26/changing_wordpress_theme/</link>
		<comments>http://kentuck.net/wp_kentuck_blog_01/2009/04/26/changing_wordpress_theme/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 00:42:30 +0000</pubDate>
		<dc:creator>kentuck</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://kentuck.net/wp_kentuck_blog_01/?p=120</guid>
		<description><![CDATA[Wordpressのテーマは、defaultを使っていたのですが、Top 50 free Wordpress themesに紹介のあった「Branford Magazine 2.0」がよいかなぁと思ったのですが、Downloadのリンクが切れていたので、本家の「Wordpress Themes」にあった「dfBlog」にしてみました。カスタマイズはしてません。
]]></description>
			<content:encoded><![CDATA[<p>Wordpressのテーマは、defaultを使っていたのですが、<a title="Top 50 free Wordpress themes" href="http://www.crazyleafdesign.com/blog/top-50-free-wordpress-themes/">Top 50 free Wordpress themes</a>に紹介のあった「Branford Magazine 2.0」がよいかなぁと思ったのですが、Downloadのリンクが切れていたので、<a title="Wordpress &gt; Wordpress Themes" href="http://wordpress.org/extend/themes/">本家の「Wordpress Themes」</a>にあった「dfBlog」にしてみました。カスタマイズはしてません。</p>
]]></content:encoded>
			<wfw:commentRss>http://kentuck.net/wp_kentuck_blog_01/2009/04/26/changing_wordpress_theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
