<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>tech-memo &#187; wordpress</title>
	<atom:link href="http://tech.hapicky.com/archives/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.hapicky.com</link>
	<description>ソフトウェアエンジニアリングに関するメモ書き</description>
	<lastBuildDate>Tue, 02 Feb 2010 05:42:30 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tech.hapicky.com/archives/tag/wordpress/feed" />
		<item>
		<title>WordPressのアップグレードで楽をする。</title>
		<link>http://tech.hapicky.com/archives/27</link>
		<comments>http://tech.hapicky.com/archives/27#comments</comments>
		<pubDate>Wed, 02 Jul 2008 17:31:40 +0000</pubDate>
		<dc:creator>hapicky</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tech.hapicky.com/?p=27</guid>
		<description><![CDATA[WordPressをアップグレードしなくっちゃとドキュメントを読むも、 なになに。既存のファイルを削除、でもこれとこれは削除しちゃダメ。それで新しいアーカイブをコピー、って面倒だぞこれ。 面倒なことは誰かが簡単にしているはずと思ってググってみたらやっぱりありました。ステキ。 WordPress のアップグレードを簡単に: Subversion の巻 元になった記事 そうですね。subversion使えばとてもスマート。サブコマンドswを知りませんでした。 ついでに バージョンを指定して 現在のソースとデータベースをバックアップ ソースをupdate 言語パックもupdate するシェルを書いたので、これからは楽にアップグレードできそう。]]></description>
			<content:encoded><![CDATA[<p>WordPressをアップグレードしなくっちゃと<a href="http://wpdocs.sourceforge.jp/WordPress_のアップグレード/詳細" target="_blank">ドキュメント</a>を読むも、<br />
なになに。既存のファイルを削除、でもこれとこれは削除しちゃダメ。それで新しいアーカイブをコピー、って面倒だぞこれ。</p>
<p>面倒なことは誰かが簡単にしているはずと思ってググってみたらやっぱりありました。ステキ。</p>
<ul>
<li><a href="http://wp.tekapo.com/2007/11/03/updating-with-subversion/" target="_blank">WordPress のアップグレードを簡単に: Subversion の巻</a></li>
<li><a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion" target="_blank">元になった記事</a></li>
</ul>
<p>そうですね。subversion使えばとてもスマート。サブコマンドswを知りませんでした。<br />
ついでに</p>
<ul>
<li>バージョンを指定して</li>
<li>現在のソースとデータベースをバックアップ</li>
<li>ソースをupdate</li>
<li>言語パックもupdate</li>
</ul>
<p>するシェルを書いたので、これからは楽にアップグレードできそう。</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.hapicky.com/archives/27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tech.hapicky.com/archives/27" />
	</item>
		<item>
		<title>WordPressのパーマリンク設定を変更する</title>
		<link>http://tech.hapicky.com/archives/17</link>
		<comments>http://tech.hapicky.com/archives/17#comments</comments>
		<pubDate>Sun, 02 Mar 2008 06:43:41 +0000</pubDate>
		<dc:creator>hapicky</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tech.hapicky.com/archives/17</guid>
		<description><![CDATA[WordPressのパーマリンクURLはデフォルトで http://www.hoge.com/?p=123 のような形式になっています。 ですが URLにクエリパラメータが含まれていると検索エンジンにクロールされない。 とどこかで読んだ覚えがあるので、パーマリンクの設定を変更しました。 設定手順は以下のとおり。 まずこの設定によりWordpressが.htaccessファイルを更新（ない場合は追加）します。apacheが同ファイルを更新できるようにパーミッションを設定しておく必要があります。 mod_rewriteが必要になるようです。インストールの上、Loadされるようにhttpd.confを設定します。 （設定例） LoadModule rewrite_module modules/mod_rewrite.so .htaccessにmod_rewriteの設定が追加されます。これが有効となるよう、httpd.confのDirectoryセクションに AllowOverride FileInfo としておく必要があります。 以上の設定が済んだらWordpressにログインし、管理画面の[各種設定]->[パーマリンク設定]から設定を変更します。ここでは[記事ナンバーに基づく表示]を選択しました。 参照ページ Apacheマニュアル（AllowOverride）]]></description>
			<content:encoded><![CDATA[<p>WordPressのパーマリンクURLはデフォルトで
<pre>http://www.hoge.com/?p=123</pre>
<p>のような形式になっています。</p>
<p>ですが<br />
<blockquote>
URLにクエリパラメータが含まれていると検索エンジンにクロールされない。
</p></blockquote>
<p>とどこかで読んだ覚えがあるので、パーマリンクの設定を変更しました。<br />
設定手順は以下のとおり。</p>
<ul>
<li>まずこの設定によりWordpressが.htaccessファイルを更新（ない場合は追加）します。apacheが同ファイルを更新できるようにパーミッションを設定しておく必要があります。</li>
<li>mod_rewriteが必要になるようです。インストールの上、Loadされるようにhttpd.confを設定します。<br />
（設定例）
<pre>LoadModule rewrite_module modules/mod_rewrite.so</pre>
</li>
<li>.htaccessにmod_rewriteの設定が追加されます。これが有効となるよう、httpd.confのDirectoryセクションに
<pre>AllowOverride FileInfo</pre>
<p>としておく必要があります。</li>
<li>以上の設定が済んだらWordpressにログインし、管理画面の[各種設定]->[パーマリンク設定]から設定を変更します。ここでは[記事ナンバーに基づく表示]を選択しました。</li>
</ul>
<p>参照ページ</p>
<ul>
<li><a href="http://httpd.apache.org/docs/2.2/ja/mod/core.html#allowoverride" target="_blank">Apacheマニュアル（AllowOverride）</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tech.hapicky.com/archives/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tech.hapicky.com/archives/17" />
	</item>
		<item>
		<title>WordPressで改行が勝手に置換される。</title>
		<link>http://tech.hapicky.com/archives/9</link>
		<comments>http://tech.hapicky.com/archives/9#comments</comments>
		<pubDate>Sun, 06 Jan 2008 14:10:24 +0000</pubDate>
		<dc:creator>hapicky</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">/tech-memo/?p=9</guid>
		<description><![CDATA[WordPressで投稿を更新する際、改行が勝手に置換されてしまう現象に遭遇。 原因はビジュアルエディタにあるようなので、ビジュアルエディタを無効にしました。 忘れてしまいそうなので設定手順をメモ。 管理ツールにログインし、「ユーザー」を選択。 「アクション」から「編集」を選択。 「投稿時にビジュアルエディタを使用する」のチェックをオフにする。]]></description>
			<content:encoded><![CDATA[<p>WordPressで投稿を更新する際、改行が勝手に置換されてしまう現象に遭遇。<br />
原因はビジュアルエディタにあるようなので、ビジュアルエディタを無効にしました。<br />
忘れてしまいそうなので設定手順をメモ。</p>
<ol>
<li>管理ツールにログインし、「ユーザー」を選択。</li>
<li>「アクション」から「編集」を選択。</li>
<li>「投稿時にビジュアルエディタを使用する」のチェックをオフにする。</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tech.hapicky.com/archives/9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tech.hapicky.com/archives/9" />
	</item>
	</channel>
</rss>

