<?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>site hirac &#187; WordPress</title>
	<atom:link href="http://hirac.info/site/archives/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://hirac.info/site</link>
	<description>cryogenic sphere (極低温球圏)</description>
	<lastBuildDate>Sun, 11 Dec 2011 14:10:49 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress 2.9 アップデートのための MySQL バージョンアップ</title>
		<link>http://hirac.info/site/archives/wordpress-2-9-update-mysql-version-up/</link>
		<comments>http://hirac.info/site/archives/wordpress-2-9-update-mysql-version-up/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 08:19:33 +0000</pubDate>
		<dc:creator>hirac</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://hirac.info/site/?p=284</guid>
		<description><![CDATA[WordPress 2.9 日本語版がリリースされましたが、MySQLバージョンのシステム要件が変更され、4.1.2 以上が必要となっています。 WordPress 2.9 日本語版リリースのお知らせ 利用しているレンタ [...]]]></description>
			<content:encoded><![CDATA[
<p>WordPress 2.9 日本語版がリリースされましたが、MySQLバージョンのシステム要件が変更され、4.1.2 以上が必要となっています。<br />
<a href="http://ja.wordpress.org/2009/12/19/wordpress-29-ja/">WordPress 2.9 日本語版リリースのお知らせ</a></p>
<p>利用しているレンタルサーバー <a href="http://heteml.jp/">heteml (ヘテムル)</a>では、最近作成したデータベースは ver. 5 となっているので、そのまま WordPress のバージョンアップが可能ですが、2年ほど前に作成したデータベースは ver. 4.0.25 だったので、追加作業が必要でした。</p>
<p>以下の情報を参考にさせてもらいましたが、既存のデータベースが大きく分割作業をしたので、自分の覚え書きとして。<br />
<span id="more-284"></span></p>
<blockquote><p><a href="http://labs.yusukenakanishi.com/2009/12/22/mysql/">WordPress2.9にアップグレードするためにMySQLを4から5へ</a><br />
<a href="http://www.inkdesign.jp/blog/200912/wordpress2_9_heteml/">WordPress2.9へのアップグレードメモ（hetemlでのお話）</a></p></blockquote>
<p>以下作業では、hetemlにて、MySQL を ver. 4.0.25 から ver. 5 へ変更後、<br />
WordPress を ver. 2.8 から ver. 2.9 へアップグレードしています。</p>
<p><strong>(1) 新しいデータベース (ver. 5) を作成</strong><br />
データベース管理画面より、新しいデータベース(MySQL ver. 5)を作成しておく。</p>
<p><strong>(2) 現在のデータベース (ver. 4) をエクスポート</strong><br />
phpMyAdmin、またはSQLBuddyでエクスポートする。<br />
※今回は、phpMyAdmin を使用。</p>
<p>ログイン画面で、言語に<br />
「日本語 &#8211; Japanese (utf-8)」を選択してログイン。</p>
<p style="text-align: center;"><a href="http://hirac.info/site/wp-content/uploads/2010/01/wp290_01.png" rel="lightbox[pics284]" title="wp290_01"><img src="http://hirac.info/site/wp-content/uploads/2010/01/wp290_01.thumbnail.png" alt="wp290_01" width="200" height="55" class="attachment wp-att-285 centered" /></a></p>
<p>全てのデータベースを一括してエクスポートするなら、ログインした画面からエクスポートを選択。<br />
任意のデータベースのみをエクスポートするなら、左のリスト上部のデータベース名をクリックしてから、エクスポートタブを選択。<br />
※データベースのファイルサイズが大きすぎるようなら、いくつかに分割してエクスポートしても良い。</p>
<p style="text-align: center;"><a href="http://hirac.info/site/wp-content/uploads/2010/01/wp290_02.png" rel="lightbox[pics284]" title="wp290_02"><img src="http://hirac.info/site/wp-content/uploads/2010/01/wp290_02.thumbnail.png" alt="wp290_02" width="200" height="48" class="attachment wp-att-286 centered" /></a></p>
<blockquote><p>「DB のダンプ(スキーマ)表示」「エクスポート」からデータベースを指定。<br />
「SQL」形式を選択。<br />
「オプション」「構造」の以下の2つの項目にもチェックを入れる。<br />
「DROP TABLEを追加」<br />
「IF NOT EXISTSを追加」</p></blockquote>
<p style="text-align: center;"><a href="http://hirac.info/site/wp-content/uploads/2010/01/wp290_03.png" rel="lightbox[pics284]" title="wp290_03"><img src="http://hirac.info/site/wp-content/uploads/2010/01/wp290_03.thumbnail.png" alt="wp290_03" width="200" height="185" class="attachment wp-att-287 centered" /></a></p>
<p>「ファイルに保存する」にチェックを入れて、「実行する」をクリックすると、ローカルに xxxxxx.sql ファイルがダウンロードされる。</p>
<p style="text-align: center;"><a href="http://hirac.info/site/wp-content/uploads/2010/01/wp290_04.png" rel="lightbox[pics284]" title="wp290_04"><img src="http://hirac.info/site/wp-content/uploads/2010/01/wp290_04.thumbnail.png" alt="wp290_04" width="200" height="58" class="attachment wp-att-288 centered" /></a></p>
<p><strong><br />
(3) エクスポートした SQLファイルの編集</strong><br />
一括でエクスポートした場合は、SQLファイルに以下のように修正しておく。</p>
<blockquote><p>「CREATE DATABASE」をコメントアウト (行頭に「-」を追加)。<br />
「USE」を新しいデータベース名に変更。</p></blockquote>
<p>※分割してエクスポートすると、「USE」の行が無いため編集不要だった。</p>
<p><strong>(4) 新しいデータベース (ver.5) へインポート</strong><br />
先ほど作成したver. 5のデータベースの管理画面にログイン。<br />
インポートタブをクリック。<br />
エクスポートしていたファイルを選択して、そのままインポート。<br />
※ちょっと時間がかかるが、以下の表示がでたら完了。<br />
→インポートは正常終了しました。xxxxx個のクエリを実行しました</p>
<p><strong>(5) PHP 5 が利用できるよう、.htaccess ファイルを配置</strong><br />
サポートマニュアルの「<a href="http://heteml.jp/support/manual/php5/">.htaccess ファイルで指定する方法を参照</a>」<br />
※すでに .htaccess ファイルがある場合は追記する。</p>
<p>FTPで、wordpress ファイルのあるディレクトリに配置</p>
<p><strong>(6) 新しいデータベース情報の書き換え</strong><br />
wp-config.php ファイルの以下の部分を新しいデータベースの情報に書き換えて差し替える。</p>
<blockquote><p>// ** MySQL 設定 ** //<br />
// データベース名<br />
define(&#8216;DB_NAME&#8217;, &#8216;新しいデータベースの名前&#8217;);<br />
// ユーザー名<br />
define(&#8216;DB_USER&#8217;, &#8216;新しいデータベースのユーザー名&#8217;);<br />
// パスワード<br />
define(&#8216;DB_PASSWORD&#8217;, &#8216;新しいデータベースのパスワード&#8217;);<br />
// データベースサーバ<br />
define(&#8216;DB_HOST&#8217;, &#8216;新しいデータベースのサーバー名&#8217;);</p></blockquote>
<p><strong>(7) WordPress 2.9 へのアップグレード</strong><br />
WordPress の管理画面に入る。<br />
プラグインを一時無効にする。<br />
「WordPress 2.9 が利用可能です ! アップデートしてください。」をクリック。<br />
「重要:アップグレードの前に、データベースとファイルのバックアップが必要」とありますが、先ほどダウンロードしたSQLファイルをバックアップとして利用。<br />
「自動アップグレードを実行」<br />
※ちょっと時間かかるが、<br />
「WordPress のアップグレードを完了しました。」と出たら完了。</p>
<p><strong>(8) バージョンの確認</strong><br />
ダッシュボードに移動 (再ログインが必要)<br />
「現在の状況」で「WordPress 2.9 を使用中。」であることを確認。</p>
<p>※移行が正しく行われているか確認し、しばらく運用して問題が無いようであれば以前のデータベースを削除します。</p>
<p>WordPress 自体のアップグレードはワンクリックで簡単にできるようになりましたが、データベースのバージョンアップにはまだひと手間がかかります。<br />
頻繁に行うことではないですが、もう少し分かりやすく簡単になれば WordPress 導入の敷居ももっと下がると思うのですが。</p>
<div class="topsy_widget_data topsy_theme_silver" style="margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhirac.info%252Fsite%252Farchives%252Fwordpress-2-9-update-mysql-version-up%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22WordPress%202.9%20%E3%82%A2%E3%83%83%E3%83%97%E3%83%87%E3%83%BC%E3%83%88%E3%81%AE%E3%81%9F%E3%82%81%E3%81%AE%20MySQL%20%E3%83%90%E3%83%BC%E3%82%B8%E3%83%A7%E3%83%B3%E3%82%A2%E3%83%83%E3%83%97%22%20%7D);"></div>

<div class="wp-g-plusone" style="float:left;"><g:plusone size="medium" href="http://hirac.info/site/archives/wordpress-2-9-update-mysql-version-up/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://hirac.info/site/archives/wordpress-2-9-update-mysql-version-up/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 から WordPress 2.8 へのアップグレード</title>
		<link>http://hirac.info/site/archives/wordpress25_28_upgrade/</link>
		<comments>http://hirac.info/site/archives/wordpress25_28_upgrade/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 14:56:29 +0000</pubDate>
		<dc:creator>hirac</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://hirac.info/site/?p=253</guid>
		<description><![CDATA[WordPress に限らず、こまめなアップグレードが望ましいのですが、追いついていなかったいくつかのブログのアップグレードを行いました。 バージョン 2.7 以降からは自動アップグレードできるようになりましたが、それ以 [...]]]></description>
			<content:encoded><![CDATA[
<p>WordPress に限らず、こまめなアップグレードが望ましいのですが、追いついていなかったいくつかのブログのアップグレードを行いました。</p>
<p>バージョン 2.7 以降からは自動アップグレードできるようになりましたが、それ以前のバージョンからの場合は手動で作業する必要があります。</p>
<p><a href="http://wpdocs.sourceforge.jp/WordPress_のアップグレード">WordPress Codex 日本語版 (日本語)</a></p>
<p>今回、2.5 から2.8 への作業なので、以下のページを参考にしています。</p>
<p><a href="http://wpdocs.sourceforge.jp/WordPress_のアップグレード/詳細">バージョン 1.5.x～2.6.5 から 2.8.5 へのアップグレード（WordPress ME を除く） （手動アップグレード）</a></p>
<p>かなり詳細に手順が解説してあるので、迷うことなく作業することができました。<br />
<span id="more-253"></span><br />
<strong>手順 1 : データベースをバックアップ</strong><br />
WordPress Database Backup プラグインを使用し、「あなたのコンピュータにダウンロード」でローカルに保存しました。</p>
<p><strong>手順 2 : すべてのWordPress ファイルをバックアップ</strong><br />
FTPクライアントで、WordPressディレクトリにある「全ての」ファイルと .htaccess ファイルをローカルに保存しました。</p>
<p><strong>手順 3 : バックアップの検証</strong><br />
「一番大切な手順です!」とあります。<br />
要確認を。</p>
<p><strong>手順 4 : 全てのプラグインを無効化</strong></p>
<p><strong>手順 5 : 上記4ステップを確実に完了させる</strong><br />
再度確認を。</p>
<p><strong>手順 6 : WordPress パッケージをダウンロード・展開</strong></p>
<p><strong>手順 7： 古い WordPress ファイルを削除</strong><br />
ここが少しややこしいところでしたが、古いファイルを新しいファイルで上書きするのではなく、古いファイルを先に削除するという作業です。</p>
<p><strong>手順 8： 新ファイルをアップロード</strong><br />
新しいファイルをアップロードしていきますが、全てのファイル、フォルダを一括でアップロードせず、同じ名前のファイル、フォルダが残っていないか確認しながら行いました。<br />
wp-content/languages/<br />
wp-content/plugins/<br />
wp-content/themes/<br />
などは要注意です。</p>
<p><strong>手順 9： WordPress データベース・アップグレードプログラムを実行</strong><br />
Webブラウザで管理パネル(wp-admin/)に移動すると、以下のようなメッセージが表示されます。</p>
<p style="text-align: center;"><a title="メッセージ1" rel="lightbox[pics253]" href="http://hirac.info/site/wp-content/uploads/2009/10/wp28upgrade1.png"><img class="attachment wp-att-254 centered" src="http://hirac.info/site/wp-content/uploads/2009/10/wp28upgrade1.thumbnail.png" alt="メッセージ1" width="200" height="70" /></a></p>
<p>[WordPress データベースのアップグレード] を押すと、アップグレードの処理が開始され、アップグレード完了すると以下のようなメッセージが表示されます。</p>
<p style="text-align: center;"><a title="メッセージ2" rel="lightbox[pics253]" href="http://hirac.info/site/wp-content/uploads/2009/10/wp28upgrade2.png"><img class="attachment wp-att-256 centered" src="http://hirac.info/site/wp-content/uploads/2009/10/wp28upgrade2.thumbnail.png" alt="メッセージ2" width="200" height="62" /></a></p>
<p>※もしここで &#8220;wp-config.php が見つかりません。&#8221; と言うようなメッセージが表示される場合は、もともとあった &#8220;wp-config.php&#8221; ファイルを削除していると思われますので、バックアップから再度アップロードします。</p>
<p>[続ける] を押すと、再度ログインするようログイン画面となります。</p>
<p style="text-align: center;"><a title="再ログイン" rel="lightbox[pics253]" href="http://hirac.info/site/wp-content/uploads/2009/10/wp28upgrade3.png"><img class="attachment wp-att-257 centered" src="http://hirac.info/site/wp-content/uploads/2009/10/wp28upgrade3.thumbnail.png" alt="再ログイン" width="180" height="200" /></a></p>
<p>WordPress 2.5 からのアップグレードなので、ログインするとその管理画面の違いに少し驚いてしまいますが、作業を続けます。</p>
<p><strong>手順 10： パーマリンクと .htaccess を更新</strong><br />
必要であれば、パーマリンク設定でパーマリンク構造の更新を行います。</p>
<p><strong>手順 11： 最新版のプラグインとテーマをインストール</strong><br />
互換性リストや、管理パネル &gt; プラグイン &gt; インストール済み画面にて、現在のWordPressのバージョンに対応しているプラグインを確認します。<br />
必要であれば、アップグレードを行います。<br />
テーマについても同様に確認、アップグレードを行います。</p>
<p><strong>手順 12： プラグインを再び有効化</strong></p>
<p><strong>手順 13： wp-config.php ファイルにセキュリティ・キーの定義を追加する </strong><br />
<a href="http://wpdocs.sourceforge.jp/wp-config.php_%E3%81%AE%E7%B7%A8%E9%9B%86#Security_Keys">wp-config.php の編集の説明</a>を参考に、セキュリティ・キーを追加しました。</p>
<p><strong>手順 14： WordPress の変更点を見直す</strong></p>
<p>以上、特に問題なくアップグレードすることができました。<br />
今後は自動アップグレードを利用できるので、もうすこし作業が簡単になりますね。</p>
<div class="topsy_widget_data topsy_theme_silver" style="margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhirac.info%252Fsite%252Farchives%252Fwordpress25_28_upgrade%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22WordPress%202.5%20%E3%81%8B%E3%82%89%20WordPress%202.8%20%E3%81%B8%E3%81%AE%E3%82%A2%E3%83%83%E3%83%97%E3%82%B0%E3%83%AC%E3%83%BC%E3%83%89%22%20%7D);"></div>

<div class="wp-g-plusone" style="float:left;"><g:plusone size="medium" href="http://hirac.info/site/archives/wordpress25_28_upgrade/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://hirac.info/site/archives/wordpress25_28_upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress用オリジナルテーマ &#8220;Rhodia Black&#8221;</title>
		<link>http://hirac.info/site/archives/wordpress-theme-rhodia-black/</link>
		<comments>http://hirac.info/site/archives/wordpress-theme-rhodia-black/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 10:38:06 +0000</pubDate>
		<dc:creator>hirac</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Rhodia]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://hirac.info/site/?p=125</guid>
		<description><![CDATA[このサイト向けのテーマに、オレンジ色の表紙がトレードマークの Rhodia ブロックメモパッドをイメージした、WordPress 用テーマ (オレンジ)を使っていましたが、最近「黒いRhodia」があることを知って黒版の [...]]]></description>
			<content:encoded><![CDATA[
<p>このサイト向けのテーマに、オレンジ色の表紙がトレードマークの Rhodia ブロックメモパッドをイメージした、<a href="http://hirac.info/site/archives/wordpress-theme-rhodia/">WordPress 用テーマ (オレンジ)</a>を使っていましたが、最近「<a title="Rhodia Collections" href="http://www.bloc-rhodia.com/collections.html">黒いRhodia</a>」があることを知って黒版のテーマも作ってみました。</p>
<p>こちらからダウンロードできます。<br />
[<a href="http://hirac.info/site/data/rhodian_black101.zip">フリーダウンロード</a>] ZIP形式 160KB</p>
<p>オレンジのRhodia のテーマはこちらから。 &#8220;<a href="http://hirac.info/site/archives/wordpress-theme-rhodia/">Rhodia Orange</a>&#8221;</p>
<p style="text-align: center;"><a title="RHODIA THEME - BLACK" rel="lightbox[pics125]" href="http://hirac.info/site/wp-content/uploads/2008/07/rhodia_black.jpg"><img class="attachment wp-att-154 centered" src="http://hirac.info/site/wp-content/uploads/2008/07/rhodia_black.thumbnail.jpg" alt="RHODIA THEME - BLACK" width="200" height="198" /></a></p>
<h2>h2 : Rhodia WordPress Theme &#8211; Black</h2>
<h3>h3 : ロディア ワードプレスのテーマ &#8211; ブラック</h3>
<blockquote><p>引用：半透明の付箋を貼付けたようなイメージ</p></blockquote>
<p>リスト</p>
<ol>
<li>Bloc N° 11</li>
<li>Bloc N° 12</li>
<li>Bloc N° 13</li>
<li>Bloc N° 16</li>
<li>Bloc N° 18</li>
<li>Bloc N° 19</li>
</ol>
<p>追記<br />
黒いRhodia の方眼ラインの色はよく見ると、オレンジのRhodiaと違ったようです。<br />
ラインカラーなど一部修正をしました。</p>
<blockquote><p>このテーマについて<br />
WordPress のデフォルトテーマをベースに、個人的に改造したものです。<br />
ブラウザによって、多少表示が異なるかもしれません。<br />
WordPress 2.5〜3.0で表示を確認していますが、不具合などあるかも知れません。<br />
私はページナビゲーションのプラグインに、<a href="http://hirac.info/site/archives/wp-pagenavi/">WP-PageNavi </a>を使用しており、このテーマについても一部ファイルのタグを置き換えています。<br />
もとのナビゲーションもコメントアウトして残していますので、必要であれば書き換えてください。<br />
該当のファイルは、index.php、archive.php、search.php です。<br />
このテーマには<a href="http://hirac.info/site/archives/wp-pagenavi/">WP-PageNavi</a>用のCSSも含まれていますので、一緒に導入されることをおすすめします。</p></blockquote>
<p style="text-align: center;"><iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=sitehirac-22&#038;o=9&#038;p=13&#038;l=st1&#038;mode=electronics-jp&#038;search=Rhodia&#038;fc1=000000&#038;lt1=&#038;lc1=3366FF&#038;bg1=FFFFFF&#038;f=ifr" marginwidth="0" marginheight="0" width="468" height="60" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe></p>
<div class="topsy_widget_data topsy_theme_silver" style="margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhirac.info%252Fsite%252Farchives%252Fwordpress-theme-rhodia-black%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FgYgROE%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22WordPress%E7%94%A8%E3%82%AA%E3%83%AA%E3%82%B8%E3%83%8A%E3%83%AB%E3%83%86%E3%83%BC%E3%83%9E%20%5C%22Rhodia%20Black%5C%22%22%20%7D);"></div>

<div class="wp-g-plusone" style="float:left;"><g:plusone size="medium" href="http://hirac.info/site/archives/wordpress-theme-rhodia-black/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://hirac.info/site/archives/wordpress-theme-rhodia-black/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Google Translate Gadget &#8211; 多言語対応ページを手軽に設置する</title>
		<link>http://hirac.info/site/archives/google-translate-gadget/</link>
		<comments>http://hirac.info/site/archives/google-translate-gadget/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 15:46:30 +0000</pubDate>
		<dc:creator>hirac</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://hirac.info/site/?p=114</guid>
		<description><![CDATA[調べ物などによく使っている Google翻訳 (Google Translate) 、以前は翻訳できる言語の数が少なかったり、イタリア語から英語はできるけど、日本語にはできないなどの制限があって苦労していたのですが、最近 [...]]]></description>
			<content:encoded><![CDATA[
<p>調べ物などによく使っている <a href="http://translate.google.com/translate_t?hl=ja">Google翻訳 (Google Translate)</a> 、以前は翻訳できる言語の数が少なかったり、イタリア語から英語はできるけど、日本語にはできないなどの制限があって苦労していたのですが、最近はそういった不満もほとんど感じないほど便利になっています。</p>
<p style="text-align: center;"><a title="translate_text" rel="lightbox[pics114]" href="http://hirac.info/site/wp-content/uploads/2008/06/translate_text.png"><img class="attachment wp-att-115 centered" src="http://hirac.info/site/wp-content/uploads/2008/06/translate_text.thumbnail.png" alt="言語検出" width="200" height="130" /></a></p>
<p>もとの文章が何語かわからなくても「言語検出」を選んでおけば良いですし、<a href="http://translate.google.com/translate_s?hl=ja">翻訳して検索</a> は使い方の解説にもありますが「地球温暖化」の情報を英語で調べたいときなど、日本語でキーワードを入れ、検索対象の言語を選ぶだけの手軽さです。</p>
<p style="text-align: center;"><a title="翻訳して検索" rel="lightbox[pics114]" href="http://hirac.info/site/wp-content/uploads/2008/06/translate_serch.png"><img class="attachment wp-att-116 centered" src="http://hirac.info/site/wp-content/uploads/2008/06/translate_serch.thumbnail.png" alt="翻訳して検索" width="200" height="93" /></a></p>
<p>また、<a href="http://translate.google.com/translate_tools?hl=ja">翻訳ツール</a> には「他言語でホームページを提供」「ブラウザのツールバーからワンクリックで翻訳」「クリックなしで英単語を瞬時に翻訳」の3つの項目があります。</p>
<h3>「他言語でホームページを提供」ツールを設置してみる</h3>
<p><a href="http://translate.google.com/translate_tools?hl=ja">翻訳ツール</a>にある「他言語でホームページを提供」ツールは、Google ガジェットのブログパーツで、リストから翻訳したい言語を選択するとそのページを翻訳表示します。<br />
現在、24の言語に対応しているこのガジェットを使えば他言語(多言語)対応のページにすることができるため、今回設置してみました。(右コラムの一番下に配置しています)</p>
<p style="text-align: center;"><a title="Translate Gadget" rel="lightbox[pics114]" href="http://hirac.info/site/wp-content/uploads/2008/06/translate_gadget.png"><img class="attachment wp-att-118 centered" src="http://hirac.info/site/wp-content/uploads/2008/06/translate_gadget.png" alt="Translate Gadget" width="225" height="117" /></a></p>
<p>設置方法は通常のブログパーツなどと同じような手順です。</p>
<p style="text-align: center;"><a title="ガジェットの設定・設置" rel="lightbox[pics114]" href="http://hirac.info/site/wp-content/uploads/2008/06/gadget_setting.png"><img class="attachment wp-att-117 centered" src="http://hirac.info/site/wp-content/uploads/2008/06/gadget_setting.thumbnail.png" alt="ガジェットの設定・設置" width="200" height="56" /></a></p>
<ul>
<li>自分のウェブページの言語をリストから選ぶ</li>
<li>生成されたコードをコピー、ペーストする</li>
</ul>
<p>問題点としては、やはりソフトウェア翻訳なので精度が今ひとつなことと、今のところ ガジェットのフェイスが「白」版しか無いので、サイトのデザインテーマによってはマッチしない場合があることでしょうか。<br />
翻訳精度については、現在 Google 翻訳では「翻訳を改善する」という仕組みがあり、利用者が翻訳結果を修正することで「翻訳品質の向上に利用」するそうなので、徐々に賢くはなっていくのだと期待しています。</p>
<p>他の <a href="http://translate.google.com/translate_tools?hl=ja">ツール</a> は、名前の通り24言語のいずれかにページを翻訳するブックマークレット「ブラウザのツールバーからワンクリックで翻訳」と、&#8221;英語から日本語、イタリア語、韓国語、スペイン語、中国語 (簡体、繁体)、ドイツ語、フランス語に翻訳できる&#8221; Google ツールバーの機能「クリックなしで英単語を瞬時に翻訳」です。</p>
<p><iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=sitehirac-22&#038;o=9&#038;p=13&#038;l=st1&#038;mode=books-jp&#038;search=Google%20%E7%BF%BB%E8%A8%B3&#038;fc1=000000&#038;lt1=_blank&#038;lc1=DD6600&#038;bg1=FFFFFF&#038;f=ifr" marginwidth="0" marginheight="0" width="468" height="60" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe></p>
<div class="topsy_widget_data topsy_theme_silver" style="margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhirac.info%252Fsite%252Farchives%252Fgoogle-translate-gadget%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Google%20Translate%20Gadget%20-%20%E5%A4%9A%E8%A8%80%E8%AA%9E%E5%AF%BE%E5%BF%9C%E3%83%9A%E3%83%BC%E3%82%B8%E3%82%92%E6%89%8B%E8%BB%BD%E3%81%AB%E8%A8%AD%E7%BD%AE%E3%81%99%E3%82%8B%22%20%7D);"></div>

<div class="wp-g-plusone" style="float:left;"><g:plusone size="medium" href="http://hirac.info/site/archives/google-translate-gadget/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://hirac.info/site/archives/google-translate-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 で試してみたい &#8220;おすすめの Plugin&#8221; ピックアップ</title>
		<link>http://hirac.info/site/archives/wordpress-plugin-pickup/</link>
		<comments>http://hirac.info/site/archives/wordpress-plugin-pickup/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 14:15:29 +0000</pubDate>
		<dc:creator>hirac</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://hirac.info/site/?p=111</guid>
		<description><![CDATA[CMS の中にはコアの枝分かれがあったり、プラグインやモジュールの開発が終了していたりして、それらの相性で悩まされることもまれにあります。 WordPress は現在もバージョンアップや、プラグインの対応も活発に行われて [...]]]></description>
			<content:encoded><![CDATA[
<p>CMS の中にはコアの枝分かれがあったり、プラグインやモジュールの開発が終了していたりして、それらの相性で悩まされることもまれにあります。<br />
WordPress は現在もバージョンアップや、プラグインの対応も活発に行われているため、比較的こういった問題は少ないとは思いますが、自分で使ってみたいプラグインの動作検証結果を覚え書きとして残したいということもあり、このサイトでは WordPress の プラグインをよく取り上げています。<br />
一度、これまでにこのサイトで取り上げた、WordPress 用のプラグインを「設置、設定の難易度」も含めまとめてみます。<br />
ただし、ややこしい設定などについては各エントリーに書いているので、よろしければご参考に。</p>
<h3>画像の投稿、表示</h3>
<p>■画像のアップロード時にサイズや透かし合成などを設定<br />
<a title="“Flexible Upload” WordPress 2.5で試してみたい Plugin" href="http://hirac.info/site/archives/flexible-upload/"> Flexible Upload</a><br />
設置 : プラグインの適用のみでOK。<br />
設定 : 英語、項目は多い。</p>
<p>■画像拡大表示の際に Lightbox<br />
<a title="“Lightbox 2″ WordPress 2.5で試してみたい Plugin" href="http://hirac.info/site/archives/lightbox-2/">Lightbox 2</a><br />
設置 : プラグインの適用のみでOK。<br />
設定 : 英語だが項目は2つのみ。</p>
<h3>ナビゲーション</h3>
<p>■ページ番号で移動できるナビゲーション<br />
<a title="“WP-PageNavi” WordPress 2.5で試してみたい Plugin" href="http://hirac.info/site/archives/wp-pagenavi/">WP-PageNavi</a><br />
設置 : プラグインの適用後、テーマファイルに指定の記述が必要。<br />
設定 : 標準では英語だが、日本語化の言語ファイルあり。</p>
<p>■カテゴリーの表示順番をお好きなように変更<br />
<a title="“My Category Order” WordPress 2.5で試してみたい Plugin" href="http://hirac.info/site/archives/my-category-order/">My Category Order</a><br />
設置 : プラグインフォルダ以外にも設置するファイルあり。その後プラグインの適用。<br />
設定 : 標準では英語。</p>
<h3>機能追加</h3>
<p>■投票プラグイン<br />
<a title="“Democracy AJAX Poll” WordPress 2.5で試してみたい Plugin" href="http://hirac.info/site/archives/democracy-ajax-poll/"> Democracy AJAX Poll</a><br />
設置 : プラグインの適用後、表示したいエントリーに指定の記述が必要。<br />
設定 : 標準では英語だが、日本語版もあり。</p>
<h3>管理用</h3>
<p>■WordPress 標準のコメントスパム対策<br />
<a title="“Akismet” WordPress 2.5 で試してみたい Plugin" href="http://hirac.info/site/archives/akismet-wordpress-plugins/"> Akismet</a><br />
設置 : プラグインの適用後、WordPress.com の API キー の取得、設定が必要。<br />
設定 : 標準で日本語対応。</p>
<p>■WordPress 用のアクセス解析<br />
<a title="“アクセス解析 WP-SlimStat日本語版” WordPress 2.5で試してみたい Plugin" href="http://hirac.info/site/archives/wp-slimstat/">WP-SlimStat</a><br />
設置 : プラグインの適用のみでOK。<br />
設定 : 標準では英語だが、日本語版もあり。</p>
<p>■Google ウェブマスターツールなど向けのXMLサイトマップ作成<br />
<a title="“Google XML Sitemaps” WordPress 2.5で試してみたい Plugin" href="http://hirac.info/site/archives/google-xml-sitemaps/">Google XML Sitemaps</a><br />
設置 : プラグインフォルダ以外にも設置するファイルがあり、パーミッションの設定が必要。その後プラグインの適用。<br />
設定 : 標準では英語、項目は多い。</p>
<p>■ログインウインドウ(背景画像)をカスタム<br />
<a title="“BM Custom Login Plugin” WordPress 2.5で試してみたい Plugin" href="http://hirac.info/site/archives/bm-custom-login-plugin/">BM Custom Login Plugin</a><br />
設置 : プラグインの適用。また背景画像ファイルを設置。オリジナル画像にしたければ、画像処理用ソフトの使用ができること。<br />
設定 : 設定は特に必要なし。</p>
<p><iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=sitehirac-22&#038;o=9&#038;p=13&#038;l=st1&#038;mode=books-jp&#038;search=WordPress&#038;fc1=000000&#038;lt1=_blank&#038;lc1=FF7800&#038;bg1=FFFFFF&#038;f=ifr" marginwidth="0" marginheight="0" width="468" height="60" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe></p>
<div class="topsy_widget_data topsy_theme_silver" style="margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhirac.info%252Fsite%252Farchives%252Fwordpress-plugin-pickup%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22WordPress%202.5%20%E3%81%A7%E8%A9%A6%E3%81%97%E3%81%A6%E3%81%BF%E3%81%9F%E3%81%84%20%5C%22%E3%81%8A%E3%81%99%E3%81%99%E3%82%81%E3%81%AE%20Plugin%5C%22%20%E3%83%94%E3%83%83%E3%82%AF%E3%82%A2%E3%83%83%E3%83%97%22%20%7D);"></div>

<div class="wp-g-plusone" style="float:left;"><g:plusone size="medium" href="http://hirac.info/site/archives/wordpress-plugin-pickup/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://hirac.info/site/archives/wordpress-plugin-pickup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

